[Webkit-unassigned] [Bug 152314] New: REGRESSION (r192375): DumpRenderTree.app exits immediately with no error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 15 13:58:23 PST 2015


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

            Bug ID: 152314
           Summary: REGRESSION (r192375): DumpRenderTree.app exits
                    immediately with no error
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: ap at webkit.org, dbates at webkit.org, lforschler at apple.com

The change to DumpRenderTreeMain.mm in r192375 caused the iOS code path to exit immediately when calling main() as all apps are wont to do.  Unfortunately, DumpRenderTreeMain.mm was used for both DumpRenderTree command-line binary and DumpRenderTree.app, which meant that the app would exit immediately with no error code when run!

The workaround is to introduce a separate source file called DumpRenderTreeAppMain.mm, similar to what WebKitTestRunner already does.

-- 
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/20151215/3736b3ef/attachment.html>


More information about the webkit-unassigned mailing list