blob: f54f13216fffc138f77f313abfe426d0a2a2a73f [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.*"
Steven Moreland6acec892022-10-10 17:09:38 +000059 },
60 {
61 "exclude-filter": "*ChildLayerTest#ChildrenSurviveParentDestruction"
easoncylee771463e2019-11-26 10:55:53 +080062 }
63 ]
64 },
65 {
Yiwei Zhang8ed78992020-06-23 21:53:38 -070066 "name": "CtsGraphicsTestCases",
67 "options": [
68 {
69 "include-filter": "android.graphics.cts.VulkanPreTransformTest"
70 }
71 ]
easoncylee771463e2019-11-26 10:55:53 +080072 }
Florian Mayerb3fd4bf2022-03-16 18:23:01 +000073 ],
74 "hwasan-postsubmit": [
75 {
76 "name": "SurfaceFlinger_test",
77 "options": [
78 {
79 "include-filter": "*CredentialsTest.*"
80 },
81 {
82 "include-filter": "*SurfaceFlingerStress.*"
83 },
84 {
85 "include-filter": "*SurfaceInterceptorTest.*"
86 },
87 {
88 "include-filter": "*LayerTransactionTest.*"
89 },
90 {
91 "include-filter": "*LayerTypeTransactionTest.*"
92 },
93 {
94 "include-filter": "*LayerUpdateTest.*"
95 },
96 {
97 "include-filter": "*GeometryLatchingTest.*"
98 },
99 {
100 "include-filter": "*CropLatchingTest.*"
101 },
102 {
103 "include-filter": "*ChildLayerTest.*"
104 },
105 {
106 "include-filter": "*ScreenCaptureTest.*"
107 },
108 {
109 "include-filter": "*ScreenCaptureChildOnlyTest.*"
110 },
111 {
112 "include-filter": "*DereferenceSurfaceControlTest.*"
113 },
114 {
115 "include-filter": "*BoundlessLayerTest.*"
116 },
117 {
118 "include-filter": "*MultiDisplayLayerBoundsTest.*"
119 },
120 {
121 "include-filter": "*InvalidHandleTest.*"
122 },
123 {
124 "include-filter": "*VirtualDisplayTest.*"
125 },
126 {
127 "include-filter": "*RelativeZTest.*"
128 },
129 {
130 "include-filter": "*RefreshRateOverlayTest.*"
131 }
132 ]
133 }
easoncylee771463e2019-11-26 10:55:53 +0800134 ]
135}