Home | History | Annotate | Download | only in test

Lines Matching refs:EXPECT_FATAL_FAILURE

688 // Used for testing EXPECT_NONFATAL_FAILURE() and EXPECT_FATAL_FAILURE().
770 // Tests that EXPECT_FATAL_FAILURE() can reference global variables.
773 EXPECT_FATAL_FAILURE({
778 // Tests that EXPECT_FATAL_FAILURE() can reference local static
783 EXPECT_FATAL_FAILURE({
788 // Tests that EXPECT_FATAL_FAILURE() succeeds when there is exactly
791 EXPECT_FATAL_FAILURE({
796 // Tests that EXPECT_FATAL_FAILURE() fails when there is no fatal
800 EXPECT_FATAL_FAILURE({
809 // Tests that EXPECT_FATAL_FAILURE() fails when there are two
813 EXPECT_FATAL_FAILURE({
819 // Tests that EXPECT_FATAL_FAILURE() fails when there is one non-fatal
823 EXPECT_FATAL_FAILURE({
828 // Tests that EXPECT_FATAL_FAILURE() fails when the statement being
832 EXPECT_FATAL_FAILURE({
839 // Tests that EXPECT_FATAL_FAILURE() fails when the statement being
844 EXPECT_FATAL_FAILURE({
964 EXPECT_FATAL_FAILURE(SUCCEED(), "Expected fatal failure.");
967 EXPECT_FATAL_FAILURE(AddFailure(NONFATAL_FAILURE), "Expected non-fatal "
971 EXPECT_FATAL_FAILURE(AddFailure(FATAL_FAILURE), "Some other fatal failure "
1001 EXPECT_FATAL_FAILURE(AddFailureInOtherThread(FATAL_FAILURE),