[Webkit-unassigned] [Bug 159827] run-webkit-tests should trigger a spindump when WebContent process is unresponsive
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 2 08:52:53 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=159827
Daniel Bates <dbates at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #284902|review?, commit-queue? |review+, commit-queue-
Flags| |
--- Comment #47 from Daniel Bates <dbates at webkit.org> ---
Comment on attachment 284902
--> https://bugs.webkit.org/attachment.cgi?id=284902
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=284902&action=review
> Tools/Scripts/webkitpy/port/ios.py:425
> + if not exit_status == 0:
This should be written:
if exit_status:
> Tools/Scripts/webkitpy/port/mac.py:306
> + if not exit_status == 0:
Ditto.
--
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/20160802/568173de/attachment.html>
More information about the webkit-unassigned
mailing list