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 gh-109413: Run mypy on `libregrtest` in CI (#112558) 2023-11-30 23:00:14 +00:00
filter.py gh-111165: Move test running code from test.support to libregrtest (GH-111166) 2023-10-25 12:41:21 +03:00
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 gh-108927: Fix removing testing modules from sys.modules (GH-108952) 2023-12-04 15:43:27 +00:00
mypy.ini gh-109413: libregrtest: enable mypy's `--strict-optional` check on most files (#112586) 2023-12-01 14:54:33 +00:00
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 gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710) 2023-11-10 18:17:45 +01:00
results.py gh-109413: libregrtest: enable mypy's `--strict-optional` check on most files (#112586) 2023-12-01 14:54:33 +00:00
run_workers.py gh-109413: regrtest: add WorkerRunTests class (#112588) 2023-12-01 13:46:50 +00:00
runtests.py gh-109413: regrtest: add WorkerRunTests class (#112588) 2023-12-01 13:46:50 +00:00
save_env.py
setup.py gh-109413: Run mypy on `libregrtest` in CI (#112558) 2023-11-30 23:00:14 +00:00
single.py gh-108927: Fix removing testing modules from sys.modules (GH-108952) 2023-12-04 15:43:27 +00:00
testresult.py gh-111165: Move test running code from test.support to libregrtest (GH-111166) 2023-10-25 12:41:21 +03:00
utils.py gh-112536: Add support for thread sanitizer (TSAN) (gh-112648) 2023-12-30 17:17:02 +09:00
win_utils.py
worker.py gh-109413: regrtest: add WorkerRunTests class (#112588) 2023-12-01 13:46:50 +00:00