<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - run-webkit-tests should trigger a spindump when WebContent process is unresponsive"
href="https://bugs.webkit.org/show_bug.cgi?id=159827#c13">Comment # 13</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - run-webkit-tests should trigger a spindump when WebContent process is unresponsive"
href="https://bugs.webkit.org/show_bug.cgi?id=159827">bug 159827</a>
from <span class="vcard"><a class="email" href="mailto:jbedard@apple.com" title="Jonathan Bedard <jbedard@apple.com>"> <span class="fn">Jonathan Bedard</span></a>
</span></b>
<pre>Comment on <span class=""><a href="attachment.cgi?id=284062&action=diff" name="attach_284062" title="Patch">attachment 284062</a> <a href="attachment.cgi?id=284062&action=edit" title="Patch">[details]</a></span>
Patch
View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=284062&action=review">https://bugs.webkit.org/attachment.cgi?id=284062&action=review</a>
<span class="quote">>> Tools/WebKitTestRunner/TestInvocation.cpp:216
>> + fputs("If running manually, hit enter...\n", stderr);
>
> Would isatty(stdout) avoid the need for interaction in this case?</span >
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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>