Home | History | Annotate | Download | only in test

Lines Matching full:has_failure

6498   const bool has_failure = HasFailure();
6500 EXPECT_TRUE(has_failure);
6505 const bool has_failure = HasFailure();
6507 EXPECT_TRUE(has_failure);
6513 const bool has_failure = HasFailure();
6515 EXPECT_TRUE(has_failure);
6527 const bool has_failure = HasFailureHelper();
6529 EXPECT_TRUE(has_failure);