Home | History | Annotate | Download | only in utils

Lines Matching refs:package

124     plan.Exclude(r'android\.core\.tests\.libcore.\package.\harmony*')
129 plan.Include(r'android\.core\.tests\.libcore.\package.\harmony*')
161 for package, test_list in flaky_tests.iteritems():
162 plan.ExcludeTests(package, test_list)
169 for package, test_list in flaky_tests.iteritems():
170 plan.Include(package+'$')
171 plan.IncludeTests(package, test_list)
181 for package, test_list in small_tests.iteritems():
182 plan.Include(package+'$')
184 for package, test_list in flaky_tests.iteritems():
185 plan.ExcludeTests(package, test_list)
191 for package, test_list in medium_tests.iteritems():
192 plan.Include(package+'$')
194 for package, test_list in flaky_tests.iteritems():
195 plan.ExcludeTests(package, test_list)
203 for package, test_list in flaky_tests.iteritems():
204 plan.ExcludeTests(package, test_list)
213 for package, test_list in flaky_tests.iteritems():
214 plan.ExcludeTests(package, test_list)
222 for package, test_list in flaky_tests.iteritems():
223 plan.ExcludeTests(package, test_list)
229 for package, test_list in new_test_packages.iteritems():
230 plan.Include(package+'$')
232 for package, test_list in flaky_tests.iteritems():
233 plan.ExcludeTests(package, test_list)
238 for package, test_list in small_tests.iteritems():
239 plan.Exclude(package+'$')
240 for package, test_list in medium_tests.iteritems():
241 plan.Exclude(package+'$')
242 for package, tests_list in new_test_packages.iteritems():
243 plan.Exclude(package+'$')
249 for package, test_list in flaky_tests.iteritems():
250 plan.ExcludeTests(package, test_list)
265 """ Construct a defaultdic that lists package names of medium tests
269 'android.core.tests.libcore.package.libcore' : [],
270 'android.core.tests.libcore.package.org' : [],
298 'android.core.tests.libcore.package.com' : [],
299 'android.core.tests.libcore.package.conscrypt' : [],
300 'android.core.tests.libcore.package.dalvik' : [],
301 'android.core.tests.libcore.package.sun' : [],
302 'android.core.tests.libcore.package.tests' : [],
346 """ Construct a defaultdict that maps package names that is vetted for L. """
349 'android.core.tests.libcore.package.harmony_annotation' : [],
350 'android.core.tests.libcore.package.harmony_beans' : [],
351 'android.core.tests.libcore.package.harmony_java_io' : [],
352 'android.core.tests.libcore.package.harmony_java_lang' : [],
353 'android.core.tests.libcore.package.harmony_java_math' : [],
354 'android.core.tests.libcore.package.harmony_java_net' : [],
355 'android.core.tests.libcore.package.harmony_java_nio' : [],
356 'android.core.tests.libcore.package.harmony_java_util' : [],
357 'android.core.tests.libcore.package.harmony_java_text' : [],
358 'android.core.tests.libcore.package.harmony_javax_security' : [],
359 'android.core.tests.libcore.package.harmony_logging' : [],
360 'android.core.tests.libcore.package.harmony_prefs' : [],
361 'android.core.tests.libcore.package.harmony_sql' : [],
362 'android.core.tests.libcore.package.jsr166' : [],
363 'android.core.tests.libcore.package.okhttp' : [],
379 """ Construct a defaultdict that maps package name to a list of tests
422 print 'Generating test description for package %s' % name