Title: [105857] trunk/Tools
Revision
105857
Author
[email protected]
Date
2012-01-25 02:18:40 -0800 (Wed, 25 Jan 2012)

Log Message

Temporarily disable running the unit tests on the Chromium EWS.  These
tests don't work properly (see
https://bugs.webkit.org/show_bug.cgi?id=76979) and are currently
blocking the EWS.

* Scripts/webkitpy/common/config/ports.py:
(ChromiumPort):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (105856 => 105857)


--- trunk/Tools/ChangeLog	2012-01-25 09:57:51 UTC (rev 105856)
+++ trunk/Tools/ChangeLog	2012-01-25 10:18:40 UTC (rev 105857)
@@ -1,5 +1,15 @@
 2012-01-25  Adam Barth  <[email protected]>
 
+        Temporarily disable running the unit tests on the Chromium EWS.  These
+        tests don't work properly (see
+        https://bugs.webkit.org/show_bug.cgi?id=76979) and are currently
+        blocking the EWS.
+
+        * Scripts/webkitpy/common/config/ports.py:
+        (ChromiumPort):
+
+2012-01-25  Adam Barth  <[email protected]>
+
         Update results.html version of PixelZoomer
         https://bugs.webkit.org/show_bug.cgi?id=76965
 

Modified: trunk/Tools/Scripts/webkitpy/common/config/ports.py (105856 => 105857)


--- trunk/Tools/Scripts/webkitpy/common/config/ports.py	2012-01-25 09:57:51 UTC (rev 105856)
+++ trunk/Tools/Scripts/webkitpy/common/config/ports.py	2012-01-25 10:18:40 UTC (rev 105857)
@@ -245,10 +245,6 @@
         return command
 
     @classmethod
-    def run_webkit_unit_tests_command(cls):
-        return cls.script_shell_command("run-chromium-webkit-unit-tests")
-
-    @classmethod
     def run_webkit_tests_command(cls):
         command = cls.script_shell_command("new-run-webkit-tests")
         command.append("--chromium")
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to