[Webkit-unassigned] [Bug 170838] New: executive.py fails on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 13 17:35:11 PDT 2017


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

            Bug ID: 170838
           Summary: executive.py fails on Windows
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mbbill at gmail.com
                CC: lforschler at apple.com

scripts like webkit-patch will fail on Windows due to an error in executive.py.
Based on the description in https://docs.python.org/2/library/subprocess.html
"Note that on Windows, you cannot set close_fds to true and also redirect the standard handles by setting stdin, stdout or stderr."

Setting close_fds to False on Windows solved the issue.

-- 
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/20170414/7b46893f/attachment.html>


More information about the webkit-unassigned mailing list