| Index: dart/tools/bots/compiler.py
|
| diff --git a/dart/tools/bots/compiler.py b/dart/tools/bots/compiler.py
|
| index a53d90ba43f947da9b50fce38971fa23f4b01ad5..955e15fc10bab60a5cfe959badd7fa23f1542974 100644
|
| --- a/dart/tools/bots/compiler.py
|
| +++ b/dart/tools/bots/compiler.py
|
| @@ -263,7 +263,7 @@ def TestCompiler(runtime, mode, system, flags, is_buildbot, arch,
|
|
|
| if compiler == 'dart2js' and runtime in ['ie10', 'ie11']:
|
| TestStep("%s-%s" % (compiler, runtime), mode, system, compiler, runtime,
|
| - ['html'], flags, arch)
|
| + ['html', 'pkg', 'samples'], flags, arch)
|
| else:
|
| # Run the default set of test suites.
|
| TestStep("%s-%s" % (compiler, runtime), mode, system, compiler,
|
|
|