Modified: trunk/Tools/ChangeLog (122604 => 122605)
--- trunk/Tools/ChangeLog 2012-07-13 17:39:59 UTC (rev 122604)
+++ trunk/Tools/ChangeLog 2012-07-13 17:55:09 UTC (rev 122605)
@@ -1,3 +1,16 @@
+2012-07-13 Simon Pena <[email protected]>
+
+ [GTK] Gardening: update API tests skipped list
+ https://bugs.webkit.org/show_bug.cgi?id=91224
+
+ Unreviewed gardening.
+
+ Skip "next" and "previous" tests of FindController until bug #91083
+ is fixed.
+
+ * gtk/run-api-tests:
+ (TestRunner):
+
2012-07-13 Zeno Albisser <[email protected]>
[Qt][WK2] Implement GraphicsSurface for Linux/GLX.
Modified: trunk/Tools/gtk/run-api-tests (122604 => 122605)
--- trunk/Tools/gtk/run-api-tests 2012-07-13 17:39:59 UTC (rev 122604)
+++ trunk/Tools/gtk/run-api-tests 2012-07-13 17:55:09 UTC (rev 122605)
@@ -62,6 +62,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/next", "Test fails ", 91083),
+ SkippedTest("WebKit2APITests/TestWebKitFindController", "/webkit2/WebKitFindController/previous", "Test fails", 91083),
SkippedTest("WebKit2APITests/TestWebKitFindController", "/webkit2/WebKitFindController/hide", "Test always fails in Xvfb", 89810),
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),