Searched refs:test_output (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/googletest/googletest/test/ |
H A D | googletest-output-test.py | 102 def RemoveLocations(test_output): argument 118 test_output, 144 def RemoveTypeInfoDetails(test_output): argument 155 return re.sub(r'unsigned int', 'unsigned', test_output) 158 def NormalizeToCurrentPlatform(test_output): argument 163 test_output = re.sub('\x1b\\[(0;3\d)?m', '', test_output) 165 test_output = re.sub(r': Failure\n', r': error: ', test_output) 167 test_output = re.sub(r'((\w|\.)+)\((\d+)\):', r'\1:\3:', test_output) 169 return test_output 184 def RemoveMatchingTests(test_output, pattern): argument [all …]
|
H A D | googletest-catch-exceptions-test.py | 88 def TestSehExceptions(self, test_output): argument 94 test_output, 101 test_output, 104 'SEH exception with code 0x2a thrown in SetUpTestSuite()', test_output 108 test_output, 111 'SEH exception with code 0x2a thrown in SetUp()', test_output 114 'SEH exception with code 0x2a thrown in TearDown()', test_output 117 'SEH exception with code 0x2a thrown in the test body', test_output
|
/freebsd-src/contrib/netbsd-tests/usr.bin/config/ |
H A D | t_config.sh | 97 test_output() function 176 test_output select 199 test_output no_select 224 test_output devi 260 test_output min
|
/freebsd-src/contrib/googletest/ci/ |
H A D | linux-presubmit.sh | 89 --test_output=errors 111 --test_output=errors 137 --test_output=errors
|
H A D | macos-presubmit.sh | 76 --test_output=errors
|
H A D | windows-presubmit.bat | 61 --test_output=errors ^
|
/freebsd-src/crypto/openssl/test/ |
H A D | test_test.c | 503 static int test_output(void) in test_output() function 573 ADD_TEST(test_output); in setup_tests()
|
/freebsd-src/contrib/googletest/docs/ |
H A D | quickstart-bazel.md | 118 <strong>my_workspace$ bazel test --cxxopt=-std=c++14 --test_output=all //:hello_test</strong>
|