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

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

Issue 10981064: Remove stale co19 entries. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/testing/dart/scrub_status_file.dart
diff --git a/dart/tools/testing/dart/scrub_status_file.dart b/dart/tools/testing/dart/scrub_status_file.dart
index fe08699e0e74f2068302bfceaaac90c901694363..2afd4cfef7d99806d146d3c26f39c02a6d81a213 100644
--- a/dart/tools/testing/dart/scrub_status_file.dart
+++ b/dart/tools/testing/dart/scrub_status_file.dart
@@ -17,8 +17,7 @@
const List<String> CO19_STATUS_FILES = const <String>[
'tests/co19/co19-compiler.status',
- // TODO(ahe): Enable this when dart2dart stops using *.
- // 'tests/co19/co19-dart2dart.status',
+ 'tests/co19/co19-dart2dart.status',
'tests/co19/co19-dart2js.status',
'tests/co19/co19-runtime.status'];
« no previous file with comments | « dart/tests/co19/co19-runtime.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698