Title: [119652] trunk/Tools
Revision
119652
Author
[email protected]
Date
2012-06-06 17:39:09 -0700 (Wed, 06 Jun 2012)

Log Message

Unreviewed gardening. Unit test fails on GTK 64bit debug bot.

* gtk/run-api-tests:
(TestRunner): Skip TestWebKitAPI/WTF/TestHashMap.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (119651 => 119652)


--- trunk/Tools/ChangeLog	2012-06-07 00:38:21 UTC (rev 119651)
+++ trunk/Tools/ChangeLog	2012-06-07 00:39:09 UTC (rev 119652)
@@ -1,3 +1,10 @@
+2012-06-06  Mario Sanchez Prada  <[email protected]>
+
+        Unreviewed gardening. Unit test fails on GTK 64bit debug bot.
+
+        * gtk/run-api-tests:
+        (TestRunner): Skip TestWebKitAPI/WTF/TestHashMap.
+
 2012-06-06  Dirk Pranke  <[email protected]>
 
         nrwt should look in 'out' for binaries on chromium win to support ninja

Modified: trunk/Tools/gtk/run-api-tests (119651 => 119652)


--- trunk/Tools/gtk/run-api-tests	2012-06-07 00:38:21 UTC (rev 119651)
+++ trunk/Tools/gtk/run-api-tests	2012-06-07 00:39:09 UTC (rev 119652)
@@ -88,7 +88,10 @@
                     85037),
         SkippedTest("TestWebKitAPI/WebKit2/TestMouseMoveAfterCrash",
                     "Test is flaky",
-                    85066)
+                    85066),
+        SkippedTest("TestWebKitAPI/WTF/TestHashMap",
+                    "Test fails",
+                    88419)
     ]
 
     def __init__(self, options, tests=[]):
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to