Home | History | Annotate | Download | only in test

Lines Matching refs:FAIL

79   FAIL() << "This should never be reached.";
109 FAIL() << "This should never be reached.";
149 printf("(expected to fail)\n");
168 printf("(expected to fail)\n");
179 printf("(expected to fail)\n");
187 printf("(expected to fail)\n");
196 printf("(expected to fail)\n");
290 FAIL() << "Expected failure #1, in the test fixture c'tor.";
313 FAIL() << "Expected failure #3, in TearDown().";
317 FAIL() << "Expected failure #4, in the test fixture d'tor.";
322 FAIL() << "Expected failure #2, in the test function.";
334 FAIL() << "Expected failure #1, in SetUp().";
338 FAIL() << "Expected failure #2, in TearDown().";
342 FAIL() << "Expected failure #3, in the test fixture d'tor.";
347 FAIL() << "UNEXPECTED failure in the test function. "
377 FAIL() << "UNEXPECTED failure in SetUp(). "
382 FAIL() << "UNEXPECTED failure in TearDown(). "
387 FAIL() << "UNEXPECTED failure in the d'tor. "
393 FAIL() << "UNEXPECTED failure in the test function. "
411 FAIL() << "Expected failure #2, in TearDown().";
415 FAIL() << "Expected failure #3, in the test fixture d'tor.";
420 FAIL() << "UNEXPECTED failure in the test function. "
433 FAIL() << "Expected failure #2, in TearDown().";
437 FAIL() << "Expected failure #3, in the test fixture d'tor.";
470 FAIL() << "Expected failure #2, in the test fixture d'tor.";
482 // The MixedUpTestCaseTest test case verifies that Google Test will fail a
490 // fail.
513 // The following two tests are expected to fail. We rely on the
521 // Expected to fail. We rely on the golden file to check that Google Test
538 // Expected to fail. We rely on the golden file to check that Google Test
547 // Expected to fail. We rely on the golden file to check that Google Test
605 FAIL() << "Expected fatal failure.";
656 FAIL() << "Expected fatal failure.";
670 FAIL() << "Expected fatal failure.";
818 FAIL() << "Expected fatal failure.";
901 EXPECT_EQ(0, results.size()) << "This shouldn't fail.";
946 FAIL() << "Expected fatal failure.";
969 // of them are intended to fail), and then compare the test results
974 // We just run the tests, knowing some of them are intended to fail.