Home | History | Annotate | Download | only in test

Lines Matching refs:FAIL

34 // FAIL.
83 FAIL() << "This should never be reached.";
100 // This generates a test which will fail. Google Test is expected to print
137 FAIL() << "This should never be reached.";
177 printf("(expected to fail)\n");
196 printf("(expected to fail)\n");
207 printf("(expected to fail)\n");
215 printf("(expected to fail)\n");
224 printf("(expected to fail)\n");
396 FAIL() << "Expected failure #1, in the test fixture c'tor.";
419 FAIL() << "Expected failure #3, in TearDown().";
423 FAIL() << "Expected failure #4, in the test fixture d'tor.";
428 FAIL() << "Expected failure #2, in the test function.";
440 FAIL() << "Expected failure #1, in SetUp().";
444 FAIL() << "Expected failure #2, in TearDown().";
448 FAIL() << "Expected failure #3, in the test fixture d'tor.";
453 FAIL() << "UNEXPECTED failure in the test function. "
518 fail a
526 // fail.
549 // The following two tests are expected to fail. We rely on the
557 // Expected to fail. We rely on the golden file to check that Google Test
574 // Expected to fail. We rely on the golden file to check that Google Test
583 // Expected to fail. We rely on the golden file to check that Google Test
641 FAIL() << "Expected fatal failure.";
692 FAIL() << "Expected fatal failure.";
706 FAIL() << "Expected fatal failure.";
854 FAIL() << "Expected fatal failure.";
927 EXPECT_EQ(0, results.size()) << "This shouldn't fail.";
972 FAIL() << "Expected fatal failure.";
993 // of them are intended to fail), and then compare the test results
998 // We just run the tests, knowing some of them are intended to fail.