Bug 125621 - [GTK] WebProcess tests are failing with newer glib
Summary: [GTK] WebProcess tests are failing with newer glib
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2013-12-12 00:54 PST by Carlos Garcia Campos
Modified: 2013-12-12 01:14 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.79 KB, patch)
2013-12-12 01:02 PST, Carlos Garcia Campos
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2013-12-12 00:54:55 PST
/webkit2/WebKitDOMNode/hierarchy-navigation:

** (WebKitWebProcess:14948): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
Unable to init server

(WebKitWebProcess:14948): Gtk-WARNING **: cannot open display: 

This is because glib now unsets DISPLAY env variable in g_test_dbus_up(), see https://bugzilla.gnome.org/show_bug.cgi?id=697348

The web process crashes and the tests time out
Comment 1 Carlos Garcia Campos 2013-12-12 01:02:28 PST
Created attachment 219056 [details]
Patch

/webkit2/WebKitDOMNode/hierarchy-navigation: OK
/webkit2/WebKitDOMNode/insertion: OK
Comment 2 WebKit Commit Bot 2013-12-12 01:05:01 PST
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment 3 Carlos Garcia Campos 2013-12-12 01:14:29 PST
Committed r160481: <http://trac.webkit.org/changeset/160481>