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

Issue 914963003: Add a VmListener and IsolateTest class for running tests in other isolates. (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 VmListener and IsolateTest class for running tests in other isolates. This also adds LiveTest.close, which releases resources associated with a LiveTest. R=kevmoo@google.com See #2 Committed: https://github.com/dart-lang/unittest/commit/975fbfdb3112db314c4c36c5f1c348091985a572

Patch Set 1 #

Total comments: 14

Patch Set 2 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+667 lines, -88 lines) Patch
M .status View 1 1 chunk +5 lines, -1 line 0 comments Download
A lib/src/isolate_test.dart View 1 1 chunk +57 lines, -0 lines 0 comments Download
M lib/src/live_test.dart View 1 chunk +13 lines, -0 lines 0 comments Download
M lib/src/live_test_controller.dart View 1 6 chunks +29 lines, -2 lines 0 comments Download
A lib/src/remote_exception.dart View 1 1 chunk +88 lines, -0 lines 0 comments Download
A lib/src/vm_listener.dart View 1 1 chunk +75 lines, -0 lines 0 comments Download
M test/invoker_test.dart View 19 chunks +34 lines, -85 lines 0 comments Download
M test/utils.dart View 1 chunk +58 lines, -0 lines 0 comments Download
A test/vm_listener_test.dart View 1 chunk +308 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
nweiz
5 years, 10 months ago (2015-02-12 01:33:15 UTC) #1
kevmoo
https://codereview.chromium.org/914963003/diff/1/lib/src/isolate_test.dart File lib/src/isolate_test.dart (right): https://codereview.chromium.org/914963003/diff/1/lib/src/isolate_test.dart#newcode5 lib/src/isolate_test.dart:5: library unittest.isolate_test; Add this file to .status since it ...
5 years, 10 months ago (2015-02-12 02:24:29 UTC) #2
nweiz
Code review changes
5 years, 10 months ago (2015-02-12 19:02:54 UTC) #3
nweiz
https://codereview.chromium.org/914963003/diff/1/lib/src/isolate_test.dart File lib/src/isolate_test.dart (right): https://codereview.chromium.org/914963003/diff/1/lib/src/isolate_test.dart#newcode5 lib/src/isolate_test.dart:5: library unittest.isolate_test; On 2015/02/12 02:24:29, kevmoo wrote: > Add ...
5 years, 10 months ago (2015-02-12 19:03:41 UTC) #4
kevmoo
lgtm
5 years, 10 months ago (2015-02-12 21:32:05 UTC) #5
nweiz
5 years, 10 months ago (2015-02-12 21:51:46 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
975fbfdb3112db314c4c36c5f1c348091985a572 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698