Home
last modified time | relevance | path

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

/external/google-fruit/extras/scripts/
Dtravis_yml_generator.py30 def determine_tests(asan, ubsan, smoke_tests, use_precompiled_headers_in_tests, exclude_tests, argument
48 excessive_excluded_tests = set(exclude_tests) - set(tests)
55 if exclude_tests != []:
59 tests = [test for test in tests if test not in exclude_tests]
71 … use_precompiled_headers_in_tests=True, smoke_tests=[], exclude_tests=[], include_only_tests=None): argument
84 exclude_tests=exclude_tests,
98 … use_precompiled_headers_in_tests=True, smoke_tests=[], exclude_tests=[], include_only_tests=None): argument
111 exclude_tests=exclude_tests, include_only_tests=include_only_tests)