Title: [88437] trunk/Tools
Revision
88437
Author
[email protected]
Date
2011-06-09 02:36:48 -0700 (Thu, 09 Jun 2011)

Log Message

2011-06-09  Eric Seidel  <[email protected]>

        Reviewed by Adam Barth.

        Disable running layout tests on Mac EWS bots (and fix cr-linux bots to run them again)
        https://bugs.webkit.org/show_bug.cgi?id=62362

        The mac bots are failing inspector tests.  We don't know why yet.
        So for now, turning run-webkit-tests off for the mac-ews.

        Also noticed that due to the wrong variable name the cr-linux
        bots weren't running tests!

        * Scripts/webkitpy/tool/commands/earlywarningsystem.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (88436 => 88437)


--- trunk/Tools/ChangeLog	2011-06-09 09:21:33 UTC (rev 88436)
+++ trunk/Tools/ChangeLog	2011-06-09 09:36:48 UTC (rev 88437)
@@ -1,3 +1,18 @@
+2011-06-09  Eric Seidel  <[email protected]>
+
+        Reviewed by Adam Barth.
+
+        Disable running layout tests on Mac EWS bots (and fix cr-linux bots to run them again)
+        https://bugs.webkit.org/show_bug.cgi?id=62362
+
+        The mac bots are failing inspector tests.  We don't know why yet.
+        So for now, turning run-webkit-tests off for the mac-ews.
+
+        Also noticed that due to the wrong variable name the cr-linux
+        bots weren't running tests!
+
+        * Scripts/webkitpy/tool/commands/earlywarningsystem.py:
+
 2011-06-09  Zoltan Herczeg  <[email protected]>
 
         Reviewed by Csaba Osztrogonac.

Modified: trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py (88436 => 88437)


--- trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2011-06-09 09:21:33 UTC (rev 88436)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2011-06-09 09:36:48 UTC (rev 88437)
@@ -179,7 +179,7 @@
     #        a database migration. :(
     name = "chromium-ews"
     port_name = "chromium-xvfb"
-    run_tests = True
+    _run_tests = True
 
 
 class ChromiumWindowsEWS(AbstractChromiumEWS):
@@ -207,4 +207,3 @@
 class MacEWS(AbstractCommitterOnlyEWS):
     name = "mac-ews"
     port_name = "mac"
-    _run_tests = True
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to