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

Issue 9689059: 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. R=whesse@google.com BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=5393

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comment. #

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

Messages

Total messages: 3 (0 generated)
Mads Ager (google)
8 years, 9 months ago (2012-03-13 12:12:30 UTC) #1
Bill Hesse
LGTM. https://chromiumcodereview.appspot.com/9689059/diff/1/tools/test-compiler.dart File tools/test-compiler.dart (right): https://chromiumcodereview.appspot.com/9689059/diff/1/tools/test-compiler.dart#newcode31 tools/test-compiler.dart:31: StringBuffer sb = new StringBuffer('Test configuration(s):'); 'Test configuration${configurations.length ...
8 years, 9 months ago (2012-03-13 12:28:23 UTC) #2
Mads Ager (google)
8 years, 9 months ago (2012-03-13 12:34:47 UTC) #3
https://chromiumcodereview.appspot.com/9689059/diff/1/tools/test-compiler.dart
File tools/test-compiler.dart (right):

https://chromiumcodereview.appspot.com/9689059/diff/1/tools/test-compiler.dar...
tools/test-compiler.dart:31: StringBuffer sb = new StringBuffer('Test
configuration(s):');
On 2012/03/13 12:28:24, Bill Hesse wrote:
> 'Test configuration${configurations.length > 1 ? "s" : ""}' ?

Sure, I can do that. :)

Powered by Google App Engine
This is Rietveld 408576698