Enable co19 tests on IE build slaves.

BUG=
R=ricow@google.com

Review URL: https://codereview.chromium.org//870423002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43131 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
whesse@google.com 2015-01-26 09:27:29 +00:00
parent a4627f7bc0
commit 12c3a6b4bd

View file

@ -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)
else:
# Run the default set of test suites.
TestStep(compiler, mode, system, compiler,