Home | History | Annotate | Download | only in test

Lines Matching full:has_failure

6582   const bool has_failure = HasFailure();
6584 EXPECT_TRUE(has_failure);
6589 const bool has_failure = HasFailure();
6591 EXPECT_TRUE(has_failure);
6597 const bool has_failure = HasFailure();
6599 EXPECT_TRUE(has_failure);
6611 const bool has_failure = HasFailureHelper();
6613 EXPECT_TRUE(has_failure);