Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: c991eb280e60ed25c68a5332bd8633959e9f7113 https://github.com/python/cpython/commit/c991eb280e60ed25c68a5332bd8633959e9f7113 Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年05月03日 (2017年5月03日) Changed paths: M Lib/test/regrtest.py Log Message: ----------- 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.