As it was suggested by Philippe in bug 72732 (https://bugs.webkit.org/show_bug.cgi?id=72732#c2), opening this bug to remind that GAIL shouldn't be loaded after upgrading to GTK 3.2, since it will stop being a GTK+ module from that version on (it will become part of GTK+ itself). Among perhaps other implications, one is that using initializeTestingFramework() in testatk.c shouldn't be needed anymore since GTK 3.2, and so it should be replaced by gtk_test_init().
*** Bug 119675 has been marked as a duplicate of this bug. ***
Created attachment 208525 [details] Patch
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 on attachment 208525 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=208525&action=review > Source/WebKit2/UIProcess/API/gtk/tests/AccessibilityTestServer.cpp:34 > + // Make sure that the ATK bridge are loaded. s/are/is/
Created attachment 208536 [details] Patch Thanks Carlos for the review. Now uploading a new patch since I'm not a committer yet
Comment on attachment 208536 [details] Patch Just setting the cq+ flag
Comment on attachment 208536 [details] Patch Clearing flags on attachment: 208536 Committed r153947: <http://trac.webkit.org/changeset/153947>
All reviewed patches have been landed. Closing bug.