Home
last modified time | relevance | path

Searched refs:Exclude (Results 1 – 4 of 4) sorted by relevance

/cts/tools/utils/
DbuildCts.py121 plan.Exclude('android\.car')
122 plan.Exclude('android\.performance.*')
127 plan.Exclude('android\.car')
128 plan.Exclude('android\.performance.*')
129 plan.Exclude('android\.media\.cts\.StreamingMediaPlayerTest.*')
134 plan.Exclude('android\.car')
135 plan.Exclude('android\.performance.*')
138 plan.Exclude(r'android\.signature')
139 plan.Exclude(r'android\.core.*')
144 plan.Exclude(r'android\.core\.tests\.libcore\.package\.harmony*')
[all …]
/cts/tests/tests/icu/resources/android/icu/cts/expectations/
Dicu-known-failures.txt9 description: "Exclude all tests",
/cts/tests/libcore/luni/
DAndroid.bp38 // Exclude apache harmony tests from coverage instrumentation, since it breaks
/cts/tools/utils/cts/
Dtools.py162 def Exclude(self, pattern): member in TestPlan