Lines Matching refs:FAIL
448 // Popping on an empty list should fail.
451 // Popping again on an empty list should fail, and the result element
807 FAIL() << "Expected fatal failure.";
904 EXPECT_FATAL_FAILURE_ON_ALL_THREADS(FAIL(), "");
917 EXPECT_FATAL_FAILURE_ON_ALL_THREADS(FAIL(), "");
2343 // Tests the cases where FloatLE() should fail.
2498 // Tests the cases where DoubleLE() should fail.
2531 FAIL() << "Unexpected failure: Disabled test should not be run.";
2543 FAIL() << "Unexpected failure: Test in disabled test case should not be run.";
2549 FAIL() << "Unexpected failure: Test in disabled test case should not be run.";
2557 FAIL() << "Unexpected failure: All tests disabled in test case. "
2562 FAIL() << "Unexpected failure: All tests disabled in test case. "
2568 FAIL() << "Unexpected failure: Disabled test should not be run.";
2572 FAIL() << "Unexpected failure: Disabled test should not be run.";
2587 FAIL() << "Unexpected failure: Disabled typed test should not run.";
2597 FAIL() << "Unexpected failure: Disabled typed test should not run.";
2613 FAIL() << "Unexpected failure: "
2628 FAIL() << "Unexpected failure: "
2796 FAIL() << "some fatal failure";
2866 EXPECT_NO_FATAL_FAILURE(FAIL() << "foo") << "my message";
3366 EXPECT_NO_FATAL_FAILURE(FAIL()) << "This should never be executed. "
3372 ASSERT_NO_FATAL_FAILURE(FAIL()) << "";
3687 EXPECT_FATAL_FAILURE(FAIL() << str,
3699 EXPECT_FATAL_FAILURE(FAIL() << string_with_nul,
3708 FAIL() << "A NUL" << '\0' << " and some more string";
3714 EXPECT_FATAL_FAILURE(FAIL() << 900913,
3724 EXPECT_FATAL_FAILURE(FAIL() << static_cast<const char*>(NULL),
3732 FAIL() << "Line 1." << std::endl
3753 // Tests FAIL.
3754 TEST(MacroTest, FAIL) {
3755 EXPECT_FATAL_FAILURE(FAIL(),
3757 EXPECT_FATAL_FAILURE(FAIL() << "Intentional failure.",
3770 // These tests fail *intentionally*, s.t. the failure messages can be
3852 // which having a NUL character in the middle. This should fail.
5184 EXPECT_EQ(1, 1) << "This shouldn't fail.";
5187 // Tests that an assertion that should fail works as expected.
5189 EXPECT_FATAL_FAILURE(FAIL() << "This failure is expected.",
5216 EXPECT_FATAL_FAILURE(FAIL() << "expected failure",