Searched refs:exclude_tests (Results 1 – 1 of 1) sorted by relevance
/external/google-fruit/extras/scripts/ |
D | travis_yml_generator.py | 32 …ermine_tests(asan, ubsan, clang_tidy, smoke_tests, use_precompiled_headers_in_tests, exclude_tests, argument 50 excessive_excluded_tests = set(exclude_tests) - set(tests) 57 if exclude_tests != []: 61 tests = [test for test in tests if test not in exclude_tests] 78 … use_precompiled_headers_in_tests=True, smoke_tests=[], exclude_tests=[], include_only_tests=None): argument 91 exclude_tests=exclude_tests, 105 … use_precompiled_headers_in_tests=True, smoke_tests=[], exclude_tests=[], include_only_tests=None): argument 118 exclude_tests=exclude_tests, include_only_tests=include_only_tests)
|