[Python-checkins] [python/cpython] c991eb: bpo-30258: regrtest handles child process crash (#...

GitHub noreply at github.com
Wed May 3 11:28:30 EDT 2017


  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 (Wed, 03 May 2017)

  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.




More information about the Python-checkins mailing list