Home
last modified time | relevance | path

Searched refs:test_output (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/googletest/googletest/test/
H A Dgoogletest-output-test.py102 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 Dgoogletest-catch-exceptions-test.py88 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 Dt_config.sh97 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 Dlinux-presubmit.sh89 --test_output=errors
111 --test_output=errors
137 --test_output=errors
H A Dmacos-presubmit.sh76 --test_output=errors
H A Dwindows-presubmit.bat61 --test_output=errors ^
/freebsd-src/crypto/openssl/test/
H A Dtest_test.c503 static int test_output(void) in test_output() function
573 ADD_TEST(test_output); in setup_tests()
/freebsd-src/contrib/googletest/docs/
H A Dquickstart-bazel.md118 <strong>my_workspace$ bazel test --cxxopt=-std=c++14 --test_output=all //:hello_test</strong>