Home
last modified time | relevance | path

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

/third_party/grpc/tools/interop_matrix/
Drun_interop_matrix_tests.py219 def _test_release(lang, runtime, release, image, xml_report_tree, skip_tests): argument
233 skip_jobs=skip_tests)
237 if skip_tests:
254 skip_tests = False
266 if not skip_tests:
281 skip_tests = True
284 xml_report_tree, skip_tests)
/third_party/unity/test/targets/
Dansi.yml48 :skip_tests:
/third_party/unity/test/
Drakefile_helper.rb205 if $cfg[:skip_tests]
206 if $cfg[:skip_tests].include?(:parameterized) && test.match(/parameterized/)
/third_party/grpc/src/python/grpcio_tests/
Dcommands.py257 runner.skip_tests(self.BANNED_TESTS + self.BANNED_WINDOWS_TESTS)
259 runner.skip_tests(self.BANNED_TESTS)
/third_party/glib/glib/
Dgtester.c293 guint skip_tests) in launch_test_binary() argument
337 if (skip_tests) in launch_test_binary()
369 if (skip_tests) in launch_test_binary()
370 argv[i++] = queue_gfree (&free_list, g_strdup_printf ("--GTestSkipCount=%u", skip_tests)); in launch_test_binary()
/third_party/grpc/src/python/grpcio_tests/tests/
D_runner.py131 def skip_tests(self, tests): member in Runner
/third_party/unity/test/tests/
Dtest_generate_test_runner.rb1167 if $cfg[:skip_tests] && features
1168 if $cfg[:skip_tests].include?(:parameterized) && features.include?(:parameterized)
/third_party/node/tools/
Dtest.py1373 options.skip_tests = [test for test in options.skip_tests.split(',') if test]
1659 if any((s in case.file) for s in options.skip_tests):