cpython/Lib/test/libregrtest
Victor Stinner 5f660e8e2c
gh-121084: Fix test_typing random leaks (#121360)
Clear typing ABC caches when running tests for refleaks (-R option):
call _abc_caches_clear() on typing abstract classes and their
subclasses.
2024-07-04 19:38:30 +02:00
..
__init__.py
cmdline.py gh-119727: Add --single-process option to regrtest (#119728) 2024-06-03 16:34:36 +00:00
filter.py gh-110918: Fix side effects of regrtest test_match_tests() (#116718) 2024-03-13 14:20:33 +01:00
findtests.py gh-108303: Move all pydoc related test files to new test.test_pydoc package (#114506) 2024-02-13 11:40:40 +01:00
logger.py
main.py gh-119727: Add --single-process option to regrtest (#119728) 2024-06-03 16:34:36 +00:00
mypy.ini
pgo.py
refleak.py gh-121084: Call _abc_registry_clear() when checking refleaks (#121191) 2024-07-01 11:03:33 +02:00
result.py
results.py gh-119050: Add type hints to libregrtest/results.py (#119144) 2024-05-18 16:21:05 -04:00
run_workers.py Move get_signal_name() to test.support (#121251) 2024-07-02 10:34:13 +02:00
runtests.py gh-115122: Add --bisect option to regrtest (#115123) 2024-02-18 20:06:39 +00:00
save_env.py
setup.py
single.py gh-119050: Add XML support to libregrtest refleak checker (#119148) 2024-05-20 17:05:39 -04:00
testresult.py gh-121188: Sanitize invalid XML characters in regrtest (#121195) 2024-07-01 08:30:33 +00:00
tsan.py GH-112536: Add more TSan tests (#116911) 2024-03-17 09:47:14 +01:00
utils.py gh-121084: Fix test_typing random leaks (#121360) 2024-07-04 19:38:30 +02:00
win_utils.py gh-116103: Prevent error in WindowsLoadTracker.__del__ on permission error (GH-116105) 2024-02-29 11:40:18 +01:00
worker.py gh-119727: Add --single-process option to regrtest (#119728) 2024-06-03 16:34:36 +00:00