Lines Matching refs:should_run
435 return test_suite->should_run() && test_suite->Passed();
440 return test_suite->should_run() && test_suite->Failed();
446 return test_suite->should_run();
3554 if (!test_suite.should_run() || (test_suite.failed_test_count() == 0)) {
3559 if (!test_info.should_run() || !test_info.result()->Failed()) {
3579 if (!test_suite.should_run()) {
3603 if (!test_suite.should_run() || (test_suite.skipped_test_count() == 0)) {
3608 if (!test_info.should_run() || !test_info.result()->Skipped()) {
4255 test_info.should_run() ? "run" : "notrun");
4257 test_info.should_run()
4707 test_info.should_run() ? "RUN" : "NOTRUN", kIndent);
4709 test_info.should_run()
6140 test_suite->set_should_run(test_suite->should_run() || is_selected);