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

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

Issue 10947034: Store status for dart2dart tests in a separate file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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 | « tests/co19/test_config.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/scrub_status_file.dart
diff --git a/tools/testing/dart/scrub_status_file.dart b/tools/testing/dart/scrub_status_file.dart
index 931d051587b7124a67284488c2379d925d4a4430..2afd4cfef7d99806d146d3c26f39c02a6d81a213 100644
--- a/tools/testing/dart/scrub_status_file.dart
+++ b/tools/testing/dart/scrub_status_file.dart
@@ -17,6 +17,7 @@
const List<String> CO19_STATUS_FILES = const <String>[
'tests/co19/co19-compiler.status',
+ 'tests/co19/co19-dart2dart.status',
'tests/co19/co19-dart2js.status',
'tests/co19/co19-runtime.status'];
« no previous file with comments | « tests/co19/test_config.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698