Lines Matching refs:FAIL
81 FAIL() << "This should never be reached.";
98 // This generates a test which will fail. Google Test is expected to print
125 FAIL() << "This should never be reached.";
165 printf("(expected to fail)\n");
184 printf("(expected to fail)\n");
195 printf("(expected to fail)\n");
203 printf("(expected to fail)\n");
212 printf("(expected to fail)\n");
383 FAIL() << "Expected failure #1, in the test fixture c'tor.";
406 FAIL() << "Expected failure #3, in TearDown().";
410 FAIL() << "Expected failure #4, in the test fixture d'tor.";
415 FAIL() << "Expected failure #2, in the test function.";
427 FAIL() << "Expected failure #1, in SetUp().";
431 FAIL() << "Expected failure #2, in TearDown().";
435 FAIL() << "Expected failure #3, in the test fixture d'tor.";
440 FAIL() << "UNEXPECTED failure in the test function. "
505 // The MixedUpTestCaseTest test case verifies that Google Test will fail a
513 // fail.
536 // The following two tests are expected to fail. We rely on the
544 // Expected to fail. We rely on the golden file to check that Google Test
561 // Expected to fail. We rely on the golden file to check that Google Test
570 // Expected to fail. We rely on the golden file to check that Google Test
628 FAIL() << "Expected fatal failure.";
679 FAIL() << "Expected fatal failure.";
693 FAIL() << "Expected fatal failure.";
841 FAIL() << "Expected fatal failure.";
914 EXPECT_EQ(0, results.size()) << "This shouldn't fail.";
959 FAIL() << "Expected fatal failure.";
980 // of them are intended to fail), and then compare the test results
985 // We just run the tests, knowing some of them are intended to fail.