Searched defs:test_args (Results 1 – 13 of 13) sorted by relevance
39 set test_args= variable95 if /i "%1"=="test" set test_args=%test_args% -J %common_test_suites%&set lint_cpp=1&set li… variable96 if /i "%1"=="test-ci-native" set test_args=%test_args% %test_ci_args% -J -p tap --logfile test.tap … variable97 if /i "%1"=="test-ci-js" set test_args=%test_args% %test_ci_args% -J -p tap --logfile test.tap %… variable101 if /i "%1"=="test-addons" set test_args=%test_args% addons&set build_addons=1&goto arg-ok variable102 if /i "%1"=="test-doc" set test_args=%test_args% %CI_DOC%&set doc=1&&set lint_js=1&set lint_md… variable103 if /i "%1"=="test-js-native-api" set test_args=%test_args% js-native-api&set build_js_native_api_… variable104 if /i "%1"=="test-node-api" set test_args=%test_args% node-api&set build_node_api_tests=1&goto ar… variable105 if /i "%1"=="test-benchmark" set test_args=%test_args% benchmark&goto arg-ok variable106 if /i "%1"=="test-simple" set test_args=%test_args% sequential parallel -J&goto arg-ok variable[all …]
2 if "%config%"=="Debug" set test_args=%target_arch%.debug variable3 if "%config%"=="Release" set test_args=%target_arch%.release variable
25 def test_args(t, *args, **kwargs): function
15 def test_args(self): member in ResourceTest
215 def test_args(self): member in TestReversed
550 def test_args(self): member in Tuple_TestCase
722 def test_args(self): member in LiteralTests
105 static LayoutBindingParameters test_args[]; member in glcts::LayoutBindingTests
3357 LayoutBindingParameters LayoutBindingTests::test_args[] = { member in glcts::LayoutBindingTests
76 def find_executable( executable_name, env_variable, test_args, error_message ): argument
1540 test_args = options.testargs variable1542 test_args = ' ' + test_args variable
809 def write_parameters(out_data_f, test_args, func_args, unique_expressions): argument
356 def test_args(): function