Title: [143229] trunk/Tools
Revision
143229
Author
[email protected]
Date
2013-02-18 09:06:48 -0800 (Mon, 18 Feb 2013)

Log Message

Unreviewed GTK gardening.

* Scripts/run-gtk-tests:
(TestRunner): Skipped the ReloadPageAfterCrash unit test as it is flakily timing out.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (143228 => 143229)


--- trunk/Tools/ChangeLog	2013-02-18 17:04:33 UTC (rev 143228)
+++ trunk/Tools/ChangeLog	2013-02-18 17:06:48 UTC (rev 143229)
@@ -1,3 +1,10 @@
+2013-02-18  Zan Dobersek  <[email protected]>
+
+        Unreviewed GTK gardening.
+
+        * Scripts/run-gtk-tests:
+        (TestRunner): Skipped the ReloadPageAfterCrash unit test as it is flakily timing out.
+
 2013-02-18  Adenilson Cavalcanti  <[email protected]>
 
         [Qt][WK2] Remove duped test name and append new test in project file

Modified: trunk/Tools/Scripts/run-gtk-tests (143228 => 143229)


--- trunk/Tools/Scripts/run-gtk-tests	2013-02-18 17:04:33 UTC (rev 143228)
+++ trunk/Tools/Scripts/run-gtk-tests	2013-02-18 17:06:48 UTC (rev 143229)
@@ -82,6 +82,7 @@
         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),
+        SkippedTest("TestWebKitAPI/TestWebKit2", "WebKit2.ReloadPageAfterCrash", "Test flakily times out", 110129),
     ]
 
     def __init__(self, options, tests=[]):
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to