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

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

Issue 2985593002: Fix co19_test script: --fast-startup is only an option for dart2js (Closed)
Patch Set: Created 3 years, 5 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 | « no previous file | 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 579b885fb509b3efe9e24e316d894766d87687ea..3e4a8bf8c72453c86b0b2d51deae09f95b7a0b0e 100644
--- a/tools/testing/dart/co19_test.dart
+++ b/tools/testing/dart/co19_test.dart
@@ -48,9 +48,10 @@ const List<List<String>> COMMAND_LINES = const <List<String>>[
],
const <String>[
'-mrelease',
- '-rdartium',
- '-cnone',
+ '-rd8,jsshell',
+ '-cdart2js',
'--use-sdk',
+ '--checked',
'--fast-startup'
],
const <String>['-mrelease', '-rdartium', '-cnone', '--use-sdk'],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698