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 gh-136285: Improve pickle protocol testing in test_interpreters (#136286) 2025-07-06 07:35:30 +00:00
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 gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-133482) 2025-05-21 07:23:48 -06:00
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 gh-133677: Fix tests when running in non-UTF-8 locale (GH-133865) 2025-05-12 19:09:11 +03:00
testcase.py
threading_helper.py gh-116738: Make grp module thread-safe (#135434) 2025-07-14 11:18:41 -07:00
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