cpython/Lib/test/libregrtest
Miss Islington (bot) 19464bcd97
bpo-36719: regrtest -jN no longer stops on crash (GH-13231)
"python3 -m test -jN ..." now continues the execution of next tests
when a worker process crash (CHILD_ERROR state). Previously, the test
suite stopped immediately. Use --failfast to stop at the first error.

Moreover, --forever now also implies --failfast.
(cherry picked from commit b0917df329)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
2019-05-13 10:55:07 -07:00
..
__init__.py bpo-30822: Exclude tzdata from regrtest --all (#2775) 2017-07-20 15:46:32 +02:00
cmdline.py bpo-36719: regrtest -jN no longer stops on crash (GH-13231) 2019-05-13 10:55:07 -07:00
main.py bpo-36719: regrtest -jN no longer stops on crash (GH-13231) 2019-05-13 10:55:07 -07:00
refleak.py [3.7] bpo-36719: sync regrtest with master branch (GH-12967) 2019-04-26 12:16:30 +02:00
runtest.py bpo-36719: regrtest -jN no longer stops on crash (GH-13231) 2019-05-13 10:55:07 -07:00
runtest_mp.py bpo-36719: regrtest -jN no longer stops on crash (GH-13231) 2019-05-13 10:55:07 -07:00
save_env.py [3.7] bpo-36719: sync regrtest with master branch (GH-12967) 2019-04-26 12:16:30 +02:00
setup.py [3.7] bpo-36560: regrtest: don't collect the GC twice (GH-12747) (GH-12749) 2019-04-09 18:55:50 +02:00
utils.py [3.7] bpo-36719: sync regrtest with master branch (GH-12967) 2019-04-26 12:16:30 +02:00
win_utils.py [3.7] bpo-36719: sync regrtest with master branch (GH-12967) 2019-04-26 12:16:30 +02:00