superupon / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

gtest_output_test fails on systems that support death tests but not typed tests #216

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
gtest_output_test.py verifies that a system supports typed tests by checking 
whether test with 'TypedTest' in their names are run by the  
gtest_output_test_ binary. But support for typed tests also makes 
gtest_output_test_ run tests with TypedDeathTest in their names. The Python 
script happens to filter those out as long as both typed tests and death 
tests are unsupported.

The script needs to filter out TypedDeathTest's when comparing against the 
golden file.

Original issue reported on code.google.com by vladlosev on 4 Nov 2009 at 6:34

GoogleCodeExporter commented 9 years ago
Sun Studio on Solaris is a real-life examlpe of a platform where it happens 
(after we
enable death tests there).

Original comment by vladlosev on 4 Nov 2009 at 6:37

GoogleCodeExporter commented 9 years ago
Vlad, I remember that you made some changes to gtest_output_test.py.  Can this 
be
closed now?

Original comment by w...@google.com on 26 Feb 2010 at 8:07

GoogleCodeExporter commented 9 years ago
This is really a small fix, will make it now.

Original comment by vladlosev on 26 Feb 2010 at 10:27

GoogleCodeExporter commented 9 years ago
This is fixed in revision 382.

Original comment by vladlosev on 27 Feb 2010 at 12:48

GoogleCodeExporter commented 9 years ago

Original comment by vladlosev on 27 Feb 2010 at 12:48