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

Unified Diff: dart/tools/testing/dart/test_suite.dart

Issue 9717033: Rename leg -> dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: buildbot_annotated_steps.py Created 8 years, 9 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
« no previous file with comments | « dart/tools/testing/dart/test_options.dart ('k') | dart/utils/tests/css/css.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/testing/dart/test_suite.dart
diff --git a/dart/tools/testing/dart/test_suite.dart b/dart/tools/testing/dart/test_suite.dart
index 517457d365e6b6b765583ed0de2d4a783015d1ac..7bfb75f508edde5fa05e8904abc4f2a7a97e6834 100644
--- a/dart/tools/testing/dart/test_suite.dart
+++ b/dart/tools/testing/dart/test_suite.dart
@@ -1091,7 +1091,7 @@ class TestUtils {
case 'dartc':
return 'compiler/bin/dartc$suffix';
case 'frog':
- case 'leg':
+ case 'dart2js':
return 'frog/bin/frog$suffix';
case 'frogsh':
return 'frog/bin/frogsh$suffix';
@@ -1166,7 +1166,7 @@ class TestUtils {
args.add('--enable_asserts');
args.add("--enable_type_checks");
}
- if (configuration["component"] == "leg"
+ if (configuration["component"] == "dart2js"
|| configuration["component"] == "legium") {
args.add("--verbose");
args.add("--leg");
« no previous file with comments | « dart/tools/testing/dart/test_options.dart ('k') | dart/utils/tests/css/css.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698