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

Issue 11817012: Migration of testing scripts in tools/ to libv2 (Closed)

Created:
7 years, 11 months ago by kustermann
Modified:
7 years, 11 months ago
Reviewers:
ricow1, Bill Hesse
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Migration of testing scripts in tools/ to libv2 Committed: https://code.google.com/p/dart/source/detail?r=16867

Patch Set 1 #

Patch Set 2 : added binaries #

Total comments: 30

Patch Set 3 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+118 lines, -110 lines) Patch
M tests/standalone/standalone.status View 1 chunk +0 lines, -9 lines 0 comments Download
M tools/release/version.dart View 1 2 5 chunks +17 lines, -7 lines 0 comments Download
M tools/test.dart View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M tools/test-runtime.dart View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M tools/testing/bin/linux/dart View 0 chunks +-1 lines, --1 lines 0 comments Download
M tools/testing/bin/macos/dart View 0 chunks +-1 lines, --1 lines 0 comments Download
M tools/testing/bin/windows/dart.exe View 0 chunks +-1 lines, --1 lines 0 comments Download
M tools/testing/dart/co19_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tools/testing/dart/drt_updater.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M tools/testing/dart/multitest.dart View 1 2 3 chunks +5 lines, -3 lines 0 comments Download
M tools/testing/dart/status_expression.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/testing/dart/test_options.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M tools/testing/dart/test_runner.dart View 1 2 25 chunks +52 lines, -53 lines 0 comments Download
M tools/testing/dart/test_suite.dart View 1 2 10 chunks +24 lines, -17 lines 2 comments Download
M tools/version.dart View 1 2 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
kustermann
7 years, 11 months ago (2013-01-09 14:50:44 UTC) #1
Bill Hesse
A lot of cases where the return values of Future.then and Future.catchError are not used ...
7 years, 11 months ago (2013-01-09 17:06:33 UTC) #2
kustermann
PTAL. https://codereview.chromium.org/11817012/diff/1015/tools/release/version.dart File tools/release/version.dart (right): https://codereview.chromium.org/11817012/diff/1015/tools/release/version.dart#newcode56 tools/release/version.dart:56: completeError(msg); On 2013/01/09 17:06:33, Bill Hesse wrote: > ...
7 years, 11 months ago (2013-01-09 18:02:25 UTC) #3
Bill Hesse
lgtm https://codereview.chromium.org/11817012/diff/16/tools/testing/dart/test_suite.dart File tools/testing/dart/test_suite.dart (right): https://codereview.chromium.org/11817012/diff/16/tools/testing/dart/test_suite.dart#newcode80 tools/testing/dart/test_suite.dart:80: var handledTaskFuture = task.catchError((e) { Couldn't you just ...
7 years, 11 months ago (2013-01-09 18:21:06 UTC) #4
kustermann
7 years, 11 months ago (2013-01-09 18:27:40 UTC) #5
https://codereview.chromium.org/11817012/diff/16/tools/testing/dart/test_suit...
File tools/testing/dart/test_suite.dart (right):

https://codereview.chromium.org/11817012/diff/16/tools/testing/dart/test_suit...
tools/testing/dart/test_suite.dart:80: var handledTaskFuture =
task.catchError((e) {
On 2013/01/09 18:21:06, Bill Hesse wrote:
> Couldn't you just put parentheses around all this, and add it to futures where
> it was added before?

I think it is a bit more readable this way.

Powered by Google App Engine
This is Rietveld 408576698