]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
regrtest: don't fail immediately if a child does crash
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 6 Feb 2017 11:42:00 +0000 (12:42 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 6 Feb 2017 11:42:00 +0000 (12:42 +0100)
commit5bad70def671612835d1fdacd83f8534920f4dcd
treeb80b13b2f7bd3b431281b2d4ee9ed77f62c69e21
parent7b620a448e95387cdd79c56937a700deb6079b14
regrtest: don't fail immediately if a child does crash

Issue #29362: Catch a crash of a worker process as a normal failure and
continue to run next tests. It allows to get the usual test summary: single
line result (OK/FAIL), total duration, etc.
Lib/test/libregrtest/main.py
Lib/test/libregrtest/runtest_mp.py
Lib/test/test_regrtest.py