cpython/Lib/ctypes/test
Martin Panter 32d74e1d73 Remove disabled ctypes test
The test was commented out in 2005 before ctypes was added to Python, because
the “cdll” attribute loading feature “will no longer work this way”:
http://svn.python.org/view?view=revision&revision=49102
2016-09-29 02:50:20 +00:00
..
__init__.py Issue #19493: Backport 6f63fff5c120 2014-06-13 14:40:16 -05:00
runtests.py #18741: fix more typos. Patch by Févry Thibault. 2013-08-17 16:07:38 +03:00
test_anon.py convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
test_array_in_pointer.py Get rid of buffer() in test_ctypes: backport the 3.x tests. 2010-03-22 15:02:46 +00:00
test_arrays.py Issue #19023: Document ctypes array and pointer classes 2016-01-29 10:12:19 +00:00
test_as_parameter.py Issue #19493: Backport 6f63fff5c120 2014-06-13 14:40:16 -05:00
test_bitfields.py Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch 2015-07-29 14:37:17 +02:00
test_buffers.py Issue #19493: Backport 6f63fff5c120 2014-06-13 14:40:16 -05:00
test_byteswap.py Issue #19493: Backport 6f63fff5c120 2014-06-13 14:40:16 -05:00
test_callbacks.py Issue #20160: Handled passing of large structs to callbacks correctly. 2016-08-05 21:10:26 +01:00
test_cast.py Issue #19493: Backport 6f63fff5c120 2014-06-13 14:40:16 -05:00
test_cfuncs.py Issue #19493: Backport 6f63fff5c120 2014-06-13 14:40:16 -05:00
test_checkretval.py Issue #19493: Backport 6f63fff5c120 2014-06-13 14:40:16 -05:00
test_delattr.py Issue #1642: Fix segfault in ctypes when trying to delete attributes. 2007-12-18 19:00:34 +00:00
test_errno.py Partial revert of r80556 (Issue #7449, part 5, fix ctypes test) 2010-04-27 23:33:58 +00:00
test_find.py Remove disabled ctypes test 2016-09-29 02:50:20 +00:00
test_frombuffer.py Issue #19591: Use specific asserts in ctype tests. 2013-11-17 00:06:02 +02:00
test_funcptr.py Issue #19591: Use specific asserts in ctype tests. 2013-11-17 00:06:02 +02:00
test_functions.py Issue #19493: Backport 6f63fff5c120 2014-06-13 14:40:16 -05:00
test_incomplete.py convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
test_init.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 12:34:31 +02:00
test_internals.py Avoid hardcoding refcounts in tests. 2010-03-17 17:36:16 +00:00
test_keeprefs.py Issue #19493: Backport 6f63fff5c120 2014-06-13 14:40:16 -05:00
test_libc.py convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
test_loading.py Issue #19493: Backport 6f63fff5c120 2014-06-13 14:40:16 -05:00
test_macholib.py Issue #19493: Backport 6f63fff5c120 2014-06-13 14:40:16 -05:00
test_memfunctions.py Issue #19493: Backport 6f63fff5c120 2014-06-13 14:40:16 -05:00
test_numbers.py Issue #27626: Spelling fixes in docs, comments and internal names 2016-07-28 01:11:04 +00:00
test_objects.py Issue #19493: Backport 6f63fff5c120 2014-06-13 14:40:16 -05:00
test_parameters.py Issue #19493: Backport 6f63fff5c120 2014-06-13 14:40:16 -05:00
test_pep3118.py support pep 3118 format strings for ctypes objects with nontrivial shapes (closes #10744) 2014-05-17 14:57:10 -07:00
test_pickling.py Issue #22777: Test pickling with all protocols. 2014-12-15 14:02:43 +02:00
test_pointers.py Issue #19023: Document ctypes array and pointer classes 2016-01-29 10:12:19 +00:00
test_prototypes.py Issue #19493: Backport 6f63fff5c120 2014-06-13 14:40:16 -05:00
test_python_api.py Issue #19493: Fix two uses of ctypes.test.requires (it's not a decorator) 2014-07-23 14:29:25 -05:00
test_random_things.py Issue #25523: Backported a-to-an corrections. 2015-11-02 15:06:09 +02:00
test_refcounts.py Issue #19591: Use specific asserts in ctype tests. 2013-11-17 00:06:02 +02:00
test_repr.py convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
test_returnfuncptrs.py Fix test_from_dll* in test_returnfuncptrs.py. 2013-02-07 14:57:53 +02:00
test_simplesubclasses.py convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
test_sizes.py Adds c_ssize_t to ctypes. issue 6729. 2010-03-01 04:56:12 +00:00
test_slicing.py Issue #19493: Backport 6f63fff5c120 2014-06-13 14:40:16 -05:00
test_stringptr.py convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
test_strings.py Issue #19493: Backport 6f63fff5c120 2014-06-13 14:40:16 -05:00
test_struct_fields.py convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
test_structures.py Issue #27626: Spelling fixes in docs, comments and internal names 2016-07-28 01:11:04 +00:00
test_unaligned_structures.py convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
test_unicode.py Issue #19493: Backport 6f63fff5c120 2014-06-13 14:40:16 -05:00
test_values.py Issue #25622: Rename to PythonValuesTestCase and enable for non-Windows 2015-11-26 02:36:26 +00:00
test_varsize_struct.py convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
test_win32.py Issue #25582: Fixed 100 MB memory leak in test_ctypes. 2015-11-09 22:31:10 +02:00
test_wintypes.py Issue #19493: Backport 6f63fff5c120 2014-06-13 14:40:16 -05:00