Chromium Code Reviews
DescriptionChange test_runner.dart to always move on in the batch runner if the batch runner crashed.
If the batch runner crashes we close the streams and restart a new
process.
The other alternative is to distinguish between a hard crash or the java
process and a soft crash where we throw an exception. On a soft crash
we can put a token in stderr, wait for stderr to drain and then restart
the process. I don't think that adds much. If there is a soft crash the
crash indication is all that really matters and we need to fix that in
any case before moving on.
R=whesse@google.com,zundel@google.com
BUG=
TEST=
Committed: https://code.google.com/p/dart/source/detail?r=5156
Patch Set 1 #
Total comments: 2
Messages
Total messages: 4 (0 generated)
|
|||||||||||||||||||