Title: [147625] trunk/Tools
Revision
147625
Author
[email protected]
Date
2013-04-04 08:06:33 -0700 (Thu, 04 Apr 2013)

Log Message

Turn tests back on for Mac WK1/WK2 EWS.
        
Unreviewed.
        
* Scripts/webkitpy/tool/commands/earlywarningsystem.py:
(MacEWS):
(MacWK2EWS):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (147624 => 147625)


--- trunk/Tools/ChangeLog	2013-04-04 13:26:22 UTC (rev 147624)
+++ trunk/Tools/ChangeLog	2013-04-04 15:06:33 UTC (rev 147625)
@@ -1,3 +1,13 @@
+2013-04-04  Lucas Forschler  <[email protected]>
+
+        Turn tests back on for Mac WK1/WK2 EWS.
+        
+        Unreviewed.
+        
+        * Scripts/webkitpy/tool/commands/earlywarningsystem.py:
+        (MacEWS):
+        (MacWK2EWS):
+
 2013-04-04  Manuel Rego Casasnovas  <[email protected]>
 
         [GTK][WK2] MiniBrowser custom URI scheme support

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


--- trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2013-04-04 13:26:22 UTC (rev 147624)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2013-04-04 15:06:33 UTC (rev 147625)
@@ -212,6 +212,7 @@
 class MacEWS(AbstractEarlyWarningSystem):
     name = "mac-ews"
     port_name = "mac"
+	_default_run_tests = True
     watchers = AbstractEarlyWarningSystem.watchers + [
         "[email protected]",
     ]
@@ -220,6 +221,7 @@
 class MacWK2EWS(AbstractEarlyWarningSystem):
     name = "mac-wk2-ews"
     port_name = "mac-wk2"
+	_default_run_tests = True
     watchers = AbstractEarlyWarningSystem.watchers + [
         "[email protected]",
     ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to