RESOLVED FIXED 229620
[GTK] Simplify run-gtk-tests handling of the a11y service
https://bugs.webkit.org/show_bug.cgi?id=229620
Summary [GTK] Simplify run-gtk-tests handling of the a11y service
Patrick Griffis
Reported 2021-08-27 11:44:24 PDT
[GTK] Simplify run-gtk-tests handling of the a11y service
Attachments
Patch (5.77 KB, patch)
2021-08-27 11:44 PDT, Patrick Griffis
no flags
Patch (5.79 KB, patch)
2021-08-27 11:46 PDT, Patrick Griffis
no flags
Patch (5.95 KB, patch)
2021-08-27 12:01 PDT, Patrick Griffis
no flags
Patch (5.96 KB, patch)
2021-08-27 13:02 PDT, Patrick Griffis
no flags
Patrick Griffis
Comment 1 2021-08-27 11:44:36 PDT
Patrick Griffis
Comment 2 2021-08-27 11:46:45 PDT
Patrick Griffis
Comment 3 2021-08-27 12:01:17 PDT
Michael Catanzaro
Comment 4 2021-08-27 12:39:13 PDT
Comment on attachment 436653 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=436653&action=review > Tools/Scripts/run-gtk-tests:56 > + sys.stderr.write("Failed to talk to the accessibility service {}\n".format(e)) Let's add a colon: "Failed to talk to the accessibility service: {}\n" Also, can you check to ensure passing the error directly works? It will really print a nice error string and not some object ID? There is no e.message property that needs to be used instead?
Patrick Griffis
Comment 5 2021-08-27 12:54:03 PDT
(In reply to Michael Catanzaro from comment #4) > Also, can you check to ensure passing the error directly works? It will > really print a nice error string and not some object ID? There is no > e.message property that needs to be used instead? It's verbose but I think thats mostly helpful: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.foo.bar” on object at path /org/foo/bar (19)
Patrick Griffis
Comment 6 2021-08-27 13:02:06 PDT
Carlos Garcia Campos
Comment 7 2021-08-27 23:40:29 PDT
Failed to talk to the accessibility service: Cannot autolaunch D-Bus without X11 $DISPLAY That's what we are getting in EWS now.
EWS
Comment 8 2021-08-27 23:53:25 PDT
Committed r281733 (241075@main): <https://commits.webkit.org/241075@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 436660 [details].
Note You need to log in before you can comment on or make changes to this bug.