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

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

Issue 2981223002: Remove Dartium support from test.dart. (Closed)
Patch Set: Remove "dartium" from status files. 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 | « tools/testing/dart/browser_test.dart ('k') | tools/testing/dart/co19_test_config.dart » ('j') | 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..f276b928d21708f0c595276260771add02ae445e 100644
--- a/tools/testing/dart/co19_test.dart
+++ b/tools/testing/dart/co19_test.dart
@@ -46,14 +46,6 @@ const List<List<String>> COMMAND_LINES = const <List<String>>[
'--use-sdk',
'--checked'
],
- const <String>[
- '-mrelease',
- '-rdartium',
- '-cnone',
- '--use-sdk',
- '--fast-startup'
- ],
- const <String>['-mrelease', '-rdartium', '-cnone', '--use-sdk'],
];
void main(List<String> args) {
« no previous file with comments | « tools/testing/dart/browser_test.dart ('k') | tools/testing/dart/co19_test_config.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698