Home | History | Annotate | Download | only in Scripts

Lines Matching refs:crashCount

2629     my $crashCount = $counts{crash} || 0;
2632 if ($exitAfterNCrashesOrTimeouts && $crashCount + $webProcessCrashCount + $timeoutCount >= $exitAfterNCrashesOrTimeouts) {
2633 print "\nExiting early after $crashCount crashes, $webProcessCrashCount web process crashes, and $timeoutCount timeouts. $count tests run.";