[Webkit-unassigned] [Bug 230610] New: REGRESSION(r282082): [GTK] Tests timeout when using xvfb after r282082
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 22 04:14:22 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=230610
Bug ID: 230610
Summary: REGRESSION(r282082): [GTK] Tests timeout when using
xvfb after r282082
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Keywords: Gtk
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: cgarcia at igalia.com
CC: bugs-noreply at webkitgtk.org, clopez at igalia.com
r282082 changed the way xvfb is spawned by providing a PIPE for stdout and stderr instead of redirecting to /dev/null. The problem is that stderr is only read in case of execution failure, so when nothing fails we end up filling the buffer that is never read. We can try to find a better solution to show the stderr output in error messages, but for now we can revert that part to redirect stderr to /dev/null to make the tests work again.
--
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/20210922/17e523c3/attachment.htm>
More information about the webkit-unassigned
mailing list