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

Unified Diff: dart/tools/testing/dart/co19_test.dart

Issue 11000049: Add progress indicator for co19 updating. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 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 | dart/tools/testing/dart/test_progress.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/testing/dart/co19_test.dart
diff --git a/dart/tools/testing/dart/co19_test.dart b/dart/tools/testing/dart/co19_test.dart
index c9b96a5ff82ae15649a3cfe7ac622f58a050434f..26266582b5eaca129a53c6bac8710e688424632b 100644
--- a/dart/tools/testing/dart/co19_test.dart
+++ b/dart/tools/testing/dart/co19_test.dart
@@ -24,8 +24,7 @@
#import("../../../tests/co19/test_config.dart");
-const List<String> COMMON_ARGUMENTS =
- const <String>['--report', '-pcolor', '--time'];
+const List<String> COMMON_ARGUMENTS = const <String>['--report'];
const List<List<String>> COMMAND_LINES = const <List<String>>[
const <String>['-mrelease,debug', '-rvm', '-cnone'],
@@ -55,8 +54,6 @@ void main() {
var firstConfiguration = configurations[0];
Map<String, RegExp> selectors = firstConfiguration['selectors'];
var maxProcesses = firstConfiguration['tasks'];
- var progressIndicator = firstConfiguration['progress'];
- var printTiming = firstConfiguration['time'];
var verbose = firstConfiguration['verbose'];
var listTests = firstConfiguration['list'];
@@ -79,9 +76,9 @@ void main() {
// Start process queue.
var queue = new ProcessQueue(maxProcesses,
- progressIndicator,
+ 'diff',
startTime,
- printTiming,
+ false,
enqueueConfiguration,
verbose,
listTests);
« no previous file with comments | « no previous file | dart/tools/testing/dart/test_progress.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698