ddavis2speedray / googletest

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

death tests should work with exceptions properly #312

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The result of

  EXPECT_DEATH(throw 1, "");

shouldn't depend on the --gtest_catch_exceptions flag.  We should discuss this 
with the users before taking any real action.

Original issue reported on code.google.com by w...@google.com on 8 Sep 2010 at 5:02

GoogleCodeExporter commented 9 years ago
Fixed in revision 500.

Original comment by vladlosev on 18 Oct 2010 at 10:20