Lines Matching refs:FAIL
81 FAIL() << "This should never be reached.";
111 FAIL() << "This should never be reached.";
151 printf("(expected to fail)\n");
170 printf("(expected to fail)\n");
181 printf("(expected to fail)\n");
189 printf("(expected to fail)\n");
198 printf("(expected to fail)\n");
369 FAIL() << "Expected failure #1, in the test fixture c'tor.";
392 FAIL() << "Expected failure #3, in TearDown().";
396 FAIL() << "Expected failure #4, in the test fixture d'tor.";
401 FAIL() << "Expected failure #2, in the test function.";
413 FAIL() << "Expected failure #1, in SetUp().";
417 FAIL() << "Expected failure #2, in TearDown().";
421 FAIL() << "Expected failure #3, in the test fixture d'tor.";
426 FAIL() << "UNEXPECTED failure in the test function. "
456 FAIL() << "UNEXPECTED failure in SetUp(). "
461 FAIL() << "UNEXPECTED failure in TearDown(). "
466 FAIL() << "UNEXPECTED failure in the d'tor. "
472 FAIL() << "UNEXPECTED failure in the test function. "
490 FAIL() << "Expected failure #2, in TearDown().";
494 FAIL() << "Expected failure #3, in the test fixture d'tor.";
499 FAIL() << "UNEXPECTED failure in the test function. "
512 FAIL() << "Expected failure #2, in TearDown().";
516 FAIL() << "Expected failure #3, in the test fixture d'tor.";
549 FAIL() << "Expected failure #2, in the test fixture d'tor.";
618 // The MixedUpTestCaseTest test case verifies that Google Test will fail a
626 // fail.
649 // The following two tests are expected to fail. We rely on the
657 // Expected to fail. We rely on the golden file to check that Google Test
674 // Expected to fail. We rely on the golden file to check that Google Test
683 // Expected to fail. We rely on the golden file to check that Google Test
741 FAIL() << "Expected fatal failure.";
792 FAIL() << "Expected fatal failure.";
806 FAIL() << "Expected fatal failure.";
954 FAIL() << "Expected fatal failure.";
1027 EXPECT_EQ(0, results.size()) << "This shouldn't fail.";
1072 FAIL() << "Expected fatal failure.";
1095 // of them are intended to fail), and then compare the test results
1100 // We just run the tests, knowing some of them are intended to fail.