forked from LineageOS/android_external_cronet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTEST_MAPPING
107 lines (107 loc) · 3.09 KB
/
TEST_MAPPING
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"imports": [
{
"path": "packages/modules/Connectivity"
}
],
"captiveportal-networkstack-resolve-tethering-mainline-presubmit": [
// Runs both NetHttpTests and CtsNetHttpTestCases
{
"name": "NetHttpCoverageTests",
"options": [
{
"exclude-annotation": "com.android.testutils.SkipPresubmit"
},
{
// These sometimes take longer than 1 min which is the presubmit timeout
"exclude-annotation": "androidx.test.filters.LargeTest"
}
]
}
],
"presubmit": [
{
"name": "net_unittests_tester",
"options": [
// Use exclude-filter once (b/342355769) has been fixed
{
"set-option": "exclude-filter:HttpAuthNegotiateAndroidTest.GenerateAuthToken"
},
{
"set-option": "exclude-filter:MerkleAuditProofDeathTest.DiesIfLeafIndexIsGreaterThanOrEqualToTreeSize"
},
{
"set-option": "exclude-filter:CertNetFetcherURLRequestTest.ParallelFetchDuplicates"
},
{
"set-option": "exclude-filter:DiskCacheBackendTest.SimpleDoomRecent"
},
{
"set-option": "exclude-filter:HttpAuthHandlerNegotiateTest.DisableCname"
},
{
"set-option": "exclude-filter:HttpAuthHandlerNegotiateTest.DisableCnameStandardPort"
},
{
"set-option": "exclude-filter:HttpAuthHandlerNegotiateTest.DisableCnameNonstandardPort"
},
{
"set-option": "exclude-filter:HttpAuthHandlerNegotiateTest.CnameSync"
},
{
"set-option": "exclude-filter:HttpAuthHandlerNegotiateTest.CnameAsync"
},
{
"set-option": "exclude-filter:HttpAuthHandlerNegotiateTest.ServerNotInKerberosDatabase"
},
{
"set-option": "exclude-filter:HttpAuthHandlerNegotiateTest.NoKerberosCredentials"
},
{
"set-option": "exclude-filter:EmbeddedTestServerTestInstantiation/EmbeddedTestServerTest#ConnectionListenerComplete/*"
}
]
},
{
"name": "cronet_unittests_tester"
},
// Runs both NetHttpTests and CtsNetHttpTestCases
{
"name": "NetHttpCoverageTests",
"options": [
{
"exclude-annotation": "com.android.testutils.SkipPresubmit"
},
{
// These sometimes take longer than 1 min which is the presubmit timeout
"exclude-annotation": "androidx.test.filters.LargeTest"
}
]
}
],
"postsubmit": [
{
"name": "NetHttpCoverageTests"
},
{
"name": "net_unittests_tester"
},
{
"name": "license_converter_test"
}
],
"mainline-presubmit": [
{
"name": "NetHttpCoverageTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]",
"options": [
{
"exclude-annotation": "com.android.testutils.SkipPresubmit"
},
{
// These sometimes take longer than 1 min which is the presubmit timeout
"exclude-annotation": "androidx.test.filters.LargeTest"
}
]
}
]
}