]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105751, test_ctypes: Remove disabled tests (#105826)
authorVictor Stinner <vstinner@python.org>
Thu, 15 Jun 2023 12:22:01 +0000 (14:22 +0200)
committerGitHub <noreply@github.com>
Thu, 15 Jun 2023 12:22:01 +0000 (12:22 +0000)
commit8f10140e74d141a0a894702044e213e6f0690d9c
treec743b578bcfe88cc8f36656439151e16cadbb114
parent09ce8c3b48f940eb8865330f029b8069854c3106
gh-105751, test_ctypes: Remove disabled tests (#105826)

* The following tests were disabled since the initial ctypes commit
  in 2006, commit babddfca758abe34ff12023f63b18d745fae7ca9:

  * Callbacks.test_char_p()
  * DeletePointerTestCase.test_X()
  * NumberTestCase.test_perf()
  * StructureTestCase.test_subclass_creation()
  * Tests.test_X() of test_byteswap

* NumberTestCase.test_bool_from_address() was disabled in 2007 by
  commit 5dc4fe09b7648f9801558e766b21a3d3b2dcad3b.
* Remove check_perf() and run_test() of test_numbers.
Lib/test/test_ctypes/test_byteswap.py
Lib/test/test_ctypes/test_callbacks.py
Lib/test/test_ctypes/test_keeprefs.py
Lib/test/test_ctypes/test_numbers.py
Lib/test/test_ctypes/test_structures.py