Lines Matching refs:FAIL
89 // will fail.
100 ASSERT_FALSE(false) << "This shouldn't fail.";
103 EXPECT_EQ(i, i) << "This shouldn't fail.";
111 // This assertion should fail kThreadCount times per thread. It
114 EXPECT_LT(i, 0) << "This should always fail.";
166 FAIL() << "Fatal failure in some other thread. "
199 // This statement should fail, since the current thread doesn't generate a
217 // This statement should fail, since the current thread doesn't generate a
241 const int result = RUN_ALL_TESTS(); // Expected to fail.
242 GTEST_CHECK_(result == 1) << "RUN_ALL_TESTS() did not fail as expected";