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

Issue 933083002: Add a test runner executable. (Closed)

Created:
5 years, 10 months ago by nweiz
Modified:
5 years, 10 months ago
Reviewers:
kevmoo
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/unittest@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add a test runner executable. This is still extremely bare-bones and won't work with tests that actually import "package:unittest/unittest.dart", but it's something. R=kevmoo@google.com See #2 Committed: https://github.com/dart-lang/unittest/commit/533b58ce1de2a3a7fe31635a709b42e88e4588c1

Patch Set 1 #

Patch Set 2 : merge origin/master #

Patch Set 3 : fix loader_test? #

Total comments: 27

Patch Set 4 : Code review changes #

Patch Set 5 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+867 lines, -53 lines) Patch
M .status View 1 1 chunk +1 line, -0 lines 0 comments Download
A bin/unittest.dart View 1 2 3 1 chunk +110 lines, -0 lines 0 comments Download
M lib/src/console_reporter.dart View 1 2 3 4 chunks +32 lines, -6 lines 0 comments Download
M lib/src/engine.dart View 1 chunk +5 lines, -0 lines 0 comments Download
A lib/src/exit_codes.dart View 1 chunk +58 lines, -0 lines 0 comments Download
M lib/src/invoker.dart View 1 chunk +4 lines, -1 line 0 comments Download
A lib/src/load_exception.dart View 1 chunk +42 lines, -0 lines 0 comments Download
M lib/src/loader.dart View 4 chunks +20 lines, -8 lines 0 comments Download
M lib/src/remote_exception.dart View 4 chunks +39 lines, -16 lines 0 comments Download
M lib/src/utils.dart View 2 chunks +30 lines, -0 lines 0 comments Download
M lib/src/vm_listener.dart View 1 2 3 3 chunks +45 lines, -5 lines 0 comments Download
M pubspec.yaml View 1 1 chunk +2 lines, -1 line 0 comments Download
A test/console_reporter_test.dart View 1 chunk +179 lines, -0 lines 0 comments Download
M test/io.dart View 1 2 3 2 chunks +10 lines, -6 lines 0 comments Download
M test/loader_test.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
A test/runner_test.dart View 1 2 3 4 1 chunk +203 lines, -0 lines 0 comments Download
M test/utils.dart View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M test/vm_listener_test.dart View 9 chunks +80 lines, -9 lines 0 comments Download

Messages

Total messages: 10 (1 generated)
nweiz
5 years, 10 months ago (2015-02-18 01:13:25 UTC) #1
kevmoo
https://codereview.chromium.org/933083002/diff/40001/bin/unittest.dart File bin/unittest.dart (right): https://codereview.chromium.org/933083002/diff/40001/bin/unittest.dart#newcode15 bin/unittest.dart:15: import 'package:unittest/src/io.dart'; unused import https://codereview.chromium.org/933083002/diff/40001/bin/unittest.dart#newcode24 bin/unittest.dart:24: _parser.addFlag("help", abbr: "h", ...
5 years, 10 months ago (2015-02-19 01:54:09 UTC) #2
nweiz
Code review changes
5 years, 10 months ago (2015-02-19 02:10:11 UTC) #3
nweiz
https://codereview.chromium.org/933083002/diff/40001/bin/unittest.dart File bin/unittest.dart (right): https://codereview.chromium.org/933083002/diff/40001/bin/unittest.dart#newcode15 bin/unittest.dart:15: import 'package:unittest/src/io.dart'; On 2015/02/19 01:54:08, kevmoo wrote: > unused ...
5 years, 10 months ago (2015-02-19 02:10:18 UTC) #4
kevmoo
LGTM w/ nits https://codereview.chromium.org/933083002/diff/40001/test/runner_test.dart File test/runner_test.dart (right): https://codereview.chromium.org/933083002/diff/40001/test/runner_test.dart#newcode16 test/runner_test.dart:16: String _success = """ On 2015/02/19 ...
5 years, 10 months ago (2015-02-19 02:15:44 UTC) #5
nweiz
https://codereview.chromium.org/933083002/diff/40001/test/runner_test.dart File test/runner_test.dart (right): https://codereview.chromium.org/933083002/diff/40001/test/runner_test.dart#newcode16 test/runner_test.dart:16: String _success = """ On 2015/02/19 02:15:44, kevmoo wrote: ...
5 years, 10 months ago (2015-02-19 02:18:50 UTC) #6
nweiz
Code review changes
5 years, 10 months ago (2015-02-19 02:19:14 UTC) #8
kevmoo
lgtm
5 years, 10 months ago (2015-02-19 02:49:04 UTC) #9
nweiz
5 years, 10 months ago (2015-02-19 20:01:36 UTC) #10
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
533b58ce1de2a3a7fe31635a709b42e88e4588c1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698