Title: [105736] trunk/Tools
Revision
105736
Author
[email protected]
Date
2012-01-24 06:53:31 -0800 (Tue, 24 Jan 2012)

Log Message

Unreviewed, skip WK2 API test timing out on some GTK bots.

WebKit2APITests/TestDownloads is consistently timing out on the
32bit release and 64bit debug bots.

* Scripts/run-gtk-tests:
(TestRunner): Skip WebKit2APITests/TestDownloads.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (105735 => 105736)


--- trunk/Tools/ChangeLog	2012-01-24 14:35:36 UTC (rev 105735)
+++ trunk/Tools/ChangeLog	2012-01-24 14:53:31 UTC (rev 105736)
@@ -1,3 +1,13 @@
+2012-01-24  Mario Sanchez Prada  <[email protected]>
+
+        Unreviewed, skip WK2 API test timing out on some GTK bots.
+
+        WebKit2APITests/TestDownloads is consistently timing out on the
+        32bit release and 64bit debug bots.
+
+        * Scripts/run-gtk-tests:
+        (TestRunner): Skip WebKit2APITests/TestDownloads.
+
 2012-01-24  Andras Becsi  <[email protected]>
 
         [Qt] Fix the build with the newes Qt5 hashes

Modified: trunk/Tools/Scripts/run-gtk-tests (105735 => 105736)


--- trunk/Tools/Scripts/run-gtk-tests	2012-01-24 14:35:36 UTC (rev 105735)
+++ trunk/Tools/Scripts/run-gtk-tests	2012-01-24 14:53:31 UTC (rev 105736)
@@ -25,7 +25,11 @@
 
     TEST_DIRS = [ "unittests", "WebKit2APITests" ]
     # FIXME: https://bugs.webkit.org/show_bug.cgi?id=74717
-    SKIPPED = [ "unittests/testdownload", "unittests/testwebview", "unittests/testwebresource" ]
+    SKIPPED = [ "unittests/testdownload", "unittests/testwebview", "unittests/testwebresource",
+                # WebKit2APITests/TestDownloads is consistently timing
+                # out on the 32bit release and 64bit debug bots.
+                # https://bugs.webkit.org/show_bug.cgi?id=76910
+                "WebKit2APITests/TestDownloads" ]
 
     def __init__(self):
         self._executive = Executive()
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to