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

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

Issue 11262028: Testing support for running tests minified in dart2js. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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: tools/testing/dart/test_suite.dart
===================================================================
--- tools/testing/dart/test_suite.dart (revision 14062)
+++ tools/testing/dart/test_suite.dart (working copy)
@@ -1404,6 +1404,11 @@
args.add("--allow-mock-compilation");
}
}
+ // TODO(riocw): Unify our minification calling convention between dart2js
+ // and dart2dart.
+ if (compiler == "dart2js" && configuration["minify"]) {
+ args.add("--minify");
+ }
return args;
}
« tools/testing/dart/test_options.dart ('K') | « tools/testing/dart/test_options.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698