Home
last modified time | relevance | path

Searched refs:Subprocess (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_leak_test.py57 gmock_test_utils.Subprocess(
62 0, gmock_test_utils.Subprocess(TEST_WITH_ON_CALL, env=environ).exit_code
68 gmock_test_utils.Subprocess(
75 gmock_test_utils.Subprocess(
83 gmock_test_utils.Subprocess(
89 gmock_test_utils.Subprocess(
97 gmock_test_utils.Subprocess(
106 gmock_test_utils.Subprocess(
H A Dgmock_test_utils.py81 Subprocess = gtest_test_utils.Subprocess variable
H A Dgmock_output_test.py140 return gmock_test_utils.Subprocess(cmd, capture_stderr=False).output
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-catch-exceptions-test.py68 TEST_LIST = gtest_test_utils.Subprocess(
75 BINARY_OUTPUT = gtest_test_utils.Subprocess([EXE_PATH], env=environ).output
77 EX_BINARY_OUTPUT = gtest_test_utils.Subprocess(
302 uncaught_exceptions_ex_binary_output = gtest_test_utils.Subprocess(
H A Dgoogletest-json-output-unittest.py631 in gtest_test_utils.Subprocess(
711 p = gtest_test_utils.Subprocess(
737 p = gtest_test_utils.Subprocess(command)
788 p = gtest_test_utils.Subprocess(command)
H A Dgoogletest-filter-unittest.py63 child = gtest_test_utils.Subprocess(
79 child = gtest_test_utils.Subprocess(
128 in gtest_test_utils.Subprocess([COMMAND, LIST_TESTS_FLAG]).output
195 return gtest_test_utils.Subprocess(
203 p = gtest_test_utils.Subprocess([COMMAND] + (args or []), env=environ)
221 p = gtest_test_utils.Subprocess([COMMAND] + (args or []), env=environ)
H A Dgtest_xml_output_unittest.py245 in gtest_test_utils.Subprocess(
322 p = gtest_test_utils.Subprocess(
348 p = gtest_test_utils.Subprocess(command)
419 p = gtest_test_utils.Subprocess(command, env=environ_copy)
H A Dgtest_help_test.py73 in gtest_test_utils.Subprocess([PROGRAM_PATH, LIST_TESTS_FLAG]).output
123 child = gtest_test_utils.Subprocess(command)
H A Dgtest_skip_environment_check_output_test.py43 OUTPUT = gtest_test_utils.Subprocess([EXE_PATH]).output
H A Dgoogletest-setuptestsuite-test.py44 p = gtest_test_utils.Subprocess(COMMAND)
H A Dgoogletest-param-test-invalid-name1-test.py49 p = gtest_test_utils.Subprocess(command)
H A Dgoogletest-param-test-invalid-name2-test.py49 p = gtest_test_utils.Subprocess(command)
H A Dgtest_skip_check_output_test.py43 OUTPUT = gtest_test_utils.Subprocess([EXE_PATH]).output
H A Dgoogletest-uninitialized-test.py57 p = gtest_test_utils.Subprocess(command)
H A Dgtest_testbridge_test.py53 p = gtest_test_utils.Subprocess(COMMAND, env=subprocess_env)
H A Dgoogletest-global-environment-unittest.py45 return gtest_test_utils.Subprocess(
H A Dgoogletest-env-var-test.py68 return gtest_test_utils.Subprocess(args, env=environ).output
H A Dgoogletest-list-tests-unittest.py123 return gtest_test_utils.Subprocess(
H A Dgtest_list_output_unittest.py259 p = gtest_test_utils.Subprocess(
H A Dgoogletest-failfast-unittest.py75 in gtest_test_utils.Subprocess([COMMAND, LIST_TESTS_FLAG]).output
111 txt_out = gtest_test_utils.Subprocess([COMMAND] + args, env=environ).output
H A Dgoogletest-throw-on-failure-test.py79 p = gtest_test_utils.Subprocess(command)
H A Dgoogletest-json-outfiles-test.py154 p = gtest_test_utils.Subprocess(
H A Dgoogletest-break-on-failure-unittest.py80 p = gtest_test_utils.Subprocess(command, env=environ)
H A Dgtest_xml_outfiles_test.py119 p = gtest_test_utils.Subprocess(
H A Dgoogletest-color-test.py63 p = gtest_test_utils.Subprocess([COMMAND] + args)

12