Title: [161490] trunk/Tools
Revision
161490
Author
[email protected]
Date
2014-01-08 00:45:19 -0800 (Wed, 08 Jan 2014)

Log Message

Unreviewed GTK gardening.

* Scripts/run-gtk-tests:
(TestRunner): Skipping the snapshot test case from the TestWebKitWebView test suite.
The test is failing due to issues with Xvfb, with the problem being handled in bug #120404.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (161489 => 161490)


--- trunk/Tools/ChangeLog	2014-01-08 08:33:37 UTC (rev 161489)
+++ trunk/Tools/ChangeLog	2014-01-08 08:45:19 UTC (rev 161490)
@@ -1,3 +1,11 @@
+2014-01-08  Zan Dobersek  <[email protected]>
+
+        Unreviewed GTK gardening.
+
+        * Scripts/run-gtk-tests:
+        (TestRunner): Skipping the snapshot test case from the TestWebKitWebView test suite.
+        The test is failing due to issues with Xvfb, with the problem being handled in bug #120404.
+
 2014-01-07  Lucas Forschler  <[email protected]>
 
         Add buildbot infrasctructure for building and testing JSC cloop

Modified: trunk/Tools/Scripts/run-gtk-tests (161489 => 161490)


--- trunk/Tools/Scripts/run-gtk-tests	2014-01-08 08:33:37 UTC (rev 161489)
+++ trunk/Tools/Scripts/run-gtk-tests	2014-01-08 08:45:19 UTC (rev 161490)
@@ -70,6 +70,7 @@
         SkippedTest("WebKit2Gtk/TestUIClient", "/webkit2/WebKitWebView/mouse-target", "Test times out after r150890", 117689),
         SkippedTest("WebKit2Gtk/TestAuthentication", SkippedTest.ENTIRE_SUITE, "Test times out after r150890", 117689),
         SkippedTest("WebKit2Gtk/TestContextMenu", SkippedTest.ENTIRE_SUITE, "Test times out after r150890", 117689),
+        SkippedTest("WebKit2Gtk/TestWebKitWebView", "/webkit2/WebKitWebView/snapshot", "Test fails", 120404),
         SkippedTest("WebKit2/TestWebKit2", "WebKit2.MouseMoveAfterCrash", "Test is flaky", 85066),
         SkippedTest("WebKit2/TestWebKit2", "WebKit2.NewFirstVisuallyNonEmptyLayoutForImages", "Test is flaky", 85066),
         SkippedTest("WebKit2/TestWebKit2", "WebKit2.NewFirstVisuallyNonEmptyLayoutFrames", "Test fails", 85037),
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to