Searched refs:test_output (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgoogletest-output-test.py91 def RemoveLocations(test_output):
95 test_output: the output of a Google Test program.
105 r'\1:#: ', test_output)
129 def RemoveTypeInfoDetails(test_output):
133 test_output: the output of a Google Test program.
140 return re.sub(r'unsigned int', 'unsigned', test_output)
143 def NormalizeToCurrentPlatform(test_output):
148 test_output = re.sub('\x1b\\[(0;3\d)?m', '', test_output)
150 test_output
[all...]
H A Dgoogletest-catch-exceptions-test.py85 def TestSehExceptions(self, test_output):
88 in test_output)
91 in test_output)
93 in test_output)
95 in test_output)
97 in test_output)
99 in test_output)
101 in test_output)
/freebsd-12-stable/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

Completed in 62 milliseconds