blob: 260ee8dd4f4b51a078a90c7cf7696acf2ada62b6 [file] [log] [blame]
easoncylee771463e2019-11-26 10:55:53 +08001{
2 "presubmit": [
3 {
4 "name": "SurfaceFlinger_test",
5 "options": [
6 {
7 "include-filter": "*CredentialsTest.*"
8 },
9 {
10 "include-filter": "*SurfaceFlingerStress.*"
11 },
12 {
13 "include-filter": "*SurfaceInterceptorTest.*"
14 },
15 {
16 "include-filter": "*LayerTransactionTest.*"
17 },
18 {
19 "include-filter": "*LayerTypeTransactionTest.*"
20 },
21 {
22 "include-filter": "*LayerUpdateTest.*"
23 },
24 {
25 "include-filter": "*GeometryLatchingTest.*"
26 },
27 {
28 "include-filter": "*CropLatchingTest.*"
29 },
30 {
31 "include-filter": "*ChildLayerTest.*"
32 },
33 {
34 "include-filter": "*ScreenCaptureTest.*"
35 },
36 {
37 "include-filter": "*ScreenCaptureChildOnlyTest.*"
38 },
39 {
40 "include-filter": "*DereferenceSurfaceControlTest.*"
41 },
42 {
43 "include-filter": "*BoundlessLayerTest.*"
44 },
45 {
46 "include-filter": "*MultiDisplayLayerBoundsTest.*"
47 },
48 {
49 "include-filter": "*InvalidHandleTest.*"
50 },
51 {
52 "include-filter": "*VirtualDisplayTest.*"
53 },
54 {
55 "include-filter": "*RelativeZTest.*"
Ady Abraham4a474e82020-10-02 15:47:55 -070056 },
57 {
58 "include-filter": "*RefreshRateOverlayTest.*"
easoncylee771463e2019-11-26 10:55:53 +080059 }
60 ]
61 },
62 {
Yiwei Zhang8ed78992020-06-23 21:53:38 -070063 "name": "CtsGraphicsTestCases",
64 "options": [
65 {
66 "include-filter": "android.graphics.cts.VulkanPreTransformTest"
67 }
68 ]
easoncylee771463e2019-11-26 10:55:53 +080069 }
Florian Mayerb3fd4bf2022-03-16 18:23:01 +000070 ],
71 "hwasan-postsubmit": [
72 {
73 "name": "SurfaceFlinger_test",
74 "options": [
75 {
76 "include-filter": "*CredentialsTest.*"
77 },
78 {
79 "include-filter": "*SurfaceFlingerStress.*"
80 },
81 {
82 "include-filter": "*SurfaceInterceptorTest.*"
83 },
84 {
85 "include-filter": "*LayerTransactionTest.*"
86 },
87 {
88 "include-filter": "*LayerTypeTransactionTest.*"
89 },
90 {
91 "include-filter": "*LayerUpdateTest.*"
92 },
93 {
94 "include-filter": "*GeometryLatchingTest.*"
95 },
96 {
97 "include-filter": "*CropLatchingTest.*"
98 },
99 {
100 "include-filter": "*ChildLayerTest.*"
101 },
102 {
103 "include-filter": "*ScreenCaptureTest.*"
104 },
105 {
106 "include-filter": "*ScreenCaptureChildOnlyTest.*"
107 },
108 {
109 "include-filter": "*DereferenceSurfaceControlTest.*"
110 },
111 {
112 "include-filter": "*BoundlessLayerTest.*"
113 },
114 {
115 "include-filter": "*MultiDisplayLayerBoundsTest.*"
116 },
117 {
118 "include-filter": "*InvalidHandleTest.*"
119 },
120 {
121 "include-filter": "*VirtualDisplayTest.*"
122 },
123 {
124 "include-filter": "*RelativeZTest.*"
125 },
126 {
127 "include-filter": "*RefreshRateOverlayTest.*"
128 }
129 ]
130 }
easoncylee771463e2019-11-26 10:55:53 +0800131 ]
132}