Skip to content

Commit 4def8cb

Browse files
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): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@144997 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent c286eca commit 4def8cb

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

Tools/ChangeLog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2013-03-06 Roger Fong <[email protected]>
2+
3+
Re-enable WinEWS test and decrease iterations before clean build back to 10.
4+
5+
* EWSTools/start-queue-win.sh:
6+
* Scripts/webkitpy/tool/commands/earlywarningsystem.py:
7+
(WinEWS):
8+
19
2013-03-06 Manuel Rego Casasnovas <[email protected]>
210

311
[WK2][GTK] Fix unit test WebKit2APITests/WebKitWebView/mouse-target

Tools/EWSTools/start-queue-win.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ do
3333
echo "TASK: kill orphaned tasks"
3434
taskkill.exe /f /im cl.exe
3535
echo "TASK: webkit-patch win-ews"
36-
~/WebKit/Tools/Scripts/webkit-patch win-ews --bot-id=$BOT_ID --no-confirm --exit-after-iteration 20
36+
~/WebKit/Tools/Scripts/webkit-patch win-ews --bot-id=$BOT_ID --no-confirm --exit-after-iteration 10
3737
done

Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py

+1
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ class WinEWS(AbstractEarlyWarningSystem):
177177
# Use debug, the Apple Win port fails to link Release on 32-bit Windows.
178178
# https://bugs.webkit.org/show_bug.cgi?id=39197
179179
_build_style = "debug"
180+
_default_run_tests = True
180181

181182

182183
class AbstractChromiumEWS(AbstractEarlyWarningSystem):

0 commit comments

Comments
 (0)