Title: [144997] trunk/Tools
- Revision
- 144997
- Author
- [email protected]
- Date
- 2013-03-06 16:11:28 -0800 (Wed, 06 Mar 2013)
Log Message
Re-enable WinEWS test and decrease iterations before clean build back to 10.
* EWSTools/start-queue-win.sh:
* Scripts/webkitpy/tool/commands/earlywarningsystem.py:
(WinEWS):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (144996 => 144997)
--- trunk/Tools/ChangeLog 2013-03-07 00:10:29 UTC (rev 144996)
+++ trunk/Tools/ChangeLog 2013-03-07 00:11:28 UTC (rev 144997)
@@ -1,3 +1,11 @@
+2013-03-06 Roger Fong <[email protected]>
+
+ Re-enable WinEWS test and decrease iterations before clean build back to 10.
+
+ * EWSTools/start-queue-win.sh:
+ * Scripts/webkitpy/tool/commands/earlywarningsystem.py:
+ (WinEWS):
+
2013-03-06 Manuel Rego Casasnovas <[email protected]>
[WK2][GTK] Fix unit test WebKit2APITests/WebKitWebView/mouse-target
Modified: trunk/Tools/EWSTools/start-queue-win.sh (144996 => 144997)
--- trunk/Tools/EWSTools/start-queue-win.sh 2013-03-07 00:10:29 UTC (rev 144996)
+++ trunk/Tools/EWSTools/start-queue-win.sh 2013-03-07 00:11:28 UTC (rev 144997)
@@ -33,5 +33,5 @@
echo "TASK: kill orphaned tasks"
taskkill.exe /f /im cl.exe
echo "TASK: webkit-patch win-ews"
- ~/WebKit/Tools/Scripts/webkit-patch win-ews --bot-id=$BOT_ID --no-confirm --exit-after-iteration 20
+ ~/WebKit/Tools/Scripts/webkit-patch win-ews --bot-id=$BOT_ID --no-confirm --exit-after-iteration 10
done
Modified: trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py (144996 => 144997)
--- trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py 2013-03-07 00:10:29 UTC (rev 144996)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py 2013-03-07 00:11:28 UTC (rev 144997)
@@ -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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes