Home
last modified time | relevance | path

Searched refs:test_runner (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Lib/test/libregrtest/
H A Druntest.py302 test_runner = getattr(the_module, "test_main", None)
303 if test_runner is None:
304 test_runner = functools.partial(_test_module, the_module)
310 refleak = dash_R(ns, test_name, test_runner)
312 test_runner()
/third_party/mesa3d/src/compiler/glsl/tests/
H A Doptimization_test.py80 runner = get_test_runner(args.test_runner)
/third_party/vixl/tools/
H A Dtest.py46 import test_runner namespace
369 tests = test_runner.TestQueue()
/third_party/littlefs/
H A DMakefile31 runners/test_runner.c
32 TEST_RUNNER ?= $(BUILDDIR)/runners/test_runner
508 $(BUILDDIR)/runners/test_runner: $(TEST_OBJ)
/third_party/node/src/
H A Dnode_options.cc160 if (test_runner) { in CheckOptions()
191 } else if (!test_runner && (argv->size() < 1 || (*argv)[1].empty())) { in CheckOptions()
572 &EnvironmentOptions::test_runner); in EnvironmentOptionsParser()
H A Dnode_options.h163 bool test_runner = false; member in node::EnvironmentOptions
H A Denv-inl.h608 !options_->test_runner && !options_->watch_mode; in should_create_inspector()
H A Dnode.cc354 if (env->options()->test_runner) { in StartExecution()
355 return StartExecution(env, "internal/main/test_runner"); in StartExecution()
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dxcode.py339 xcode_target.test_runner = run_target
415 if hasattr(dependency_xct, "test_runner"):
416 all_run_tests.append(dependency_xct.test_runner)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dxcode.py339 xcode_target.test_runner = run_target
415 if hasattr(dependency_xct, "test_runner"):
416 all_run_tests.append(dependency_xct.test_runner)

Completed in 12 milliseconds