cpython/Lib/test/libregrtest
Victor Stinner 21a0a6c9f8 threading_cleanup() failure marks test as ENV_CHANGED (#2500)
If threading_cleanup() fails to cleanup threads, set a a new
support.environment_altered flag to true, flag uses by save_env which
is used by regrtest to check if a test altered the environment. At
the end, the test file fails with ENV_CHANGED instead of SUCCESS, to
report that it altered the environment.
2017-06-30 10:59:52 +02:00
..
__init__.py
cmdline.py bpo-30764: regrtest: add --fail-env-changed option (#2402) 2017-06-26 18:33:19 +02:00
main.py bpo-30764: regrtest: add --fail-env-changed option (#2402) 2017-06-26 18:33:19 +02:00
refleak.py bpo-30776: regrtest: reduce memleak false positive (#2484) 2017-06-29 10:32:49 +02:00
runtest.py threading_cleanup() failure marks test as ENV_CHANGED (#2500) 2017-06-30 10:59:52 +02:00
runtest_mp.py bpo-30258: regrtest: Fix run_tests_multiprocess() (#1479) 2017-05-09 11:34:01 +02:00
save_env.py threading_cleanup() failure marks test as ENV_CHANGED (#2500) 2017-06-30 10:59:52 +02:00
setup.py