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

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

Issue 10972007: Update co19 to r343. (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') | deps/all.deps/DEPS » ('j') | 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 2afd4cfef7d99806d146d3c26f39c02a6d81a213..fe08699e0e74f2068302bfceaaac90c901694363 100644
--- a/dart/tools/testing/dart/scrub_status_file.dart
+++ b/dart/tools/testing/dart/scrub_status_file.dart
@@ -17,7 +17,8 @@
const List<String> CO19_STATUS_FILES = const <String>[
'tests/co19/co19-compiler.status',
- 'tests/co19/co19-dart2dart.status',
+ // TODO(ahe): Enable this when dart2dart stops using *.
Lasse Reichstein Nielsen 2012/09/24 11:56:32 Stops using multiplication?
ahe 2012/09/24 12:53:39 See http://dartbug.com/5401
+ // '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') | deps/all.deps/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698