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

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

Issue 9325033: Run co19 language tests on leg. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 11 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
« dart/tests/co19/co19-frog.status ('K') | « dart/tests/co19/co19-frog.status ('k') | no next file » | 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 a2dfaeb09d81425e10ae7e879ab6bcce546397a4..17f99a4103cb2da4169a324fc87847de15df5565 100644
--- a/dart/tools/testing/dart/test_suite.dart
+++ b/dart/tools/testing/dart/test_suite.dart
@@ -1009,6 +1009,7 @@ class TestUtils {
args.add("--enable_type_checks");
}
if (configuration["component"] == "leg") {
+ args.add("--verbose");
args.add("--enable_leg");
args.add("--leg_only");
}
« dart/tests/co19/co19-frog.status ('K') | « dart/tests/co19/co19-frog.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698