Title: [100605] trunk/Tools
Revision
100605
Author
ph...@webkit.org
Date
2011-11-17 04:53:37 -0800 (Thu, 17 Nov 2011)

Log Message

[GTK] Disable ref tests
https://bugs.webkit.org/show_bug.cgi?id=72599

Reviewed by Xan Lopez.

* Scripts/webkitpy/layout_tests/port/gtk.py: Enforce disabled ref
tests to avoid massive flakiness.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (100604 => 100605)


--- trunk/Tools/ChangeLog	2011-11-17 12:46:16 UTC (rev 100604)
+++ trunk/Tools/ChangeLog	2011-11-17 12:53:37 UTC (rev 100605)
@@ -1,3 +1,13 @@
+2011-11-17  Philippe Normand  <pnorm...@igalia.com>
+
+        [GTK] Disable ref tests
+        https://bugs.webkit.org/show_bug.cgi?id=72599
+
+        Reviewed by Xan Lopez.
+
+        * Scripts/webkitpy/layout_tests/port/gtk.py: Enforce disabled ref
+        tests to avoid massive flakiness.
+
 2011-11-17  Tor Arne Vestbø  <tor.arne.ves...@nokia.com>
 
         [Qt] Move WebKit2 C++ APIs to private API and build QML extension plugin on top of that

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/gtk.py (100604 => 100605)


--- trunk/Tools/Scripts/webkitpy/layout_tests/port/gtk.py	2011-11-17 12:46:16 UTC (rev 100604)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/gtk.py	2011-11-17 12:53:37 UTC (rev 100605)
@@ -68,6 +68,11 @@
 
     def __init__(self, host, **kwargs):
         WebKitPort.__init__(self, host, **kwargs)
+
+        # FIXME: Disable ref tests for now, they make the buildbots very flaky :(
+        # https://bugs.webkit.org/show_bug.cgi?id=72601
+        self.set_option_default("no_ref_tests", True)
+
         self._version = self.port_name
 
     def _port_flag_for_scripts(self):
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to