[Webkit-unassigned] [Bug 150056] New: run-webkit-tests does not copy all crash logs for layout test failures on iOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 12 15:31:44 PDT 2015


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

            Bug ID: 150056
           Summary: run-webkit-tests does not copy all crash logs for
                    layout test failures on iOS
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Major
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aakash_jain at apple.com
                CC: lforschler at apple.com

When run-webkit-tests runs layout tests on the iOS Simualtor, it does not collect all crash logs when generating the layout test summary page. The issue is that the process ID for DumpRenderTree.app and WebKitTestRunner.app is known to LayoutTestRelay, but not run-webkit-tests.

A better approach may be to collect all crash logs created between the start and end time for the run, then associate them with layout test crashes based on the "Application Specific Information" section which contains the name of the crashing test:

Application Specific Information:
CRASHING TEST: fast/events/keydown-leftright-keys.html

Note that run-webkit-tests may retry crashing tests multiple times, so there may be a one-to-many relationship of a layout test to multiple crash logs.

A separate section should be added in the results.html file to indicate these crashes.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151012/9806b7c4/attachment-0001.html>


More information about the webkit-unassigned mailing list