Searched refs:RemoveMatchingTests (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/gtest/test/ |
D | gtest_output_test.py | 155 def RemoveMatchingTests(test_output, pattern): function 249 test_output = RemoveMatchingTests(test_output, 'DeathTest') 251 test_output = RemoveMatchingTests(test_output, 'TypedTest') 252 test_output = RemoveMatchingTests(test_output, 'TypedDeathTest') 253 test_output = RemoveMatchingTests(test_output, 'TypeParamDeathTest') 255 test_output = RemoveMatchingTests(test_output, 257 test_output = RemoveMatchingTests(test_output, 259 test_output = RemoveMatchingTests(test_output,
|
/external/gtest/test/ |
D | gtest_output_test.py | 167 def RemoveMatchingTests(test_output, pattern): function 261 test_output = RemoveMatchingTests(test_output, 'DeathTest') 263 test_output = RemoveMatchingTests(test_output, 'TypedTest') 264 test_output = RemoveMatchingTests(test_output, 'TypedDeathTest') 265 test_output = RemoveMatchingTests(test_output, 'TypeParamDeathTest') 267 test_output = RemoveMatchingTests(test_output, 269 test_output = RemoveMatchingTests(test_output, 271 test_output = RemoveMatchingTests(test_output,
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_output_test.py | 167 def RemoveMatchingTests(test_output, pattern): function 261 test_output = RemoveMatchingTests(test_output, 'DeathTest') 263 test_output = RemoveMatchingTests(test_output, 'TypedTest') 264 test_output = RemoveMatchingTests(test_output, 'TypedDeathTest') 265 test_output = RemoveMatchingTests(test_output, 'TypeParamDeathTest') 267 test_output = RemoveMatchingTests(test_output, 269 test_output = RemoveMatchingTests(test_output, 271 test_output = RemoveMatchingTests(test_output,
|