1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
| {
| "presubmit": [
| {
| "name": "HelloWorldTests",
| "options": [
| {
| "instrumentation-arg": "annotation:=android.support.test.filters.SmallTest"
| }
| ]
| },
| {
| "name": "hello_world_test",
| "host": true
| },
| {
| "name": "CtsPerfettoTestCases"
| },
| {
| "name": "CtsApacheHttpLegacy27ApiSignatureTestCases"
| },
| {
| "name": "ziparchive-tests"
| },
| {
| "name": "CtsDpiTestCases",
| "options": [
| {
| "include-filter": "android.dpi.cts.ConfigurationScreenLayoutTest"
| }
| ]
| },
| {
| "name": "CtsSampleHostTestCases"
| }
| ]
| }
|
|