Title: [141349] trunk/Tools
Revision
141349
Author
roger_f...@apple.com
Date
2013-01-30 17:22:30 -0800 (Wed, 30 Jan 2013)

Log Message

Enable tests for Windows EWS!
https://bugs.webkit.org/show_bug.cgi?id=107968.
Patch by Lucas Forschler.

Reviewed by Adam Barth.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (141348 => 141349)


--- trunk/Tools/ChangeLog	2013-01-31 01:08:25 UTC (rev 141348)
+++ trunk/Tools/ChangeLog	2013-01-31 01:22:30 UTC (rev 141349)
@@ -1,3 +1,14 @@
+2013-01-30  Roger Fong  <roger_f...@apple.com>
+
+        Enable tests for Windows EWS!
+        https://bugs.webkit.org/show_bug.cgi?id=107968.
+        Patch by Lucas Forschler.
+
+        Reviewed by Adam Barth.
+
+        * Scripts/webkitpy/tool/commands/earlywarningsystem.py:
+        (WinEWS):
+
 2013-01-30  Christophe Dumez  <christophe.du...@intel.com>
 
         Add a StringTypeAdapter for ASCIILiteral

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


--- trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2013-01-31 01:08:25 UTC (rev 141348)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2013-01-31 01:22:30 UTC (rev 141349)
@@ -177,6 +177,7 @@
     # Use debug, the Apple Win port fails to link Release on 32-bit Windows.
     # https://bugs.webkit.org/show_bug.cgi?id=39197
     _build_style = "debug"
+    _default_run_tests = True
 
 
 class AbstractChromiumEWS(AbstractEarlyWarningSystem):
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to