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

/gem5/ext/googletest/googletest/test/
H A Dgtest_output_test.py168 def RemoveMatchingTests(test_output, pattern): function
262 test_output = RemoveMatchingTests(test_output, 'DeathTest')
264 test_output = RemoveMatchingTests(test_output, 'TypedTest')
265 test_output = RemoveMatchingTests(test_output, 'TypedDeathTest')
266 test_output = RemoveMatchingTests(test_output, 'TypeParamDeathTest')
268 test_output = RemoveMatchingTests(test_output,
270 test_output = RemoveMatchingTests(test_output,
272 test_output = RemoveMatchingTests(test_output,

Completed in 3 milliseconds