blob: ca00e7dac2374746d68c4efa096b4ce116cd2b15 [file] [log] [blame]
Bernardo Rufinod1ea7f72020-09-28 20:14:54 +00001{
2 "presubmit": [
3 {
4 "name": "CtsWindowManagerDeviceTestCases",
5 "options": [
6 {
7 "include-filter": "android.server.wm.WindowInputTests"
8 }
9 ]
Siarhei Vishniakoua8388392020-10-21 23:58:48 -050010 },
11 {
12 "name": "libinput_tests"
13 },
14 {
15 "name": "inputflinger_tests"
16 },
17 {
Ben Murdochbc4cac92022-11-22 13:27:23 +000018 "name": "libchrome-gestures_test"
19 },
20 {
Siarhei Vishniakoue1238832021-12-09 17:14:49 -080021 "name": "libpalmrejection_test"
22 },
23 {
Siarhei Vishniakoua8388392020-10-21 23:58:48 -050024 "name": "InputTests"
25 },
26 {
27 "name": "libinputservice_test"
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060028 },
29 {
Prabir Pradhan310702e2022-07-27 17:16:40 +000030 "name": "libgui_test",
31 "options": [
32 {
33 "native-test-flag": "--gtest_filter=\"InputSurfacesTest*:MultiDisplayTests*\""
34 }
35 ]
36 },
37 {
Prabir Pradhance556602022-05-05 16:43:14 +000038 "name": "CtsHardwareTestCases",
39 "options": [
40 {
41 "include-filter": "android.hardware.input.cts.tests"
42 }
43 ]
44 },
45 {
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060046 "name": "CtsInputTestCases"
47 },
48 {
49 "name": "CtsViewTestCases",
50 "options": [
51 {
Josep del Riob879d452023-06-26 08:55:56 +000052 "include-filter": "android.view.cts.input"
53 }
54 ]
55 },
56 {
57 "name": "CtsViewTestCases",
58 "options": [
59 {
60 "include-filter": "android.view.cts.HoverTest"
61 },
62 {
63 "include-filter": "android.view.cts.MotionEventTest"
64 },
65 {
66 "include-filter": "android.view.cts.PointerCaptureTest"
67 },
68 {
69 "include-filter": "android.view.cts.TooltipTest"
70 },
71 {
72 "include-filter": "android.view.cts.TouchDelegateTest"
73 },
74 {
75 "include-filter": "android.view.cts.VelocityTrackerTest"
76 },
77 {
78 "include-filter": "android.view.cts.VerifyInputEventTest"
79 },
80 {
81 "include-filter": "android.view.cts.ViewTest"
82 },
83 {
Siarhei Vishniakou5cd1a282023-02-15 03:49:36 +000084 "include-filter": "android.view.cts.ViewUnbufferedTest"
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060085 }
86 ]
87 },
88 {
Siarhei Vishniakoud7f43132022-07-08 10:52:26 -070089 "name": "CtsWidgetTestCases",
90 "options": [
91 {
Josep del Riob879d452023-06-26 08:55:56 +000092 "include-filter": "android.widget.cts.NumberPickerTest"
93 },
94 {
Siarhei Vishniakou5cd1a282023-02-15 03:49:36 +000095 "include-filter": "android.widget.cts.SeekBarTest"
Siarhei Vishniakoud7f43132022-07-08 10:52:26 -070096 }
97 ]
98 },
99 {
Siarhei Vishniakouf00a4ec2021-06-16 03:55:32 +0000100 "name": "FrameworksCoreTests",
101 "options": [
102 {
Josep del Riob879d452023-06-26 08:55:56 +0000103 "include-filter": "android.hardware.input"
104 }
105 ]
106 },
107 {
108 "name": "FrameworksCoreTests",
109 "options": [
110 {
111 "include-filter": "android.view.VerifiedKeyEventTest"
112 },
113 {
Siarhei Vishniakouf00a4ec2021-06-16 03:55:32 +0000114 "include-filter": "android.view.VerifiedMotionEventTest"
115 }
116 ]
117 },
118 {
Siarhei Vishniakou7d2f9f12022-04-19 09:18:29 -0700119 "name": "CtsAppTestCases",
120 "options": [
121 {
122 "include-filter": "android.app.cts.ToolbarActionBarTest"
123 }
124 ]
125 },
126 {
Prabir Pradhanc934d0f2022-05-05 21:07:05 +0000127 "name": "FrameworksServicesTests",
128 "options": [
129 {
130 "include-filter": "com.android.server.input"
131 }
132 ]
133 },
134 {
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -0600135 "name": "CtsSecurityTestCases",
136 "options": [
137 {
138 "include-filter": "android.security.cts.MotionEventTest"
139 }
140 ]
Siarhei Vishniakouef931142021-03-31 00:11:30 +0000141 },
142 {
143 "name": "CtsSecurityBulletinHostTestCases",
144 "options": [
145 {
146 "include-filter": "android.security.cts.Poc19_03#testPocBug_115739809"
147 }
148 ]
Bernardo Rufinod1ea7f72020-09-28 20:14:54 +0000149 }
Siarhei Vishniakou690ae7c2022-05-31 10:05:00 -0700150 ],
151 "hwasan-postsubmit": [
152 {
153 "name": "CtsWindowManagerDeviceTestCases",
154 "options": [
155 {
156 "include-filter": "android.server.wm.WindowInputTests"
157 }
158 ]
159 },
160 {
161 "name": "libinput_tests"
162 },
163 {
164 "name": "inputflinger_tests"
165 },
166 {
167 "name": "libpalmrejection_test"
168 },
169 {
170 "name": "InputTests"
171 },
172 {
173 "name": "libinputservice_test"
174 },
175 {
Prabir Pradhan310702e2022-07-27 17:16:40 +0000176 "name": "libgui_test",
177 "options": [
178 {
179 "native-test-flag": "--gtest_filter=\"InputSurfacesTest*:MultiDisplayTests*\""
180 }
181 ]
182 },
183 {
Siarhei Vishniakou690ae7c2022-05-31 10:05:00 -0700184 "name": "CtsHardwareTestCases",
185 "options": [
186 {
187 "include-filter": "android.hardware.input.cts.tests"
188 }
189 ]
190 },
191 {
192 "name": "CtsInputTestCases"
193 },
194 {
195 "name": "CtsViewTestCases",
196 "options": [
197 {
Josep del Riob879d452023-06-26 08:55:56 +0000198 "include-filter": "android.view.cts.input"
199 }
200 ]
201 },
202 {
203 "name": "CtsViewTestCases",
204 "options": [
205 {
206 "include-filter": "android.view.cts.HoverTest"
207 },
208 {
209 "include-filter": "android.view.cts.MotionEventTest"
210 },
211 {
212 "include-filter": "android.view.cts.PointerCaptureTest"
213 },
214 {
215 "include-filter": "android.view.cts.TooltipTest"
216 },
217 {
218 "include-filter": "android.view.cts.TouchDelegateTest"
219 },
220 {
221 "include-filter": "android.view.cts.VelocityTrackerTest"
222 },
223 {
224 "include-filter": "android.view.cts.VerifyInputEventTest"
225 },
226 {
227 "include-filter": "android.view.cts.ViewTest"
228 },
229 {
Siarhei Vishniakou5cd1a282023-02-15 03:49:36 +0000230 "include-filter": "android.view.cts.ViewUnbufferedTest"
Siarhei Vishniakou690ae7c2022-05-31 10:05:00 -0700231 }
232 ]
233 },
234 {
Siarhei Vishniakoud7f43132022-07-08 10:52:26 -0700235 "name": "CtsWidgetTestCases",
236 "options": [
237 {
Josep del Riob879d452023-06-26 08:55:56 +0000238 "include-filter": "android.widget.cts.NumberPickerTest"
239 },
240 {
Siarhei Vishniakou5cd1a282023-02-15 03:49:36 +0000241 "include-filter": "android.widget.cts.SeekBarTest"
Siarhei Vishniakoud7f43132022-07-08 10:52:26 -0700242 }
243 ]
244 },
245 {
Siarhei Vishniakou690ae7c2022-05-31 10:05:00 -0700246 "name": "FrameworksCoreTests",
247 "options": [
248 {
Josep del Riob879d452023-06-26 08:55:56 +0000249 "include-filter": "android.view.VerifiedKeyEventTest"
250 },
251 {
Siarhei Vishniakou690ae7c2022-05-31 10:05:00 -0700252 "include-filter": "android.view.VerifiedMotionEventTest"
253 }
254 ]
255 },
256 {
Siarhei Vishniakou7d2f9f12022-04-19 09:18:29 -0700257 "name": "CtsAppTestCases",
258 "options": [
259 {
260 "include-filter": "android.app.cts.ToolbarActionBarTest"
261 }
262 ]
263 },
264 {
Siarhei Vishniakou690ae7c2022-05-31 10:05:00 -0700265 "name": "FrameworksServicesTests",
266 "options": [
267 {
268 "include-filter": "com.android.server.input"
269 }
270 ]
271 },
272 {
273 "name": "CtsSecurityTestCases",
274 "options": [
275 {
276 "include-filter": "android.security.cts.MotionEventTest"
277 }
278 ]
279 },
280 {
281 "name": "CtsSecurityBulletinHostTestCases",
282 "options": [
283 {
284 "include-filter": "android.security.cts.Poc19_03#testPocBug_115739809"
285 }
286 ]
287 }
Bernardo Rufinod1ea7f72020-09-28 20:14:54 +0000288 ]
289}