Home | History | Annotate | Download | only in test

Lines Matching refs:EXPECT_FATAL_FAILURE

576 // Used for testing EXPECT_NONFATAL_FAILURE() and EXPECT_FATAL_FAILURE().
658 // Tests that EXPECT_FATAL_FAILURE() can reference global variables.
661 EXPECT_FATAL_FAILURE({
666 // Tests that EXPECT_FATAL_FAILURE() can reference local static
671 EXPECT_FATAL_FAILURE({
676 // Tests that EXPECT_FATAL_FAILURE() succeeds when there is exactly
679 EXPECT_FATAL_FAILURE({
684 // Tests that EXPECT_FATAL_FAILURE() fails when there is no fatal
688 EXPECT_FATAL_FAILURE({
697 // Tests that EXPECT_FATAL_FAILURE() fails when there are two
701 EXPECT_FATAL_FAILURE({
707 // Tests that EXPECT_FATAL_FAILURE() fails when there is one non-fatal
711 EXPECT_FATAL_FAILURE({
716 // Tests that EXPECT_FATAL_FAILURE() fails when the statement being
720 EXPECT_FATAL_FAILURE({
727 // Tests that EXPECT_FATAL_FAILURE() fails when the statement being
732 EXPECT_FATAL_FAILURE({
852 EXPECT_FATAL_FAILURE(SUCCEED(), "Expected fatal failure.");
855 EXPECT_FATAL_FAILURE(AddFailure(NONFATAL_FAILURE), "Expected non-fatal "
859 EXPECT_FATAL_FAILURE(AddFailure(FATAL_FAILURE), "Some other fatal failure "
889 EXPECT_FATAL_FAILURE(AddFailureInOtherThread(FATAL_FAILURE),