Home | History | Annotate | Download | only in test

Lines Matching refs:FAIL

88 // will fail.
99 ASSERT_FALSE(false) << "This shouldn't fail.";
102 EXPECT_EQ(i, i) << "This shouldn't fail.";
110 // This assertion should fail kThreadCount times per thread. It
113 EXPECT_LT(i, 0) << "This should always fail.";
165 FAIL() << "Fatal failure in some other thread. "
198 // This statement should fail, since the current thread doesn't generate a
216 // This statement should fail, since the current thread doesn't generate a
240 const int result = RUN_ALL_TESTS(); // Expected to fail.
241 GTEST_CHECK_(result == 1) << "RUN_ALL_TESTS() did not fail as expected";