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

Issue 12521020: Closes stdin after starting a new process for a test. (Closed)

Created:
7 years, 9 months ago by zra
Modified:
7 years, 9 months ago
CC:
reviews_dartlang.org, Ivan Posva, floitsch
Visibility:
Public.

Description

Closes stdin after starting a new process for a test. It is a mistake if a test tries to block to wait for input on stdin. If we close stdin in the test script after the test process starts, reading from stdin will indicate that a test can fail immediately rather than timing out. Committed: https://code.google.com/p/dart/source/detail?r=20386

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M tools/testing/dart/test_runner.dart View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
zra
7 years, 9 months ago (2013-03-21 21:44:59 UTC) #1
Mads Ager (google)
This seems like a good idea. However, it seems that the only reason you can ...
7 years, 9 months ago (2013-03-22 06:27:57 UTC) #2
Søren Gjesse
lgtm Regarding Mads' comment then stdin of a new process is an IOSink and it ...
7 years, 9 months ago (2013-03-22 07:06:26 UTC) #3
Mads Ager (google)
Thanks, yes I was confused about the direction here. I wonder if it still makes ...
7 years, 9 months ago (2013-03-22 07:18:55 UTC) #4
zra
Committed patchset #1 manually as r20386 (presubmit successful).
7 years, 9 months ago (2013-03-22 16:45:50 UTC) #5
zra
7 years, 9 months ago (2013-03-22 16:46:30 UTC) #6
Message was sent while issue was closed.
On 2013/03/22 16:45:50, zra wrote:
> Committed patchset #1 manually as r20386 (presubmit successful).

Thanks!

Powered by Google App Engine
This is Rietveld 408576698