From 70eceaf8e7c6eb5c58838418db1768d8f08e53f5 Mon Sep 17 00:00:00 2001 From: vladlosev Date: Sat, 27 Feb 2010 00:48:00 +0000 Subject: Fixes issue 216 (gtest_output_test broken on Solaris --- test/gtest_output_test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/gtest_output_test.py b/test/gtest_output_test.py index 4374a96e..125970aa 100755 --- a/test/gtest_output_test.py +++ b/test/gtest_output_test.py @@ -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') -- cgit v1.2.3