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

Issue 1056733002: Run test tearDowns and clean up temporary directories when a signal is caught. (Closed)

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

Description

Run test tearDowns and clean up temporary directories when a signal is caught. Closes #26 R=kevmoo@google.com Committed: https://github.com/dart-lang/test/commit/7f54ecc494fc1b351004b4491b6a0a02e089cfd3

Patch Set 1 #

Patch Set 2 : changes #

Total comments: 6

Patch Set 3 : Code review changes #

Total comments: 1

Patch Set 4 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+618 lines, -56 lines) Patch
A lib/src/backend/closed_exception.dart View 1 chunk +13 lines, -0 lines 0 comments Download
M lib/src/backend/invoker.dart View 5 chunks +15 lines, -5 lines 0 comments Download
M lib/src/backend/live_test.dart View 1 chunk +7 lines, -1 line 0 comments Download
M lib/src/backend/live_test_controller.dart View 4 chunks +20 lines, -10 lines 0 comments Download
M lib/src/executable.dart View 4 chunks +42 lines, -2 lines 0 comments Download
M lib/src/frontend/expect.dart View 2 chunks +5 lines, -0 lines 0 comments Download
M lib/src/runner/browser/compiler_pool.dart View 1 4 chunks +36 lines, -4 lines 0 comments Download
M lib/src/runner/browser/iframe_listener.dart View 1 chunk +5 lines, -0 lines 0 comments Download
M lib/src/runner/browser/iframe_test.dart View 1 2 3 2 chunks +8 lines, -1 line 0 comments Download
M lib/src/runner/browser/server.dart View 5 chunks +24 lines, -4 lines 0 comments Download
M lib/src/runner/engine.dart View 3 chunks +12 lines, -2 lines 0 comments Download
M lib/src/runner/reporter/compact.dart View 7 chunks +21 lines, -8 lines 0 comments Download
M lib/src/runner/vm/isolate_listener.dart View 1 chunk +9 lines, -0 lines 0 comments Download
M lib/src/runner/vm/isolate_test.dart View 1 2 4 chunks +27 lines, -4 lines 0 comments Download
M lib/src/util/dart.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/util/io.dart View 1 3 chunks +16 lines, -5 lines 0 comments Download
M lib/src/utils.dart View 2 chunks +38 lines, -0 lines 0 comments Download
M pubspec.yaml View 1 1 chunk +1 line, -1 line 0 comments Download
M test/io.dart View 2 chunks +26 lines, -0 lines 0 comments Download
M test/runner/browser/compact_reporter_test.dart View 2 chunks +2 lines, -1 line 0 comments Download
M test/runner/browser/compiler_pool_test.dart View 2 chunks +2 lines, -1 line 0 comments Download
M test/runner/browser/loader_test.dart View 2 chunks +2 lines, -1 line 0 comments Download
M test/runner/browser/runner_test.dart View 2 chunks +2 lines, -1 line 0 comments Download
M test/runner/loader_test.dart View 2 chunks +2 lines, -1 line 0 comments Download
M test/runner/parse_metadata_test.dart View 1 chunk +2 lines, -1 line 0 comments Download
M test/runner/runner_test.dart View 2 chunks +2 lines, -1 line 0 comments Download
A test/runner/signal_test.dart View 1 2 1 chunk +277 lines, -0 lines 0 comments Download
M test/runner/test_on_test.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
nweiz
5 years, 8 months ago (2015-04-02 00:58:31 UTC) #1
kevmoo
https://codereview.chromium.org/1056733002/diff/20001/lib/src/runner/browser/iframe_test.dart File lib/src/runner/browser/iframe_test.dart (right): https://codereview.chromium.org/1056733002/diff/20001/lib/src/runner/browser/iframe_test.dart#newcode31 lib/src/runner/browser/iframe_test.dart:31: var closeCompleter = new Completer(); This seems to not ...
5 years, 8 months ago (2015-04-03 00:49:45 UTC) #2
nweiz
Code review changes
5 years, 8 months ago (2015-04-03 20:56:04 UTC) #3
nweiz
https://codereview.chromium.org/1056733002/diff/20001/lib/src/runner/browser/iframe_test.dart File lib/src/runner/browser/iframe_test.dart (right): https://codereview.chromium.org/1056733002/diff/20001/lib/src/runner/browser/iframe_test.dart#newcode31 lib/src/runner/browser/iframe_test.dart:31: var closeCompleter = new Completer(); On 2015/04/03 00:49:45, kevmoo ...
5 years, 8 months ago (2015-04-03 20:56:22 UTC) #4
kevmoo
LGTM https://codereview.chromium.org/1056733002/diff/40001/lib/src/runner/browser/iframe_test.dart File lib/src/runner/browser/iframe_test.dart (right): https://codereview.chromium.org/1056733002/diff/40001/lib/src/runner/browser/iframe_test.dart#newcode7 lib/src/runner/browser/iframe_test.dart:7: import 'dart:async'; unused import
5 years, 8 months ago (2015-04-03 22:48:32 UTC) #5
nweiz
Code review changes
5 years, 8 months ago (2015-04-03 23:05:22 UTC) #6
nweiz
5 years, 8 months ago (2015-04-03 23:05:41 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
7f54ecc494fc1b351004b4491b6a0a02e089cfd3 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698