cpython/Lib/test/libregrtest
Victor Stinner 75120d2205
bpo-36719: regrtest always detect uncollectable objects (GH-12951)
regrtest now always detects uncollectable objects. Previously, the
check was only enabled by --findleaks. The check now also works with
-jN/--multiprocess N.

--findleaks becomes a deprecated alias to --fail-env-changed.
2019-04-26 09:28:53 +02:00
..
__init__.py bpo-30822: Exclude tzdata from regrtest --all (#2775) 2017-07-20 15:46:32 +02:00
cmdline.py bpo-36719: regrtest always detect uncollectable objects (GH-12951) 2019-04-26 09:28:53 +02:00
main.py bpo-36719: regrtest always detect uncollectable objects (GH-12951) 2019-04-26 09:28:53 +02:00
refleak.py bpo-36725: regrtest: add TestResult type (GH-12960) 2019-04-26 04:08:53 +02:00
runtest.py bpo-36719: regrtest always detect uncollectable objects (GH-12951) 2019-04-26 09:28:53 +02:00
runtest_mp.py bpo-36725: Refactor regrtest multiprocessing code (GH-12961) 2019-04-26 08:40:25 +02:00
save_env.py bpo-36725: regrtest: add TestResult type (GH-12960) 2019-04-26 04:08:53 +02:00
setup.py bpo-36560: Fix reference leak hunting in regrtest (GH-12744) 2019-04-09 14:23:47 +02:00
utils.py bpo-36725: regrtest: add TestResult type (GH-12960) 2019-04-26 04:08:53 +02:00
win_utils.py bpo-36725: regrtest: add TestResult type (GH-12960) 2019-04-26 04:08:53 +02:00