[Webkit-unassigned] [Bug 103661] New: webkitpy's run_webkit_tests should initialize the printer earlier on

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 29 12:34:41 PST 2012


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

           Summary: webkitpy's run_webkit_tests should initialize the
                    printer earlier on
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: peter at chromium.org
                CC: eric at webkit.org, dpranke at chromium.org


Before creating the Printer, which creates the MeteredStream that handles the log messages run_webkit_tests.py's run() sets up derived options. _set_up_derived_options() calls various methods on the Port objects. As this is done without a printer, they aren't able to use normal loggers and have to resort to writing to stderr directly.

There are FIXMEs in at least the Mac and Chromium-Android Ports, and the Chromium-Android Port imports "sys" for this reason alone.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list