Chromium Code Reviews
DescriptionDon't throw an error if a scheduled process exits early.
Early exits are expected in some cases, since a process's stdout and
stderr streams can close later than the process itself exits. Throwing
an error caused some race conditions. Instead, ScheduledProcess now
prints additional debug info if an error occurs when a test exited
earlier than expected.
R=rnystrom@google.com
BUG=15654
Committed: https://code.google.com/p/dart/source/detail?r=31686
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|
|||||||||||||||||||