cpython/Lib/test/support
Bénédikt Tran 41712c4e09
gh-139310: skip test_aead_aes_gcm for Linux kernel between 6.16.0 and 6.17.x (#139552)
Currently, Fedora 42 uses a custom Linux Kernel 6.16.9 that backported an upstream change
from 6.17-rc7 [1,3] but not its subsequent fix [2]. Until the issue is resolved upstream,
we skip the failing test `test_socket.test_aead_aes_gcm` for kernel versions between 6.16
and 6.17.x.

[1] 1b34cbbf4f
[2] d0ca0df179.
[3] 45bcf60fe4
2025-10-05 10:27:16 +02:00
..
_hypothesis_stubs gh-107862: Add property-based round-trip tests for base64 (#119406) 2025-09-17 13:40:35 +00:00
__init__.py gh-139310: skip test_aead_aes_gcm for Linux kernel between 6.16.0 and 6.17.x (#139552) 2025-10-05 10:27:16 +02:00
ast_helper.py
asynchat.py
asyncore.py
bytecode_helper.py
channels.py
hashlib_helper.py gh-137371: refactor and fortify test.support.hashlib_helper (#137375) 2025-09-10 09:14:38 +02:00
hypothesis_helper.py
i18n_helper.py
import_helper.py
logging_helper.py
numbers.py
os_helper.py
pty_helper.py
refleak_helper.py
script_helper.py
smtpd.py
socket_helper.py
strace_helper.py
testcase.py
threading_helper.py
venv.py
warnings_helper.py gh-135427: Fix DeprecationWarning for os.fork when run in threads with -Werror (GH-136796) 2025-08-26 15:33:21 +02:00