Home | History | Annotate | Download | only in test

Lines Matching refs:FAIL

85   FAIL() << "This should never be reached.";
115 FAIL() << "This should never be reached.";
155 printf("(expected to fail)\n");
174 printf("(expected to fail)\n");
185 printf("(expected to fail)\n");
193 printf("(expected to fail)\n");
202 printf("(expected to fail)\n");
297 FAIL() << "Expected failure #1, in the test fixture c'tor.";
320 FAIL() << "Expected failure #3, in TearDown().";
324 FAIL() << "Expected failure #4, in the test fixture d'tor.";
329 FAIL() << "Expected failure #2, in the test function.";
341 FAIL() << "Expected failure #1, in SetUp().";
345 FAIL() << "Expected failure #2, in TearDown().";
349 FAIL() << "Expected failure #3, in the test fixture d'tor.";
354 FAIL() << "UNEXPECTED failure in the test function. "
384 FAIL() << "UNEXPECTED failure in SetUp(). "
389 FAIL() << "UNEXPECTED failure in TearDown(). "
394 FAIL() << "UNEXPECTED failure in the d'tor. "
400 FAIL() << "UNEXPECTED failure in the test function. "
418 FAIL() << "Expected failure #2, in TearDown().";
422 FAIL() << "Expected failure #3, in the test fixture d'tor.";
427 FAIL() << "UNEXPECTED failure in the test function. "
440 FAIL() << "Expected failure #2, in TearDown().";
444 FAIL() << "Expected failure #3, in the test fixture d'tor.";
477 FAIL() << "Expected failure #2, in the test fixture d'tor.";
489 // The MixedUpTestCaseTest test case verifies that Google Test will fail a
497 // fail.
520 // The following two tests are expected to fail. We rely on the
528 // Expected to fail. We rely on the golden file to check that Google Test
545 // Expected to fail. We rely on the golden file to check that Google Test
554 // Expected to fail. We rely on the golden file to check that Google Test
612 FAIL() << "Expected fatal failure.";
663 FAIL() << "Expected fatal failure.";
677 FAIL() << "Expected fatal failure.";
825 FAIL() << "Expected fatal failure.";
908 EXPECT_EQ(0, results.size()) << "This shouldn't fail.";
953 FAIL() << "Expected fatal failure.";
976 // of them are intended to fail), and then compare the test results
979 // We just run the tests, knowing some of them are intended to fail.