1{ 2 "presubmit": [ 3 { 4 "name": "CtsWindowManagerDeviceTestCases", 5 "options": [ 6 { 7 "include-filter": "android.server.wm.WindowInputTests" 8 } 9 ] 10 }, 11 { 12 "name": "libinput_tests" 13 }, 14 { 15 "name": "inputflinger_tests" 16 }, 17 { 18 "name": "libchrome-gestures_test" 19 }, 20 { 21 "name": "libpalmrejection_test" 22 }, 23 { 24 "name": "InputTests" 25 }, 26 { 27 "name": "libinputservice_test" 28 }, 29 { 30 "name": "libgui_test", 31 "options": [ 32 { 33 "native-test-flag": "--gtest_filter=\"InputSurfacesTest*:MultiDisplayTests*\"" 34 } 35 ] 36 }, 37 { 38 "name": "CtsHardwareTestCases", 39 "options": [ 40 { 41 "include-filter": "android.hardware.input.cts.tests" 42 } 43 ] 44 }, 45 { 46 "name": "CtsInputTestCases" 47 }, 48 { 49 "name": "CtsViewTestCases", 50 "options": [ 51 { 52 "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 { 84 "include-filter": "android.view.cts.ViewUnbufferedTest" 85 } 86 ] 87 }, 88 { 89 "name": "CtsWidgetTestCases", 90 "options": [ 91 { 92 "include-filter": "android.widget.cts.NumberPickerTest" 93 }, 94 { 95 "include-filter": "android.widget.cts.SeekBarTest" 96 } 97 ] 98 }, 99 { 100 "name": "FrameworksCoreTests", 101 "options": [ 102 { 103 "include-filter": "android.hardware.input" 104 } 105 ] 106 }, 107 { 108 "name": "FrameworksCoreTests", 109 "options": [ 110 { 111 "include-filter": "android.view.VerifiedKeyEventTest" 112 }, 113 { 114 "include-filter": "android.view.VerifiedMotionEventTest" 115 } 116 ] 117 }, 118 { 119 "name": "FrameworksServicesTests", 120 "options": [ 121 { 122 "include-filter": "com.android.server.input" 123 } 124 ] 125 }, 126 { 127 "name": "CtsSecurityTestCases", 128 "options": [ 129 { 130 "include-filter": "android.security.cts.MotionEventTest" 131 } 132 ] 133 }, 134 { 135 "name": "CtsSecurityBulletinHostTestCases", 136 "options": [ 137 { 138 "include-filter": "android.security.cts.Poc19_03#testPocBug_115739809" 139 } 140 ] 141 } 142 ], 143 "hwasan-postsubmit": [ 144 { 145 "name": "CtsWindowManagerDeviceTestCases", 146 "options": [ 147 { 148 "include-filter": "android.server.wm.WindowInputTests" 149 } 150 ] 151 }, 152 { 153 "name": "libinput_tests" 154 }, 155 { 156 "name": "inputflinger_tests" 157 }, 158 { 159 "name": "libpalmrejection_test" 160 }, 161 { 162 "name": "InputTests" 163 }, 164 { 165 "name": "libinputservice_test" 166 }, 167 { 168 "name": "libgui_test", 169 "options": [ 170 { 171 "native-test-flag": "--gtest_filter=\"InputSurfacesTest*:MultiDisplayTests*\"" 172 } 173 ] 174 }, 175 { 176 "name": "CtsHardwareTestCases", 177 "options": [ 178 { 179 "include-filter": "android.hardware.input.cts.tests" 180 } 181 ] 182 }, 183 { 184 "name": "CtsInputTestCases" 185 }, 186 { 187 "name": "CtsViewTestCases", 188 "options": [ 189 { 190 "include-filter": "android.view.cts.input" 191 } 192 ] 193 }, 194 { 195 "name": "CtsViewTestCases", 196 "options": [ 197 { 198 "include-filter": "android.view.cts.HoverTest" 199 }, 200 { 201 "include-filter": "android.view.cts.MotionEventTest" 202 }, 203 { 204 "include-filter": "android.view.cts.PointerCaptureTest" 205 }, 206 { 207 "include-filter": "android.view.cts.TooltipTest" 208 }, 209 { 210 "include-filter": "android.view.cts.TouchDelegateTest" 211 }, 212 { 213 "include-filter": "android.view.cts.VelocityTrackerTest" 214 }, 215 { 216 "include-filter": "android.view.cts.VerifyInputEventTest" 217 }, 218 { 219 "include-filter": "android.view.cts.ViewTest" 220 }, 221 { 222 "include-filter": "android.view.cts.ViewUnbufferedTest" 223 } 224 ] 225 }, 226 { 227 "name": "CtsWidgetTestCases", 228 "options": [ 229 { 230 "include-filter": "android.widget.cts.NumberPickerTest" 231 }, 232 { 233 "include-filter": "android.widget.cts.SeekBarTest" 234 } 235 ] 236 }, 237 { 238 "name": "FrameworksCoreTests", 239 "options": [ 240 { 241 "include-filter": "android.view.VerifiedKeyEventTest" 242 }, 243 { 244 "include-filter": "android.view.VerifiedMotionEventTest" 245 } 246 ] 247 }, 248 { 249 "name": "FrameworksServicesTests", 250 "options": [ 251 { 252 "include-filter": "com.android.server.input" 253 } 254 ] 255 }, 256 { 257 "name": "CtsSecurityTestCases", 258 "options": [ 259 { 260 "include-filter": "android.security.cts.MotionEventTest" 261 } 262 ] 263 }, 264 { 265 "name": "CtsSecurityBulletinHostTestCases", 266 "options": [ 267 { 268 "include-filter": "android.security.cts.Poc19_03#testPocBug_115739809" 269 } 270 ] 271 } 272 ] 273} 274