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

Unified Diff: tools/gardening/test/parse_build_results_test.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/gardening/test/parse_build_results_test.dart
diff --git a/tools/gardening/test/parse_build_results_test.dart b/tools/gardening/test/parse_build_results_test.dart
index f40e593500231383807b82274482cf5c8bd0a120..0910409380535fbd079d9142292952231a311a23 100644
--- a/tools/gardening/test/parse_build_results_test.dart
+++ b/tools/gardening/test/parse_build_results_test.dart
@@ -35,7 +35,6 @@ main(List<String> args) async {
expectedStatus, status.status, "Unexpected status for '$testName'.");
}
- checkTest('corelib/list_growable_test', 'pass');
checkTest('corelib_2/map_keys2_test', 'fail');
client.close();
}

Powered by Google App Engine
This is Rietveld 408576698