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

Unified Diff: tools/test.dart

Issue 234673003: Reduce test.dart memory usage. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Improve Created 6 years, 8 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 | « no previous file | tools/test.py » ('j') | tools/testing/dart/test_progress.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/test.dart
diff --git a/tools/test.dart b/tools/test.dart
index 0c9b39b6aac10c201ebb9109b74fc2aff8a771c4..3924477fc90f061bf95e59563bef9ea0b1926f18 100755
--- a/tools/test.dart
+++ b/tools/test.dart
@@ -263,6 +263,7 @@ void testConfigurations(List<Map> configurations) {
}
eventListener.add(new ExitCodeSetter());
+ eventListener.add(new DeleteTestCaseOutput());
void startProcessQueue() {
// [firstConf] is needed here, since the ProcessQueue needs to know the
« no previous file with comments | « no previous file | tools/test.py » ('j') | tools/testing/dart/test_progress.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698