Searched full:skip_tests (Results 1 – 8 of 8) sorted by relevance
| /third_party/grpc/tools/interop_matrix/ |
| D | run_interop_matrix_tests.py | 219 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/ |
| D | ansi.yml | 48 :skip_tests:
|
| /third_party/unity/test/ |
| D | rakefile_helper.rb | 205 if $cfg[:skip_tests] 206 if $cfg[:skip_tests].include?(:parameterized) && test.match(/parameterized/)
|
| /third_party/grpc/src/python/grpcio_tests/ |
| D | commands.py | 257 runner.skip_tests(self.BANNED_TESTS + self.BANNED_WINDOWS_TESTS) 259 runner.skip_tests(self.BANNED_TESTS)
|
| /third_party/glib/glib/ |
| D | gtester.c | 293 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.py | 131 def skip_tests(self, tests): member in Runner
|
| /third_party/unity/test/tests/ |
| D | test_generate_test_runner.rb | 1167 if $cfg[:skip_tests] && features 1168 if $cfg[:skip_tests].include?(:parameterized) && features.include?(:parameterized)
|
| /third_party/node/tools/ |
| D | test.py | 1373 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):
|