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

Issue 9150027: Add configuration information to test.dart output. (Closed)

Created:
8 years, 11 months ago by Bill Hesse
Modified:
8 years, 11 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add configuration information to test.dart output. BUG=dart:1168 TEST= Committed: https://code.google.com/p/dart/source/detail?r=3431

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -6 lines) Patch
M tools/testing/dart/test_progress.dart View 6 chunks +7 lines, -6 lines 0 comments Download
M tools/testing/dart/test_runner.dart View 1 chunk +3 lines, -0 lines 2 comments Download

Messages

Total messages: 6 (0 generated)
Bill Hesse
8 years, 11 months ago (2012-01-19 12:32:26 UTC) #1
Mads Ager (google)
lgtm
8 years, 11 months ago (2012-01-19 12:34:00 UTC) #2
Mads Ager (google)
http://codereview.chromium.org/9150027/diff/1/tools/testing/dart/test_runner.dart File tools/testing/dart/test_runner.dart (right): http://codereview.chromium.org/9150027/diff/1/tools/testing/dart/test_runner.dart#newcode80 tools/testing/dart/test_runner.dart:80: configuration['mode'] + configuration['arch']; Sorry, this is a little late, ...
8 years, 11 months ago (2012-01-19 13:05:23 UTC) #3
Bill Hesse
The bug reporter wanted the output that test.py had, which has them concatenated without any ...
8 years, 11 months ago (2012-01-19 13:06:46 UTC) #4
Ivan Posva
https://chromiumcodereview.appspot.com/9150027/diff/1/tools/testing/dart/test_runner.dart File tools/testing/dart/test_runner.dart (right): https://chromiumcodereview.appspot.com/9150027/diff/1/tools/testing/dart/test_runner.dart#newcode80 tools/testing/dart/test_runner.dart:80: configuration['mode'] + configuration['arch']; On 2012/01/19 13:05:23, Mads Ager wrote: ...
8 years, 11 months ago (2012-01-19 17:04:41 UTC) #5
Ivan Posva
8 years, 11 months ago (2012-01-19 17:14:14 UTC) #6
On 2012/01/19 17:04:41, Ivan Posva wrote:
>
https://chromiumcodereview.appspot.com/9150027/diff/1/tools/testing/dart/test...
> File tools/testing/dart/test_runner.dart (right):
> 
>
https://chromiumcodereview.appspot.com/9150027/diff/1/tools/testing/dart/test...
> tools/testing/dart/test_runner.dart:80: configuration['mode'] +
> configuration['arch'];
> On 2012/01/19 13:05:23, Mads Ager wrote:
> > Sorry, this is a little late, but don't you want a space or underscore or
> > something between mode and arch:
> > 
> > debug ia32
> > debug_ia32
> > 
> > ?
> 
> As the bug reporter all I want is some indication what configuration was
running
> or taking so much time. To me debug_ia32 is probably a bit more readable. I'll
> fix it.

Fixed in: https://chromiumcodereview.appspot.com/9150035

Powered by Google App Engine
This is Rietveld 408576698