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

Issue 128703002: Cancel stdout/stderr subscriptions once subprocesses are dead, add more debugging information in ca… (Closed)

Created:
6 years, 11 months ago by kustermann
Modified:
6 years, 11 months ago
CC:
reviews_dartlang.org, Anders Johnsen
Visibility:
Public.

Description

Cancel stdout/stderr subscriptions once subprocesses are dead, add more debugging information in case the debug timer expires R=whesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=31649

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+147 lines, -16 lines) Patch
M dart/tools/testing/dart/browser_controller.dart View 1 2 1 chunk +51 lines, -8 lines 0 comments Download
M dart/tools/testing/dart/test_runner.dart View 1 2 7 chunks +87 lines, -8 lines 0 comments Download
M dart/tools/testing/dart/utils.dart View 1 2 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
kustermann
6 years, 11 months ago (2014-01-08 17:24:24 UTC) #1
kustermann
6 years, 11 months ago (2014-01-08 17:34:30 UTC) #2
kustermann
@ajohnsen: We're relying on process.stdout.listen().cancel() process.stderr.listen().cancel() to actually close the underlying file descriptor (even if ...
6 years, 11 months ago (2014-01-08 17:42:07 UTC) #3
Bill Hesse
We have to give a process's stdout and stderr some time to send their data ...
6 years, 11 months ago (2014-01-08 17:43:53 UTC) #4
Bill Hesse
LGTM, with a suggestion. https://codereview.chromium.org/128703002/diff/90001/dart/tools/testing/dart/browser_controller.dart File dart/tools/testing/dart/browser_controller.dart (right): https://codereview.chromium.org/128703002/diff/90001/dart/tools/testing/dart/browser_controller.dart#newcode155 dart/tools/testing/dart/browser_controller.dart:155: stdoutDone.complete(); Can we put a ...
6 years, 11 months ago (2014-01-08 18:32:18 UTC) #5
Anders Johnsen
Yes, this should work. But I think Bill may be right that this timer will ...
6 years, 11 months ago (2014-01-09 06:22:28 UTC) #6
kustermann
https://codereview.chromium.org/128703002/diff/90001/dart/tools/testing/dart/browser_controller.dart File dart/tools/testing/dart/browser_controller.dart (right): https://codereview.chromium.org/128703002/diff/90001/dart/tools/testing/dart/browser_controller.dart#newcode155 dart/tools/testing/dart/browser_controller.dart:155: stdoutDone.complete(); On 2014/01/08 18:32:19, Bill Hesse wrote: > Can ...
6 years, 11 months ago (2014-01-09 08:25:35 UTC) #7
kustermann
6 years, 11 months ago (2014-01-09 09:05:15 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 manually as r31649 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698