Searched refs:stop_on_failure_ (Results 1 – 2 of 2) sorted by relevance
320 bool stop_on_failure_; variable
1141 if (cycles_ > 1 && !stop_on_failure_) { in Run()1151 !(stop_on_failure_ && test_failed)) { in Run()1684 stop_on_failure_ = command_line->HasSwitch(kGTestBreakOnFailure); in Init()