Title: [105236] trunk/Tools
Revision
105236
Author
aba...@webkit.org
Date
2012-01-17 20:01:27 -0800 (Tue, 17 Jan 2012)

Log Message

Enable tests on the mac-ews
https://bugs.webkit.org/show_bug.cgi?id=76502

Reviewed by Simon Fraser.

Apple now has five machines running the mac-ews.  Lucas Forschler has
asked that we try enabling tests to see if we have enough bandwidth.

* Scripts/webkitpy/tool/commands/earlywarningsystem.py:
(MacEWS):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (105235 => 105236)


--- trunk/Tools/ChangeLog	2012-01-18 04:01:00 UTC (rev 105235)
+++ trunk/Tools/ChangeLog	2012-01-18 04:01:27 UTC (rev 105236)
@@ -1,3 +1,16 @@
+2012-01-17  Adam Barth  <aba...@webkit.org>
+
+        Enable tests on the mac-ews
+        https://bugs.webkit.org/show_bug.cgi?id=76502
+
+        Reviewed by Simon Fraser.
+
+        Apple now has five machines running the mac-ews.  Lucas Forschler has
+        asked that we try enabling tests to see if we have enough bandwidth.
+
+        * Scripts/webkitpy/tool/commands/earlywarningsystem.py:
+        (MacEWS):
+
 2012-01-17  Sanjoy Das  <san...@playingwithpointers.com>
 
         Add a check-webkit-style exception for GDBInterface.cpp

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


--- trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2012-01-18 04:01:00 UTC (rev 105235)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2012-01-18 04:01:27 UTC (rev 105236)
@@ -207,3 +207,4 @@
 class MacEWS(AbstractCommitterOnlyEWS):
     name = "mac-ews"
     port_name = "mac"
+    _run_tests = True
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to