Title: [146689] trunk/Tools
Revision
146689
Author
[email protected]
Date
2013-03-22 17:24:10 -0700 (Fri, 22 Mar 2013)

Log Message

Unreviewed. Fix AppleWin port following https://bugs.webkit.org/show_bug.cgi?id=113100.
Patch by Alexey Proskuryakov.

* platform/network/cf/ResourceHandleCFNet.cpp:
(WebCore::ResourceHandle::platformLoadResourceSynchronously):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (146688 => 146689)


--- trunk/Tools/ChangeLog	2013-03-23 00:21:22 UTC (rev 146688)
+++ trunk/Tools/ChangeLog	2013-03-23 00:24:10 UTC (rev 146689)
@@ -1,3 +1,11 @@
+2013-03-22  Roger Fong  <[email protected]>
+
+        Unreviewed. Turn off EWS test on Win again.
+        The battle continues.
+
+        * Scripts/webkitpy/tool/commands/earlywarningsystem.py:
+        (WinEWS):
+
 2013-03-22  Ryosuke Niwa  <[email protected]>
 
         NRWT: Enable pixel tests when retrying tests

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


--- trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2013-03-23 00:21:22 UTC (rev 146688)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py	2013-03-23 00:24:10 UTC (rev 146689)
@@ -174,7 +174,6 @@
 class WinEWS(AbstractEarlyWarningSystem):
     name = "win-ews"
     port_name = "win"
-    _default_run_tests = True
 
 class AbstractChromiumEWS(AbstractEarlyWarningSystem):
     port_name = "chromium"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to