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

Unified Diff: tools/status_clean.dart

Issue 3004073002: Remove corelib/corelib_strong and migrate last two remaining tests. (Closed)
Patch Set: Created 3 years, 4 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
Index: tools/status_clean.dart
diff --git a/tools/status_clean.dart b/tools/status_clean.dart
index 15d51550c05e45770f635a7e03f67cffac46c132..13f81570d830e07f5db3195d68d880fe3a100e10 100644
--- a/tools/status_clean.dart
+++ b/tools/status_clean.dart
@@ -19,7 +19,7 @@ import "testing/dart/utils.dart" show Path;
// [STATUS_TUPLES] is a list of (suite-name, directory, status-file)-tuples.
final STATUS_TUPLES = [
- ["corelib", "tests/corelib", "tests/corelib/corelib.status"],
+ ["corelib_2", "tests/corelib_2", "tests/corelib_2/corelib_2.status"],
["html", "tests/html", "tests/html/html.status"],
["isolate", "tests/isolate", "tests/isolate/isolate.status"],
["language", "tests/language", "tests/language/language.status"],

Powered by Google App Engine
This is Rietveld 408576698