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

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

Issue 1390533003: Update co19 test suite to commit Oct 1 2015 1d96fbbf94c534c9076f90bd4ebce6226169da48 (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Add "Please triage" note to co19-analyzer2.status. Created 5 years, 1 month 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 | « tools/deps/dartium.deps/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/co19_test.dart
diff --git a/tools/testing/dart/co19_test.dart b/tools/testing/dart/co19_test.dart
index 7c7b27e77db98cf27993f573f45b371f5d552663..1720f53b904f0215e06df0fdd42e12a3baad6f18 100644
--- a/tools/testing/dart/co19_test.dart
+++ b/tools/testing/dart/co19_test.dart
@@ -26,18 +26,18 @@ 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', '-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',
- '--checked'],
- const <String>['-mrelease', '-rdartium', '-cnone', '--use-sdk'],
+ // const <String>['-mrelease,debug', '-rvm', '-cnone'],
ricow1 2015/11/11 06:27:48 debug edit?
+ // const <String>['-mrelease,debug', '-rvm', '-cnone', '--checked'],
+ // const <String>['-mrelease', '-rnone', '-cdartanalyzer'],
+ const <String>['-mrelease', '-rnone', '-cdart2analyzer'],
+ // 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',
+ // '--checked'],
+ // const <String>['-mrelease', '-rdartium', '-cnone', '--use-sdk'],
];
void main(List<String> args) {
« no previous file with comments | « tools/deps/dartium.deps/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698