Home | History | Annotate | Download | only in test

Lines Matching refs:EXPECT_FATAL_FAILURE

593 // Used for testing EXPECT_NONFATAL_FAILURE() and EXPECT_FATAL_FAILURE().
675 // Tests that EXPECT_FATAL_FAILURE() can reference global variables.
678 EXPECT_FATAL_FAILURE({
683 // Tests that EXPECT_FATAL_FAILURE() can reference local static
688 EXPECT_FATAL_FAILURE({
693 // Tests that EXPECT_FATAL_FAILURE() succeeds when there is exactly
696 EXPECT_FATAL_FAILURE({
701 // Tests that EXPECT_FATAL_FAILURE() fails when there is no fatal
705 EXPECT_FATAL_FAILURE({
714 // Tests that EXPECT_FATAL_FAILURE() fails when there are two
718 EXPECT_FATAL_FAILURE({
724 // Tests that EXPECT_FATAL_FAILURE() fails when there is one non-fatal
728 EXPECT_FATAL_FAILURE({
733 // Tests that EXPECT_FATAL_FAILURE() fails when the statement being
737 EXPECT_FATAL_FAILURE({
744 // Tests that EXPECT_FATAL_FAILURE() fails when the statement being
749 EXPECT_FATAL_FAILURE({
895 EXPECT_FATAL_FAILURE(SUCCEED(), "Expected fatal failure.");
898 EXPECT_FATAL_FAILURE(AddFailure(NONFATAL_FAILURE), "Expected non-fatal "
902 EXPECT_FATAL_FAILURE(AddFailure(FATAL_FAILURE), "Some other fatal failure "
932 EXPECT_FATAL_FAILURE(AddFailureInOtherThread(FATAL_FAILURE),