Lines Matching full:timeouts
286 --exit-after-n-crashes-or-timeouts N
333 'exit-after-n-crashes-or-timeouts=i' => \$exitAfterNCrashesOrTimeouts,
2276 # Read up to the first #EOF (the content block of the test), or until detecting crashes or timeouts.
2622 my $failureCount = $count - $passCount - $newCount; # "Failure" here includes timeouts, crashes, etc.
2633 print "\nExiting early after $crashCount crashes, $webProcessCrashCount web process crashes, and $timeoutCount timeouts. $count tests run.";