-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
GTest will currently run tests when SetupTestCase fails. This leads to confusing failures as tests are run in an invalid state. We should call std::abort manually in this case until this is fixed.
GTest issue: https://code.google.com/p/googletest/issues/detail?id=247