Title: [114228] trunk/Tools
Revision
114228
Author
ph...@webkit.org
Date
2012-04-16 00:26:27 -0700 (Mon, 16 Apr 2012)

Log Message

Unreviewed, GTK gardening.

* Scripts/run-gtk-tests:
(TestRunner): Skip /webkit/atk/textChangedNotifications.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (114227 => 114228)


--- trunk/Tools/ChangeLog	2012-04-16 07:14:28 UTC (rev 114227)
+++ trunk/Tools/ChangeLog	2012-04-16 07:26:27 UTC (rev 114228)
@@ -1,3 +1,10 @@
+2012-04-16  Philippe Normand  <pnorm...@igalia.com>
+
+        Unreviewed, GTK gardening.
+
+        * Scripts/run-gtk-tests:
+        (TestRunner): Skip /webkit/atk/textChangedNotifications.
+
 2012-04-13  Ryosuke Niwa  <rn...@webkit.org>
 
         Chromium perf bots should not build

Modified: trunk/Tools/Scripts/run-gtk-tests (114227 => 114228)


--- trunk/Tools/Scripts/run-gtk-tests	2012-04-16 07:14:28 UTC (rev 114227)
+++ trunk/Tools/Scripts/run-gtk-tests	2012-04-16 07:26:27 UTC (rev 114228)
@@ -70,7 +70,11 @@
         SkippedTest("WebKit2APITests/TestResources",
                     "Test is flaky in GTK Linux 32-bit Release bot",
                     82868,
-                    ["/webkit2/WebKitWebView/resources"])
+                    ["/webkit2/WebKitWebView/resources"]),
+        SkippedTest("unittests/testatk",
+                    "Fails on all GTK bots",
+                    84010,
+                    ["/webkit/atk/textChangedNotifications"]),
     ]
 
     def __init__(self, options, tests=[]):
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to