Title: [115298] trunk/Tools
Revision
115298
Author
carlo...@webkit.org
Date
2012-04-26 01:32:10 -0700 (Thu, 26 Apr 2012)

Log Message

Unreviewed. Skip unit test failing in debug bot.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (115297 => 115298)


--- trunk/Tools/ChangeLog	2012-04-26 07:59:09 UTC (rev 115297)
+++ trunk/Tools/ChangeLog	2012-04-26 08:32:10 UTC (rev 115298)
@@ -1,3 +1,10 @@
+2012-04-26  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Skip unit test failing in debug bot.
+
+        * Scripts/run-gtk-tests:
+        (TestRunner):
+
 2012-04-26  Christophe Dumez  <christophe.du...@intel.com>
 
         [EFL][DRT] "resource,request,willsend" signal needs to provide more information

Modified: trunk/Tools/Scripts/run-gtk-tests (115297 => 115298)


--- trunk/Tools/Scripts/run-gtk-tests	2012-04-26 07:59:09 UTC (rev 115297)
+++ trunk/Tools/Scripts/run-gtk-tests	2012-04-26 08:32:10 UTC (rev 115298)
@@ -71,6 +71,10 @@
                     "Test is flaky in GTK Linux 32-bit Release bot",
                     82868,
                     ["/webkit2/WebKitWebView/resources"]),
+        SkippedTest("TestWebKitAPI/WTF/TestFunctional",
+                    "Asserts in Debug bot",
+                    84868,
+                    ["FunctionalTest.RefCountedStorage"]),
     ]
 
     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