Title: [130748] trunk/Tools
Revision
130748
Author
[email protected]
Date
2012-10-09 04:05:27 -0700 (Tue, 09 Oct 2012)

Log Message

Unreviewed GTK gardening.

Skipping the accept-policy test in TestCookieManager API test that's
currently failing. The test failure is covered by
https://bugs.webkit.org/show_bug.cgi?id=98738.

* Scripts/run-gtk-tests:
(TestRunner):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (130747 => 130748)


--- trunk/Tools/ChangeLog	2012-10-09 10:49:29 UTC (rev 130747)
+++ trunk/Tools/ChangeLog	2012-10-09 11:05:27 UTC (rev 130748)
@@ -1,3 +1,14 @@
+2012-10-09  Zan Dobersek  <[email protected]>
+
+        Unreviewed GTK gardening.
+
+        Skipping the accept-policy test in TestCookieManager API test that's
+        currently failing. The test failure is covered by
+        https://bugs.webkit.org/show_bug.cgi?id=98738.
+
+        * Scripts/run-gtk-tests:
+        (TestRunner):
+
 2012-10-09  Laszlo Gombos  <[email protected]>
 
         [Qt] Remove redundant _javascript_CORE_JIT variable

Modified: trunk/Tools/Scripts/run-gtk-tests (130747 => 130748)


--- trunk/Tools/Scripts/run-gtk-tests	2012-10-09 10:49:29 UTC (rev 130747)
+++ trunk/Tools/Scripts/run-gtk-tests	2012-10-09 11:05:27 UTC (rev 130748)
@@ -68,6 +68,7 @@
         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/TestCookieManager", "/webkit2/WebKitCookieManager/accept-policy", "Test fails", 98738),
         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),
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to