cpython/Lib/test/libregrtest
Ronald Oussoren 5adff3f86f
gh-80931: Skip some socket tests while hunting for refleaks on macOS (#114057)
Some socket tests related to sending file descriptors cause a file descriptor leak on macOS, all of them tests that send one or more descriptors than cannot be received on the read end.  This appears to be a platform bug.

This PR skips those tests when doing a refleak test run to avoid hiding other problems.
2024-01-21 11:25:15 +01:00
..
__init__.py
cmdline.py
filter.py
findtests.py gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest/` (#112109) 2024-01-18 16:58:11 +01:00
logger.py
main.py
mypy.ini
pgo.py
refleak.py gh-80931: Skip some socket tests while hunting for refleaks on macOS (#114057) 2024-01-21 11:25:15 +01:00
result.py
results.py
run_workers.py
runtests.py
save_env.py
setup.py
single.py
testresult.py
utils.py
win_utils.py
worker.py