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

Issue 9422011: Third time's the charm... (Closed)

Created:
8 years, 10 months ago by Emily Fortuna
Modified:
8 years, 10 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M tools/testing/dart/test_runner.dart View 1 chunk +2 lines, -1 line 1 comment Download

Messages

Total messages: 2 (0 generated)
Emily Fortuna
8 years, 10 months ago (2012-02-17 22:01:25 UTC) #1
Siggi Cherem (dart-lang)
8 years, 10 months ago (2012-02-17 22:04:13 UTC) #2
lgtm

https://chromiumcodereview.appspot.com/9422011/diff/3/tools/testing/dart/test...
File tools/testing/dart/test_runner.dart (right):

https://chromiumcodereview.appspot.com/9422011/diff/3/tools/testing/dart/test...
tools/testing/dart/test_runner.dart:255: RunningProcess(TestCase this.testCase,
[this.allowRetries]);
The alternative is to do it here:
 RunningProcess(TestCase this.testCase, [allowRetries=false]) : _allowRetries =
allowRetries;
(assuming we rename the field to _allowRetries)

Powered by Google App Engine
This is Rietveld 408576698