Title: [138249] trunk/Tools
Revision
138249
Author
carlo...@webkit.org
Date
2012-12-20 06:47:45 -0800 (Thu, 20 Dec 2012)

Log Message

Unreviewed. Skip unit test WebKit2.ForceRepaint that times out

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (138248 => 138249)


--- trunk/Tools/ChangeLog	2012-12-20 14:09:05 UTC (rev 138248)
+++ trunk/Tools/ChangeLog	2012-12-20 14:47:45 UTC (rev 138249)
@@ -1,3 +1,10 @@
+2012-12-20  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Skip unit test WebKit2.ForceRepaint that times out
+
+        * Scripts/run-gtk-tests:
+        (TestRunner):
+
 2012-12-20  Dominik Röttsches  <dominik.rottsc...@intel.com>
 
         [EFL] MiniBrowser does not play Infinite Gangnam Style

Modified: trunk/Tools/Scripts/run-gtk-tests (138248 => 138249)


--- trunk/Tools/Scripts/run-gtk-tests	2012-12-20 14:09:05 UTC (rev 138248)
+++ trunk/Tools/Scripts/run-gtk-tests	2012-12-20 14:47:45 UTC (rev 138249)
@@ -79,6 +79,7 @@
         SkippedTest("TestWebKitAPI/TestWebKit2", "WebKit2.SpacebarScrolling", "Test fails", 84961),
         SkippedTest("TestWebKitAPI/TestWebKit2", "WebKit2.WKConnection", "Tests fail and time out out", 84959),
         SkippedTest("TestWebKitAPI/TestWebKit2", "WebKit2.WKPageGetScaleFactorNotZero", "Test fails and times out", 88455),
+        SkippedTest("TestWebKitAPI/TestWebKit2", "WebKit2.ForceRepaint", "Test times out", 105532),
     ]
 
     def __init__(self, options, tests=[]):
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to