[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 Jul 19 15:55:06 PDT 2016


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

--- Comment #13 from Jonathan Bedard <jbedard at apple.com> ---
Comment on attachment 284062
  --> https://bugs.webkit.org/attachment.cgi?id=284062
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=284062&action=review

>> Tools/WebKitTestRunner/TestInvocation.cpp:216
>> +    fputs("If running manually, hit enter...\n", stderr);
> 
> Would isatty(stdout) avoid the need for interaction in this case?

Would a script being driven by Python consider itself to by run in a terminal context?  I think isatty(stdout) might work, assuming pipes (which is what Python is using, correct?) don't count as terminal contexts.  That's a handy little function, haven't seen it before.

-- 
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/20160719/9fcd9315/attachment.html>


More information about the webkit-unassigned mailing list