]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-83994, gh-132843: Fix and improve test_ioctl (GH-132848) (GH-132850)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 23 Apr 2025 19:17:51 +0000 (22:17 +0300)
committerGitHub <noreply@github.com>
Wed, 23 Apr 2025 19:17:51 +0000 (19:17 +0000)
commitf8d4ca42ae2b0da9e3df65884b6e55f2e4035070
tree5c431d0652f6643aaa49bd479d9a25cd68b1777b
parentabbc44c55745184a91112a273934c1803c946bea
[3.13] gh-83994, gh-132843: Fix and improve test_ioctl (GH-132848) (GH-132850)

* Skip test_ioctl_tcflush if termios.TCFLSH is not available.
* Do not skip ALL ioctl() tests when /dev/tty is not available.
(cherry picked from commit 4b4b9fbb06198f65424ed5be06c59f8b2801b99b)
Lib/test/test_ioctl.py