blob: cacf30bd82e70e80454278b5837bddc5da9ec6c0 [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 Pradhance556602022-05-05 16:43:14 +000030 "name": "CtsHardwareTestCases",
31 "options": [
32 {
33 "include-filter": "android.hardware.input.cts.tests"
34 }
35 ]
36 },
37 {
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060038 "name": "CtsInputTestCases"
39 },
40 {
41 "name": "CtsViewTestCases",
42 "options": [
43 {
Prabir Pradhanc58ebaa2022-09-14 18:23:11 +000044 "include-filter": "android.view.cts.input",
Siarhei Vishniakou70fac282021-07-01 20:32:02 +000045 "include-filter": "android.view.cts.MotionEventTest",
Prabir Pradhan3fa94792022-05-05 21:12:06 +000046 "include-filter": "android.view.cts.PointerCaptureTest",
Siarhei Vishniakou0b0374d2022-11-17 17:40:53 -080047 "include-filter": "android.view.cts.TooltipTest",
Siarhei Vishniakou70fac282021-07-01 20:32:02 +000048 "include-filter": "android.view.cts.VerifyInputEventTest"
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060049 }
50 ]
51 },
52 {
Siarhei Vishniakoud7f43132022-07-08 10:52:26 -070053 "name": "CtsWidgetTestCases",
54 "options": [
55 {
56 "include-filter": "android.widget.cts.NumberPickerTest"
57 }
58 ]
59 },
60 {
Siarhei Vishniakouf00a4ec2021-06-16 03:55:32 +000061 "name": "FrameworksCoreTests",
62 "options": [
63 {
Prabir Pradhan0e56ec02023-01-23 09:01:12 +000064 "include-filter": "android.hardware.input",
Siarhei Vishniakouf00a4ec2021-06-16 03:55:32 +000065 "include-filter": "android.view.VerifiedKeyEventTest",
66 "include-filter": "android.view.VerifiedMotionEventTest"
67 }
68 ]
69 },
70 {
Prabir Pradhanc934d0f2022-05-05 21:07:05 +000071 "name": "FrameworksServicesTests",
72 "options": [
73 {
74 "include-filter": "com.android.server.input"
75 }
76 ]
77 },
78 {
Siarhei Vishniakou2500bd62020-11-12 14:43:09 -060079 "name": "CtsSecurityTestCases",
80 "options": [
81 {
82 "include-filter": "android.security.cts.MotionEventTest"
83 }
84 ]
Siarhei Vishniakouef931142021-03-31 00:11:30 +000085 },
86 {
87 "name": "CtsSecurityBulletinHostTestCases",
88 "options": [
89 {
90 "include-filter": "android.security.cts.Poc19_03#testPocBug_115739809"
91 }
92 ]
Bernardo Rufinod1ea7f72020-09-28 20:14:54 +000093 }
Siarhei Vishniakou690ae7c2022-05-31 10:05:00 -070094 ],
95 "hwasan-postsubmit": [
96 {
97 "name": "CtsWindowManagerDeviceTestCases",
98 "options": [
99 {
100 "include-filter": "android.server.wm.WindowInputTests"
101 }
102 ]
103 },
104 {
105 "name": "libinput_tests"
106 },
107 {
108 "name": "inputflinger_tests"
109 },
110 {
111 "name": "libpalmrejection_test"
112 },
113 {
114 "name": "InputTests"
115 },
116 {
117 "name": "libinputservice_test"
118 },
119 {
120 "name": "CtsHardwareTestCases",
121 "options": [
122 {
123 "include-filter": "android.hardware.input.cts.tests"
124 }
125 ]
126 },
127 {
128 "name": "CtsInputTestCases"
129 },
130 {
131 "name": "CtsViewTestCases",
132 "options": [
133 {
134 "include-filter": "android.view.cts.MotionEventTest",
135 "include-filter": "android.view.cts.PointerCaptureTest",
Siarhei Vishniakou0b0374d2022-11-17 17:40:53 -0800136 "include-filter": "android.view.cts.TooltipTest",
Siarhei Vishniakou690ae7c2022-05-31 10:05:00 -0700137 "include-filter": "android.view.cts.VerifyInputEventTest"
138 }
139 ]
140 },
141 {
Siarhei Vishniakoud7f43132022-07-08 10:52:26 -0700142 "name": "CtsWidgetTestCases",
143 "options": [
144 {
145 "include-filter": "android.widget.cts.NumberPickerTest"
146 }
147 ]
148 },
149 {
Siarhei Vishniakou690ae7c2022-05-31 10:05:00 -0700150 "name": "FrameworksCoreTests",
151 "options": [
152 {
153 "include-filter": "android.view.VerifiedKeyEventTest",
154 "include-filter": "android.view.VerifiedMotionEventTest"
155 }
156 ]
157 },
158 {
159 "name": "FrameworksServicesTests",
160 "options": [
161 {
162 "include-filter": "com.android.server.input"
163 }
164 ]
165 },
166 {
167 "name": "CtsSecurityTestCases",
168 "options": [
169 {
170 "include-filter": "android.security.cts.MotionEventTest"
171 }
172 ]
173 },
174 {
175 "name": "CtsSecurityBulletinHostTestCases",
176 "options": [
177 {
178 "include-filter": "android.security.cts.Poc19_03#testPocBug_115739809"
179 }
180 ]
181 }
Bernardo Rufinod1ea7f72020-09-28 20:14:54 +0000182 ]
183}