Home
last modified time | relevance | path

Searched full:skip_tests (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/kokoro/scripts/linux/
Dbuild-docker.sh67 SKIP_TESTS="False"
81 SKIP_TESTS="True"
86 SKIP_TESTS="True"
112 if [ $SKIP_TESTS = "False" ]; then
/third_party/spirv-tools/kokoro/scripts/linux/
Dbuild-docker.sh62 SKIP_TESTS="False"
76 SKIP_TESTS="True"
81 SKIP_TESTS="True"
107 if [ $SKIP_TESTS = "False" ]; then
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/
Dbuild-docker.sh67 SKIP_TESTS="False"
81 SKIP_TESTS="True"
86 SKIP_TESTS="True"
112 if [ $SKIP_TESTS = "False" ]; then
/third_party/skia/buildtools/checkdeps/
Dcheckdeps.py49 skip_tests=False, argument
64 self._skip_tests = skip_tests
235 action='store_true', dest='skip_tests', default=False,
256 skip_tests=options.skip_tests,
Dcheckdeps_test.py25 def ImplTestRegularCheckDepsRun(self, ignore_temp_rules, skip_tests): argument
27 self.deps_checker._skip_tests = skip_tests
33 if skip_tests:
81 if not skip_tests:
/third_party/unity/test/targets/
Dansi.yml5 :skip_tests:
/third_party/unity/test/
Drakefile_helper.rb260 if $cfg[:skip_tests]
261 if $cfg[:skip_tests].include?(:parameterized) && test.match(/parameterized/)
/third_party/unity/test/tests/
Dtest_generate_test_runner.rb1205 if $cfg[:skip_tests] && features
1206 if $cfg[:skip_tests].include?(:parameterized) && features.include?(:parameterized)
/third_party/node/tools/
Dtest.py1430 options.skip_tests = [test for test in options.skip_tests.split(',') if test]
1732 if any((s in case.file) for s in options.skip_tests):