[Webkit-unassigned] [Bug 168150] Every time I run iOS tests, it ends with "stopping WebKitTestRunnerApp.app(pid 84992) timed out, killing it"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 10 16:34:40 PST 2017


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

--- Comment #2 from Jonathan Bedard <jbedard at apple.com> ---
I can fix this, and I will shortly upload a patch which does.

That being said, I'm not sure this is a bug.  This happens because simctl terminate does not, despite it's name, terminate the app it is given.  It simply sends it to a background state.  As a result, the process is still running.

We could send the process a SIGTERM after using simctl's api to terminate the app and it's process.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170211/04ab2c62/attachment.html>


More information about the webkit-unassigned mailing list