commit | c991eb280e60ed25c68a5332bd8633959e9f7113 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed May 03 17:28:28 2017 +0200 |
committer | GitHub <noreply@github.com> | Wed May 03 17:28:28 2017 +0200 |
tree | 4a4c5ae88c6d1206fd1f5a7029a546822f9b8219 | |
parent | 15f8d0d360757eb14d4eb2c0fb6a5b3472cec8b3 [diff] |
bpo-30258: regrtest handles child process crash (#1431) Backport the CHILD_ERROR status from master: a test is considered as failed if a worker process running a test exited with a code different than zero. Change also the output: write stdout and stderr of the child process after the test name, instead of writing it before. accumulate_result(): don't use time of CHILD_ERROR or INTERRUPTED results.