Searched refs:crashCount (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Tools/Scripts/
H A Dold-run-webkit-tests2629 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.";

Completed in 192 milliseconds