Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: tools/bots/compiler.py

Issue 870423002: Enable co19 tests on IE build slaves. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/compiler.py
diff --git a/tools/bots/compiler.py b/tools/bots/compiler.py
index f5e43cd69e23c5e119609b10ce278e525f8702f0..f166bc1f683548bc6a00547b3ae3fc9402126839 100644
--- a/tools/bots/compiler.py
+++ b/tools/bots/compiler.py
@@ -38,12 +38,10 @@ DART2JS_FULL_CONFIGURATIONS = {
'mac' : [ ],
'windows-ie10' : [
{'runtime' : 'ie10'},
- {'runtime' : 'ie10', 'additional_flags' : ['--checked']},
{'runtime' : 'chrome'},
],
'windows-ie11' : [
{'runtime' : 'ie11'},
- {'runtime' : 'ie11', 'additional_flags' : ['--checked']},
{'runtime' : 'ff'},
],
}
@@ -290,7 +288,7 @@ def TestCompiler(runtime, mode, system, flags, is_buildbot, arch,
if compiler == 'dart2js' and runtime in ['ie10', 'ie11']:
TestStep(compiler, mode, system, compiler, runtime,
- ['html', 'pkg', 'samples'], flags, arch)
+ ['html', 'pkg', 'samples', 'co19'], flags, arch)
ricow1 2015/01/26 09:25:19 we should remove the list all together, but I am f
else:
# Run the default set of test suites.
TestStep(compiler, mode, system, compiler,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698