[Webkit-unassigned] [Bug 187581] New: webkitpy.port.server_process_unittest.TestServerProcess.test_basic failed on Windows Python

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 11 23:46:25 PDT 2018


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

            Bug ID: 187581
           Summary: webkitpy.port.server_process_unittest.TestServerProces
                    s.test_basic failed on Windows Python
           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: Hironori.Fujii at sony.com
                CC: bfulgham at webkit.org, lforschler at apple.com

webkitpy.port.server_process_unittest.TestServerProcess.test_basic failed on Windows Python

While it passes on Cygwin Python, it fails in Windows Python:

> C:\webkit>python Tools\Scripts\test-webkitpy -v webkitpy.port.server_process_unittest
> Skipping lldb_webkit tests; could not find path to lldb.py ''.
> Skipping QueueStatusServer tests; the Google AppEngine Python SDK is not installed.
> Suppressing most webkitpy logging while running unit tests.
> [1/5] webkitpy.port.server_process_unittest.TestServerProcess.test_basic failed:
>   Traceback (most recent call last):
>     File "C:\webkit\Tools\Scripts\webkitpy\port\server_process_unittest.py", line 111, in test_basic
>       self.assertEqual(proc.poll(), 0)
>   AssertionError: None != 0
> 
> [2/5] webkitpy.port.server_process_unittest.TestServerProcess.test_broken_pipe passed
> [3/5] webkitpy.port.server_process_unittest.TestServerProcess.test_cleanup passed
> [4/5] webkitpy.port.server_process_unittest.TestServerProcess.test_process_crashing passed
> [5/5] webkitpy.port.server_process_unittest.TestServerProcess.test_process_crashing_no_data passed
> Ran 5 tests in 0.484s
> FAILED (failures=1, errors=0)
> 
> C:\webkit>

-- 
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/20180712/1fd1fcd4/attachment.html>


More information about the webkit-unassigned mailing list