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

Unified Diff: tools/test-compiler.dart

Issue 9252009: Synchronize test-runtime.dart and test-compiler.dart with changed test.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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-runtime.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/test-compiler.dart
diff --git a/tools/test-compiler.dart b/tools/test-compiler.dart
index f5672a9333fc87c6422820368697627ec5669265..190a15e7fcadc76f2cd607e14f109ec4e3cbfe0a 100644
--- a/tools/test-compiler.dart
+++ b/tools/test-compiler.dart
@@ -35,6 +35,7 @@ main() {
var verbose = firstConf['verbose'];
var printTiming = firstConf['time'];
var listTests = firstConf['list'];
+ var keepGeneratedTests = firstConf['keep-generated-tests'];
var configurationIterator = configurations.iterator();
bool enqueueConfiguration(ProcessQueue queue) {
@@ -83,6 +84,7 @@ main() {
startTime,
printTiming,
enqueueConfiguration,
- verbose: verbose,
- listTests: listTests);
+ verbose,
+ listTests,
+ keepGeneratedTests);
}
« no previous file with comments | « no previous file | tools/test-runtime.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698