TestWebKitAccessibility has never worked for me. If I run the full 'run-gtk-tests' script with all preceeding tests, then it fails with this error: ** (/home/mcatanzaro/WebKit/Tools/gtk/../../WebKitBuild/Release/bin/TestWebKitAPI/WebKit2Gtk/TestWebKitAccessibility:5208): ERROR **: AT-SPI: COuldn't connect to accessibility bus. Is at-spi-bus-launcher running? So I guess another test is breaking it. But if I run the test on its own, 'run-gtk-tests WebKitBuild/Release/bin/TestWebKitAPI/WebKit2Gtk/TestWebKitAccessibility', then ii findTestServerApplication(), atspi_accessible_get_child_count() returns 1, and atspi_accessible_get_child_at_index() returns "WebKitBuild/Release/bin/TestWebKitAPI/WebKit2Gtk/TestWebKitAccessibility" without quotes. But the test is expecting "AccessibilityTestServer" to be returned.
This may be related to bug 132134.
I think we have two different issues, but they are both mentioned in bug #132134. So let's say this is a duplicate for now, and if bug #132134 gets resolved but the test is only half-fixed, then we can reopen this. *** This bug has been marked as a duplicate of bug 132134 ***