Lines Matching full: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();
2217 bool TestInfo::should_run() const { return impl_->should_run(); }
2444 return impl->should_run() && impl->result()->Passed();
2450 return impl->should_run() && impl->result()->Failed();
2460 return test_info->impl()->should_run();
2816 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) {
2821 if (!test_info.should_run() || test_info.result()->Passed()) {
3224 << (test_info.should_run() ? "run" : "notrun")
4213 test_case->set_should_run(test_case->should_run() || is_selected);