Home
last modified time | relevance | path

Searched defs:test_args (Results 1 - 8 of 8) sorted by relevance

/third_party/node/tools/
H A 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/python/Lib/test/
H A Dtest_resource.py15 def test_args(self): member in ResourceTest
H A Dtest_enumerate.py227 def test_args(self): member in TestReversed
H A Dtest_typing.py2290 def test_args(self): member in LiteralTests
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.hpp105 static LayoutBindingParameters test_args[]; member in glcts::LayoutBindingTests
H A Des31cLayoutBindingTests.cpp3357 LayoutBindingParameters LayoutBindingTests::test_args[] = { member in glcts::LayoutBindingTests
/third_party/node/
H A Dvcbuild.bat41 set test_args= variable
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 variable
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 variable
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 variable
107 if /i "%1"=="test-addons" set test_args=%test_args% addons&set build_addons=1&goto arg-ok variable
108 if /i "%1"=="test-doc" set test_args variable
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 global() variable
110 if /i "%1"=="test-node-api" set test_args=%test_args% node-api&set build_node_api_tests=1&goto arg-ok global() variable
111 if /i "%1"=="test-benchmark" set test_args=%test_args% benchmark&goto arg-ok global() variable
112 if /i "%1"=="test-simple" set test_args=%test_args% sequential parallel&goto arg-ok global() variable
113 if /i "%1"=="test-message" set test_args=%test_args% message&goto arg-ok global() variable
114 if /i "%1"=="test-tick-processor" set test_args=%test_args% tick-processor&goto arg-ok global() variable
115 if /i "%1"=="test-internet" set test_args=%test_args% internet&goto arg-ok global() variable
116 if /i "%1"=="test-pummel" set test_args=%test_args% pummel&goto arg-ok global() variable
117 if /i "%1"=="test-known-issues" set test_args=%test_args% known_issues&goto arg-ok global() variable
118 if /i "%1"=="test-async-hooks" set test_args=%test_args% async-hooks&goto arg-ok global() variable
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 global() variable
143 if /i "%1"=="ignore-flaky" set test_args=%test_args% --flaky-tests=dontcare&goto arg-ok global() variable
697 if "%config%"=="Debug" set test_args=--mode=debug %test_args% global() variable
698 if "%config%"=="Release" set test_args=--mode=release %test_args% global() variable
[all...]
/third_party/python/Lib/test/test_capi/
H A Dtest_getargs.py551 def test_args(self): member in Tuple_TestCase

Completed in 21 milliseconds