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

Issue 9691045: By popular demand, print the configurations being tested by test.dart at startup. (Closed)

Created:
8 years, 9 months ago by Mads Ager (google)
Modified:
8 years, 9 months ago
Reviewers:
Bill Hesse
CC:
reviews_dartlang.org
Visibility:
Public.

Description

By popular demand, print the configurations being tested by test.dart at startup. This time don't print anything if the 'silent' progress is requested. Question to be answered later: Do we actually need the JUnit tests? What do they add? R=whesse@google.com BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=5403

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -0 lines) Patch
M tools/test.dart View 1 1 chunk +13 lines, -0 lines 0 comments Download
M tools/test-compiler.dart View 1 1 chunk +13 lines, -0 lines 0 comments Download
M tools/test-runtime.dart View 1 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Mads Ager (google)
8 years, 9 months ago (2012-03-13 13:17:14 UTC) #1
Bill Hesse
lgtm https://chromiumcodereview.appspot.com/9691045/diff/1/tools/test-compiler.dart File tools/test-compiler.dart (right): https://chromiumcodereview.appspot.com/9691045/diff/1/tools/test-compiler.dart#newcode34 tools/test-compiler.dart:34: if (configurations.every((conf) => conf['progress'] != 'silent')) { The ...
8 years, 9 months ago (2012-03-13 14:15:39 UTC) #2
Mads Ager (google)
8 years, 9 months ago (2012-03-13 14:17:47 UTC) #3
https://chromiumcodereview.appspot.com/9691045/diff/1/tools/test-compiler.dart
File tools/test-compiler.dart (right):

https://chromiumcodereview.appspot.com/9691045/diff/1/tools/test-compiler.dar...
tools/test-compiler.dart:34: if (configurations.every((conf) => conf['progress']
!= 'silent')) {
On 2012/03/13 14:15:39, Bill Hesse wrote:
> The .every seems like overkill.  But it works.  Every configuration has the
same
> 'progress' value.

You are right. I have moved it below the extraction of global options and just
test that 'progressIndicator != "silent"'. Thanks.

Powered by Google App Engine
This is Rietveld 408576698