mirror of
https://github.com/google/googletest.git
synced 2025-01-16 20:41:22 +08:00
Fixes issue 216 (gtest_output_test broken on Solaris
This commit is contained in:
parent
c85a77a6ab
commit
70eceaf8e7
@ -249,6 +249,8 @@ class GTestOutputTest(gtest_test_utils.TestCase):
|
||||
test_output = RemoveMatchingTests(test_output, 'DeathTest')
|
||||
if not SUPPORTS_TYPED_TESTS:
|
||||
test_output = RemoveMatchingTests(test_output, 'TypedTest')
|
||||
test_output = RemoveMatchingTests(test_output, 'TypedDeathTest')
|
||||
test_output = RemoveMatchingTests(test_output, 'TypeParamDeathTest')
|
||||
if not SUPPORTS_THREADS:
|
||||
test_output = RemoveMatchingTests(test_output,
|
||||
'ExpectFailureWithThreadsTest')
|
||||
|
Loading…
x
Reference in New Issue
Block a user