Lines Matching refs:Crashed
842 my $crashed = $readResults->{status} eq "crashed";
844 testCrashedOrTimedOut($test, $base, $crashed, $webProcessCrashed, $actual, $error);
845 countFinishedTest($test, $base, $webProcessCrashed ? "webProcessCrash" : $crashed ? "crash" : "timedout", 0);
1757 printFailureMessageForTest($test, $webProcessCrashed ? "Web process crashed" : $didCrash ? "crashed" : "timed out");
1772 # There's no point in killing the dump tool when it's crashed. And it will kill itself when the
2027 # The second contains the function that crashed (or the function that ended up jumping to a bad
2048 # Thread M Crashed:
2056 last if $line =~ /^Thread \d+ Crashed:/;
2301 $status = dumpToolDidCrash() ? "crashed" : "timedOut";
2312 $status = "crashed";
2334 if ($lineError =~ /#CRASHED - WebProcess/) {
2338 if ($lineError =~ /#CRASHED/) {
2339 $status = "crashed";
2594 crash => "crashed",
2595 webProcessCrash => "Web process crashed",