Title: [103069] trunk/Tools
Revision
103069
Author
ph...@webkit.org
Date
2011-12-16 06:58:49 -0800 (Fri, 16 Dec 2011)

Log Message

Unreviewed, skipping 3 failing GTK API tests.

* Scripts/run-gtk-tests:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (103068 => 103069)


--- trunk/Tools/ChangeLog	2011-12-16 14:46:20 UTC (rev 103068)
+++ trunk/Tools/ChangeLog	2011-12-16 14:58:49 UTC (rev 103069)
@@ -1,5 +1,11 @@
 2011-12-16  Philippe Normand  <pnorm...@igalia.com>
 
+        Unreviewed, skipping 3 failing GTK API tests.
+
+        * Scripts/run-gtk-tests:
+
+2011-12-16  Philippe Normand  <pnorm...@igalia.com>
+
         Unreviewed, GTK API tests build fix attempt.
 
         * Scripts/run-gtk-tests: Run xvfb on a display not used by NRWT.

Modified: trunk/Tools/Scripts/run-gtk-tests (103068 => 103069)


--- trunk/Tools/Scripts/run-gtk-tests	2011-12-16 14:46:20 UTC (rev 103068)
+++ trunk/Tools/Scripts/run-gtk-tests	2011-12-16 14:58:49 UTC (rev 103069)
@@ -24,7 +24,8 @@
 class TestRunner:
 
     TEST_DIRS = [ "unittests", "WebKit2APITests" ]
-    SKIPPED = [ ]
+    # FIXME: https://bugs.webkit.org/show_bug.cgi?id=74717
+    SKIPPED = [ "unittests/testdownload", "unittests/testwebview", "unittests/testwebresource"]
 
     def __init__(self):
         self._executive = Executive()
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to