| Index: dart/tools/bots/compiler.py
|
| diff --git a/dart/tools/bots/compiler.py b/dart/tools/bots/compiler.py
|
| index 3a94d301605781d1c3fdecd844fa42fff8d02254..00376d324c26b8886b81cb75429f2a0c0a51d3d5 100644
|
| --- a/dart/tools/bots/compiler.py
|
| +++ b/dart/tools/bots/compiler.py
|
| @@ -280,6 +280,11 @@ def TestCompiler(runtime, mode, system, flags, is_buildbot, arch,
|
| TestStep("dart2js_unit", mode, system, 'none', 'vm', ['dart2js', 'try'],
|
| unit_test_flags, arch)
|
|
|
| + if compiler == 'dart2js' and runtime == 'drt':
|
| + # Ensure that we run the "try" tests on Content Shell.
|
| + TestStep("incremental_compilation", mode, system, 'none', runtime,
|
| + ['try'], unit_test_flags, arch)
|
| +
|
| if compiler == 'dart2js' and runtime in ['ie10', 'ie11']:
|
| TestStep(compiler, mode, system, compiler, runtime,
|
| ['html', 'pkg', 'samples'], flags, arch)
|
|
|