Lines Matching refs:test_args
41 set test_args=
101 if /i "%1"=="test" set test_args=%test_args% %common_test_suites%&set lint_cpp=1&set lint_js=1&set lint_md=1&goto arg-ok
102 if /i "%1"=="test-ci-native" set test_args=%test_args% %test_ci_args% -p tap --logfile test.tap %CI_NATIVE_SUITES% %CI_DOC%&set build_addons=1&set build_js_native_api_tests=1&set build_node_api_tests=1&set cctest_args=%cctest_args% --gtest_output=xml:cctest.junit.xml&goto arg-ok
103 if /i "%1"=="test-ci-js" set test_args=%test_args% %test_ci_args% -p tap --logfile test.tap %CI_JS_SUITES%&set no_cctest=1&goto arg-ok
107 if /i "%1"=="test-addons" set test_args=%test_args% addons&set build_addons=1&goto arg-ok
108 if /i "%1"=="test-doc" set test_args=%test_args% %CI_DOC%&set doc=1&&set lint_js=1&set lint_md=1&goto arg-ok
109 if /i "%1"=="test-js-native-api" set test_args=%test_args% js-native-api&set build_js_native_api_tests=1&goto arg-ok
110 if /i "%1"=="test-node-api" set test_args=%test_args% node-api&set build_node_api_tests=1&goto arg-ok
111 if /i "%1"=="test-benchmark" set test_args=%test_args% benchmark&goto arg-ok
112 if /i "%1"=="test-simple" set test_args=%test_args% sequential parallel&goto arg-ok
113 if /i "%1"=="test-message" set test_args=%test_args% message&goto arg-ok
114 if /i "%1"=="test-tick-processor" set test_args=%test_args% tick-processor&goto arg-ok
115 if /i "%1"=="test-internet" set test_args=%test_args% internet&goto arg-ok
116 if /i "%1"=="test-pummel" set test_args=%test_args% pummel&goto arg-ok
117 if /i "%1"=="test-known-issues" set test_args=%test_args% known_issues&goto arg-ok
118 if /i "%1"=="test-async-hooks" set test_args=%test_args% async-hooks&goto arg-ok
119 if /i "%1"=="test-all" set test_args=%test_args% gc internet pummel %common_test_suites%&set lint_cpp=1&set lint_js=1&goto arg-ok
143 if /i "%1"=="ignore-flaky" set test_args=%test_args% --flaky-tests=dontcare&goto arg-ok
387 if "%test_args%"=="" set target=node
583 echo.%test_args% | findstr doctool 1>nul
594 @rem Clear errorlevel from echo.%test_args% | findstr doctool 1>nul
696 if "%test_args%"=="" goto test-v8
697 if "%config%"=="Debug" set test_args=--mode=debug %test_args%
698 if "%config%"=="Release" set test_args=--mode=release %test_args%
705 echo running 'python tools\test.py %test_args%'
706 python tools\test.py %test_args%