| Index: dart/utils/compiler/buildbot.py
|
| diff --git a/dart/utils/compiler/buildbot.py b/dart/utils/compiler/buildbot.py
|
| index 854933b27af6c739a84f93ec9e7d8034e50e8c09..5020e4df6f474936fdfa02f6c8c0c8b4697e63d6 100644
|
| --- a/dart/utils/compiler/buildbot.py
|
| +++ b/dart/utils/compiler/buildbot.py
|
| @@ -231,7 +231,7 @@ def TestCompiler(runtime, mode, system, option, flags, is_buildbot):
|
| TestStep("dart2js", mode, system, 'dart2js', runtime, [], flags)
|
|
|
| # TODO(kasperl): Consider running peg and css tests too.
|
| - extras = ['dart2js_extra', 'dart2js_native']
|
| + extras = ['dart2js_extra', 'dart2js_native', 'dart2js_foreign']
|
| TestStep("dart2js_extra", mode, system, 'dart2js', runtime, extras, flags)
|
| else:
|
| if bot_num == '1':
|
| @@ -241,7 +241,7 @@ def TestCompiler(runtime, mode, system, option, flags, is_buildbot):
|
| 'samples', 'standalone', 'corelib', 'co19', 'language', 'isolate',
|
| 'vm', 'json', 'benchmark_smoke', 'dartdoc', 'utils', 'pub', 'lib'],
|
| flags)
|
| - extras = ['dart2js_extra', 'dart2js_native']
|
| + extras = ['dart2js_extra', 'dart2js_native', 'dart2js_foreign']
|
| TestStep("dart2js_extra", mode, system, 'dart2js', runtime, extras,
|
| flags)
|
|
|
|
|