Home
last modified time | relevance | path

Searched defs:test_args (Results 1 – 11 of 11) sorted by relevance

/third_party/node/
Dvcbuild.bat39 set test_args= variable
95 if /i "%1"=="test" set test_args=%test_args% -J %common_test_suites%&set lint_cpp=1&set li… variable
96 if /i "%1"=="test-ci-native" set test_args=%test_args% %test_ci_args% -J -p tap --logfile test.tap … variable
97 if /i "%1"=="test-ci-js" set test_args=%test_args% %test_ci_args% -J -p tap --logfile test.tap %… variable
101 if /i "%1"=="test-addons" set test_args=%test_args% addons&set build_addons=1&goto arg-ok variable
102 if /i "%1"=="test-doc" set test_args=%test_args% %CI_DOC%&set doc=1&&set lint_js=1&set lint_md… variable
103 if /i "%1"=="test-js-native-api" set test_args=%test_args% js-native-api&set build_js_native_api_… variable
104 if /i "%1"=="test-node-api" set test_args=%test_args% node-api&set build_node_api_tests=1&goto ar… variable
105 if /i "%1"=="test-benchmark" set test_args=%test_args% benchmark&goto arg-ok variable
106 if /i "%1"=="test-simple" set test_args=%test_args% sequential parallel -J&goto arg-ok variable
[all …]
/third_party/node/tools/
Dtest-v8.bat2 if "%config%"=="Debug" set test_args=%target_arch%.debug variable
3 if "%config%"=="Release" set test_args=%target_arch%.release variable
/third_party/boost/tools/build/test/
Dcore_arguments.py25 def test_args(t, *args, **kwargs): function
/third_party/python/Lib/test/
Dtest_resource.py13 def test_args(self): member in ResourceTest
Dtest_atexit.py46 def test_args(self): member in GeneralTest
Dtest_enumerate.py215 def test_args(self): member in TestReversed
Dtest_getargs2.py564 def test_args(self): member in Tuple_TestCase
Dtest_typing.py573 def test_args(self): member in LiteralTests
/third_party/boost/tools/boostbook/
Dsetup_boostbook.py76 def find_executable( executable_name, env_variable, test_args, error_message ): argument
/third_party/cef/tools/automate/
Dautomate-git.py1540 test_args = options.testargs variable
1542 test_args = ' ' + test_args variable
/third_party/mbedtls/tests/scripts/
Dgenerate_test_code.py843 def write_parameters(out_data_f, test_args, func_args, unique_expressions): argument