Home | History | Annotate | Download | only in test

Lines Matching refs:EXPECT_DEBUG_DEATH

564 // Tests that EXPECT_DEBUG_DEATH works as expected,
574 EXPECT_DEBUG_DEATH(DieInDebugElse12(&sideeffect),
624 EXPECT_DEBUG_DEATH(return, "") << "This is expected to fail.";
641 // Tests that EXPECT_DEBUG_DEATH in debug mode does not abort