[Webkit-unassigned] [Bug 187547] [WinCairo] run-api-tests is timing out for almost all test cases

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 12 17:13:08 PDT 2018


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

--- Comment #4 from Ross Kirsling <ross.kirsling at sony.com> ---
It appears that simply removing the `time.sleep(0.01)` is enough to fix the issue for run-api-tests.

The PeekNamedPipe errors seem to occur when we do the non-blocking read even though poll() is no longer None (i.e. the result of moving the while condition).

---

Note that there is an *existing* error with TestServerProcess.test_basic -- first, this condition appears to be bogus(?):
https://github.com/WebKit/webkit/blob/master/Tools/Scripts/webkitpy/port/server_process_unittest.py#L110-L112

Once we fix that though, we get...
> [1/5] webkitpy.port.server_process_unittest.TestServerProcess.test_basic erred:
>   Traceback (most recent call last):
>     File "C:\...\Tools\Scripts\webkitpy\port\server_process_unittest.py", line 123, in test_basic
>       self.assertEqual(line.strip(), "stderr")
>   AttributeError: 'NoneType' object has no attribute 'strip'

...which I still don't understand, but could probably be tracked in a separate ticket.

-- 
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/20180713/259864b8/attachment.html>


More information about the webkit-unassigned mailing list