Home | History | Annotate | Download | only in src

Lines Matching refs:should_run

306   return test_case->should_run() && test_case->Passed();
311 return test_case->should_run() && test_case->Failed();
317 return test_case->should_run();
2187 bool TestInfo::should_run() const { return impl_->should_run(); }
2414 return impl->should_run() && impl->result()->Passed();
2420 return impl->should_run() && impl->result()->Failed();
2430 return test_info->impl()->should_run();
2786 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) {
2791 if (!test_info.should_run() || test_info.result()->Passed()) {
3193 << (test_info.should_run() ? "run" : "notrun")
4182 test_case->set_should_run(test_case->should_run() || is_selected);