Chromium Code Reviews
DescriptionFix issues with test.dart that appeared on Mac.
The issue was that we did not properly wait for subprocesses to
die. This was hidden by the fact that we always used exit to exit from
test.dart. I have removed all exit(0) calls from test.dart to keep us
honest. If nothing went wrong test.dart should terminate with exit
code 0 automatically.
R=ricow@google.com,ahe@google.com
BUG=dartbug.com/5644
Committed: https://code.google.com/p/dart/source/detail?r=13286
Patch Set 1 #
Total comments: 4
Messages
Total messages: 7 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||