Modified: trunk/Tools/ChangeLog (132522 => 132523)
--- trunk/Tools/ChangeLog 2012-10-25 20:09:01 UTC (rev 132522)
+++ trunk/Tools/ChangeLog 2012-10-25 20:15:26 UTC (rev 132523)
@@ -1,3 +1,13 @@
+2012-10-25 Zan Dobersek <[email protected]>
+
+ Unreviewed GTK gardening.
+
+ Skipping the atspi-basic-hierarchy test case in the TestWebKitAccessibility
+ WebKit2 API test since the test is currently failing.
+
+ * Scripts/run-gtk-tests:
+ (TestRunner):
+
2012-10-25 Dominic Mazzoni <[email protected]>
AX: Notification should be sent when accessibilityIsIgnored changes
Modified: trunk/Tools/Scripts/run-gtk-tests (132522 => 132523)
--- trunk/Tools/Scripts/run-gtk-tests 2012-10-25 20:09:01 UTC (rev 132522)
+++ trunk/Tools/Scripts/run-gtk-tests 2012-10-25 20:15:26 UTC (rev 132523)
@@ -67,7 +67,8 @@
SkippedTest("unittests/testwebinspector", "/webkit/webinspector/close-and-inspect", "Test is flaky in GTK Linux 32-bit Release bot", 82869),
SkippedTest("WebKit2APITests/TestWebKitWebView", "/webkit2/WebKitWebView/mouse-target", "Test is flaky in GTK Linux 32-bit Release bot", 82866),
SkippedTest("WebKit2APITests/TestResources", "/webkit2/WebKitWebView/resources", "Test is flaky in GTK Linux 32-bit Release bot", 82868),
- SkippedTest("WebKit2APITests/TestWebKitFindController", "/webkit2/WebKitFindController/hide", "Test always fails in Xvfb", 89810),
+ SkippedTest("WebKit2APITests/TestWebKitFindController", "/webkit2/WebKitFindController/hide", "Test always fails in Xvfb", 89810),
+ SkippedTest("WebKit2APITests/TestWebKitAccessibility", "/webkit2/WebKitAccessibility/atspi-basic-hierarchy", "Test fails", 100408),
SkippedTest("TestWebKitAPI/TestWebKit2", "WebKit2.WKConnection", "Tests fail and time out out", 84959),
SkippedTest("TestWebKitAPI/TestWebKit2", "WebKit2.RestoreSessionStateContainingFormData", "Session State is not implemented in GTK+ port", 84960),
SkippedTest("TestWebKitAPI/TestWebKit2", "WebKit2.SpacebarScrolling", "Test fails", 84961),