Title: [114490] trunk/Tools
Revision
114490
Author
[email protected]
Date
2012-04-18 00:37:32 -0700 (Wed, 18 Apr 2012)

Log Message

[GTK] atk/textChangedNotifications API test fails
https://bugs.webkit.org/show_bug.cgi?id=84010

Unreviewed, unskipping test after bug being fixed by r114311.

* Scripts/run-gtk-tests:
(TestRunner): Unskip now passing test.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (114489 => 114490)


--- trunk/Tools/ChangeLog	2012-04-18 07:35:15 UTC (rev 114489)
+++ trunk/Tools/ChangeLog	2012-04-18 07:37:32 UTC (rev 114490)
@@ -1,3 +1,13 @@
+2012-04-18  Mario Sanchez Prada  <[email protected]>
+
+        [GTK] atk/textChangedNotifications API test fails
+        https://bugs.webkit.org/show_bug.cgi?id=84010
+
+        Unreviewed, unskipping test after bug being fixed by r114311.
+
+        * Scripts/run-gtk-tests:
+        (TestRunner): Unskip now passing test.
+
 2012-04-17  Jacky Jiang  <[email protected]>
 
         [BlackBerry] Viewport metatag doesn't disable double-tap zoom

Modified: trunk/Tools/Scripts/run-gtk-tests (114489 => 114490)


--- trunk/Tools/Scripts/run-gtk-tests	2012-04-18 07:35:15 UTC (rev 114489)
+++ trunk/Tools/Scripts/run-gtk-tests	2012-04-18 07:37:32 UTC (rev 114490)
@@ -71,10 +71,6 @@
                     "Test is flaky in GTK Linux 32-bit Release bot",
                     82868,
                     ["/webkit2/WebKitWebView/resources"]),
-        SkippedTest("unittests/testatk",
-                    "Fails on all GTK bots",
-                    84010,
-                    ["/webkit/atk/textChangedNotifications"]),
     ]
 
     def __init__(self, options, tests=[]):
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to