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

Unified Diff: dart/utils/compiler/buildbot.py

Issue 10855248: Copy all frog/native tests to dart2js_foreign. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address review comments Created 8 years, 4 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
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)
« dart/tests/compiler/dart2js_native/dart2js_native.status ('K') | « dart/tools/test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698