• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Keep the following two TEST_MAPPINGs in sync:
2 // frameworks/base/ravenwood/TEST_MAPPING
3 // frameworks/base/tools/hoststubgen/TEST_MAPPING
4 {
5   "presubmit": [
6     { "name": "tiny-framework-dump-test" },
7     { "name": "hoststubgentest" },
8     { "name": "hoststubgen-invoke-test" },
9     {
10       "name": "RavenwoodMockitoTest_device"
11     },
12     {
13       "name": "RavenwoodBivalentTest_device"
14     },
15     // The sysui tests should match vendor/unbundled_google/packages/SystemUIGoogle/TEST_MAPPING
16     {
17       "name": "SystemUIGoogleTests",
18       "options": [
19         {
20           "exclude-annotation": "org.junit.Ignore"
21         },
22         {
23           "exclude-annotation": "androidx.test.filters.FlakyTest"
24         }
25       ]
26     }
27   ],
28   "presubmit-large": [
29     {
30       "name": "SystemUITests",
31       "options": [
32         {
33           "exclude-annotation": "androidx.test.filters.FlakyTest"
34         },
35         {
36           "exclude-annotation": "org.junit.Ignore"
37         }
38       ]
39     }
40   ],
41   "ravenwood-presubmit": [
42     {
43       "name": "RavenwoodMinimumTest",
44       "host": true
45     },
46     {
47       "name": "RavenwoodMockitoTest",
48       "host": true
49     },
50     {
51       "name": "CtsUtilTestCasesRavenwood",
52       "host": true
53     },
54     {
55       "name": "RavenwoodCoreTest",
56       "host": true
57     },
58     {
59       "name": "RavenwoodBivalentTest",
60       "host": true
61     }
62   ]
63 }
64