[Webkit-unassigned] [Bug 245332] New: [WPE][GTK] a11y dbus proxy is set-up too early
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Sep 18 04:19:58 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=245332
Bug ID: 245332
Summary: [WPE][GTK] a11y dbus proxy is set-up too early
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: philn at igalia.com
CC: bugs-noreply at webkitgtk.org
When running layout tests on a headless bot (WPE Debug Tests for instance), the "setup_a11y_proxy()" method emits a warning and returns an empty list:
Error connecting: Cannot autolaunch D-Bus without X11 $DISPLAY
Failed to get a11y address Command '('gdbus', 'call', '-e', '-d', 'org.a11y.Bus', '-o', '/org/a11y/bus', '-m', 'org.a11y.Bus.GetAddress')' returned non-zero exit status 1.
I suspect that's then triggering a bunch of accessibility timeouts on the bot and harness bails out early...
On this specific bot (https://build.webkit.org/#/builders/14) it seems(?) there's no dbus running at all either...
If we want to keep running this gdbus call that early (before xvfb has been started), we need to make sure all bots have a working dbus setup, since auto-launching clearly is not working out.
--
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/20220918/a1ae151d/attachment.htm>
More information about the webkit-unassigned
mailing list