cpython/Lib/ctypes/test
Miss Islington (bot) 8643cfd918
[3.11] gh-72463: Fix ctypes/test_loading.py so that test_find reports skipped (GH-18312) (GH-116137)
(cherry picked from commit 04d1000071)

Co-authored-by: Michael Felt <aixtools@users.noreply.github.com>
2024-02-29 19:48:38 +00:00
..
__init__.py
__main__.py
test_anon.py
test_array_in_pointer.py
test_arrays.py [3.11] Enable ruff on several more files in Lib/test (#110929) (#110935) 2023-10-16 23:17:59 +03:00
test_as_parameter.py [3.11] gh-107461 ctypes: Add a testcase for nested _as_parameter_ lookup (GH-107462) (GH-114859) 2024-02-01 12:08:52 +00:00
test_bitfields.py bpo-46913: Skip test_ctypes.test_shorts() on UBSan (GH-31674) 2022-03-04 00:41:57 +01:00
test_buffers.py
test_bytes.py
test_byteswap.py [3.11] gh-105102: Fix nested unions in structures when the system byteorder is the opposite (GH-105106) (GH-114205) 2024-01-17 19:58:28 +00:00
test_callbacks.py [3.11] gh-105751: Remove obsolete object base class in some ctypes tests (GH-107460) (#107502) 2023-07-31 16:40:47 +02:00
test_cast.py
test_cfuncs.py gh-84461: Fix ctypes and test_ctypes on Emscripten (GH-94142) 2022-06-24 04:17:21 -07:00
test_checkretval.py
test_delattr.py
test_errno.py
test_find.py [3.11] gh-114257: Ignore the FileNotFound error in ctypes.util._is_elf() (GH-114394) (GH-114445) 2024-01-22 18:10:44 +00:00
test_frombuffer.py
test_funcptr.py
test_functions.py [3.11] Enable ruff on several more files in Lib/test (#110929) (#110935) 2023-10-16 23:17:59 +03:00
test_incomplete.py
test_init.py
test_internals.py
test_keeprefs.py [3.11] Revert "gh-46376: Return existing pointer when possible in ctypes (GH-107131) (GH-107488)" (#108412) 2023-08-24 13:26:19 +02:00
test_libc.py
test_loading.py [3.11] gh-72463: Fix ctypes/test_loading.py so that test_find reports skipped (GH-18312) (GH-116137) 2024-02-29 19:48:38 +00:00
test_macholib.py gh-91265: Make old ctypes.macholib tests runned by python -m test (gh-32094) 2022-04-18 09:27:09 +02:00
test_memfunctions.py
test_numbers.py [3.11] gh-105751: Remove obsolete object base class in some ctypes tests (GH-107460) (#107502) 2023-07-31 16:40:47 +02:00
test_objects.py
test_parameters.py [3.11] gh-105751: Remove obsolete object base class in some ctypes tests (GH-107460) (#107502) 2023-07-31 16:40:47 +02:00
test_pep3118.py [3.11] gh-76963: PEP3118 itemsize of an empty ctypes array should not be 0 (GH-5576) (GH-100452) 2022-12-23 08:56:20 +00:00
test_pickling.py
test_pointers.py
test_prototypes.py
test_python_api.py bpo-46584: remove check for py2.3 from ctypes/test_python_api (GH-31024) 2022-02-01 05:56:25 -08:00
test_random_things.py
test_refcounts.py GH-81061: Fix refcount issue when returning None from a ctypes.py_object callback (GH-13364) 2023-01-09 08:06:17 -08:00
test_repr.py
test_returnfuncptrs.py
test_simplesubclasses.py
test_sizes.py
test_slicing.py
test_stringptr.py
test_strings.py bpo-45082: Cleanup ctypes.c_buffer alias (GH-28129) 2021-09-02 19:02:03 +02:00
test_struct_fields.py gh-78878: Fix crash when creating an instance of _ctypes.CField (GH-14837) 2022-12-21 10:02:05 -08:00
test_structures.py [3.11] gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959) (#113167) 2024-01-05 16:38:20 +01:00
test_unaligned_structures.py
test_unicode.py
test_values.py bpo-46748: Fix ctypes test_frozentable() (GH-31600) 2022-02-27 00:25:46 +01:00
test_varsize_struct.py
test_win32.py
test_wintypes.py