[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
Wed Jul 11 00:59:12 PDT 2018


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

--- Comment #2 from Fujii Hironori <Hironori.Fujii at sony.com> ---
It seems that ServerProcess is designed for interactive commands which basically never exits.
https://trac.webkit.org/browser/webkit/trunk/Tools/Scripts/webkitpy/port/server_process.py

But, TestWebKitAPI is not an interactive command, and it exits as soon as it finishes.

I think the reason webkitpy/api_tests/runner.py is using ServerProcess is non-blocking read for timeout.

'subprocess' module of Python 3 has timeout.
https://docs.python.org/3.7/library/subprocess.html

But, unfortunately, Python 2 doesn't.

-- 
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/20180711/e72b8d58/attachment.html>


More information about the webkit-unassigned mailing list