[Webkit-unassigned] [Bug 139143] New: [iOS] run-webkit-tests records most DumpRenderTree.app crashes as time-outs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 1 12:45:02 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=139143

            Bug ID: 139143
           Summary: [iOS] run-webkit-tests records most DumpRenderTree.app
                    crashes as time-outs
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: iOS
                OS: iOS 8.1
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org

iOS DumpRenderTree records most crashes as time outs because ReportCrash(8) delays the exit notification to LayoutTestRelay past the run-webkit-tests time-out time limit. We should use a similar approach as used in the patch for bug #37859 and write "#CRASHED" to the standard error stream when DumpRenderTree.app receives a signal for a fatal error (e.g. SIGSEGV). Then run-webkit-tests script will mark the test as crashing when it reads "#CRASHED" from the standard error stream.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141201/7b2d6793/attachment-0002.html>


More information about the webkit-unassigned mailing list