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

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

Issue 44263003: co19-roll to r641 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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
« no previous file with comments | « dart/tests/co19/co19-runtime.status ('k') | deps/all.deps/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/testing/dart/co19_test.dart
diff --git a/dart/tools/testing/dart/co19_test.dart b/dart/tools/testing/dart/co19_test.dart
index db7a6b100f3a947b6b91e1b074a32adfb7ab5a45..f98dfc5b7e6303e80443c078083ff7ff7547ecec 100644
--- a/dart/tools/testing/dart/co19_test.dart
+++ b/dart/tools/testing/dart/co19_test.dart
@@ -31,16 +31,16 @@ const List<String> COMMON_ARGUMENTS =
const <String>['--report', '--progress=diff', 'co19'];
const List<List<String>> COMMAND_LINES = const <List<String>>[
- const <String>['-mrelease,debug', '-rvm', '-cnone'],
- const <String>['-mrelease,debug', '-rvm', '-cnone', '--checked'],
- const <String>['-mrelease', '-rnone', '-cdartanalyzer'],
- const <String>['-mrelease', '-rnone', '-cdart2analyzer'],
- const <String>['-mrelease', '-rvm', '-cdart2dart', '--use-sdk'],
- const <String>['-mrelease', '-rd8', '-cdart2js', '--use-sdk'],
- const <String>['-mrelease', '-rd8,jsshell', '-cdart2js', '--use-sdk',
- '--minified'],
- const <String>['-mrelease', '-rd8,jsshell', '-cdart2js', '--use-sdk',
- '--checked'],
+ //const <String>['-mrelease,debug', '-rvm', '-cnone'],
+ //const <String>['-mrelease,debug', '-rvm', '-cnone', '--checked'],
+ //const <String>['-mrelease', '-rnone', '-cdartanalyzer'],
+ //const <String>['-mrelease', '-rnone', '-cdart2analyzer'],
+ //const <String>['-mrelease', '-rvm', '-cdart2dart', '--use-sdk'],
+ //const <String>['-mrelease', '-rd8', '-cdart2js', '--use-sdk'],
+ //const <String>['-mrelease', '-rd8,jsshell', '-cdart2js', '--use-sdk',
+ //'--minified'],
+ //const <String>['-mrelease', '-rd8,jsshell', '-cdart2js', '--use-sdk',
+ //'--checked'],
const <String>['-mrelease', '-rdartium', '-cnone', '--use-sdk',
'--use_browser_controller', '--write-debug-log'],
];
« no previous file with comments | « dart/tests/co19/co19-runtime.status ('k') | deps/all.deps/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698