Home | History | Annotate | Download | only in test

Lines Matching refs:EXPECT_FATAL_FAILURE

588 // Used for testing EXPECT_NONFATAL_FAILURE() and EXPECT_FATAL_FAILURE().
670 // Tests that EXPECT_FATAL_FAILURE() can reference global variables.
673 EXPECT_FATAL_FAILURE({
678 // Tests that EXPECT_FATAL_FAILURE() can reference local static
683 EXPECT_FATAL_FAILURE({
688 // Tests that EXPECT_FATAL_FAILURE() succeeds when there is exactly
691 EXPECT_FATAL_FAILURE({
696 // Tests that EXPECT_FATAL_FAILURE() fails when there is no fatal
700 EXPECT_FATAL_FAILURE({
709 // Tests that EXPECT_FATAL_FAILURE() fails when there are two
713 EXPECT_FATAL_FAILURE({
719 // Tests that EXPECT_FATAL_FAILURE() fails when there is one non-fatal
723 EXPECT_FATAL_FAILURE({
728 // Tests that EXPECT_FATAL_FAILURE() fails when the statement being
732 EXPECT_FATAL_FAILURE({
739 // Tests that EXPECT_FATAL_FAILURE() fails when the statement being
744 EXPECT_FATAL_FAILURE({
864 EXPECT_FATAL_FAILURE(SUCCEED(), "Expected fatal failure.");
867 EXPECT_FATAL_FAILURE(AddFailure(NONFATAL_FAILURE), "Expected non-fatal "
871 EXPECT_FATAL_FAILURE(AddFailure(FATAL_FAILURE), "Some other fatal failure "
901 EXPECT_FATAL_FAILURE(AddFailureInOtherThread(FATAL_FAILURE),