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

Unified Diff: tools/test-runtime.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 | « tools/test-compiler.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/test-runtime.dart
diff --git a/tools/test-runtime.dart b/tools/test-runtime.dart
index 728416838b7f7e2fe49ced65520d33b464abe896..a1cb43b0c4dd99e9dd989171b6ccdab7794bb7e9 100755
--- a/tools/test-runtime.dart
+++ b/tools/test-runtime.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) {
@@ -74,6 +75,7 @@ main() {
startTime,
printTiming,
enqueueConfiguration,
- verbose: verbose,
- listTests: listTests);
+ verbose,
+ listTests,
+ keepGeneratedTests);
}
« no previous file with comments | « tools/test-compiler.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698