ERROR: test_tcsendbreak (test.test_termios.TestFunctions.test_tcsendbreak)
File "Lib/test/test_termios.py", line 121, in test_tcsendbreak
termios.tcsendbreak(self.fd, 1)
termios.error: (25, 'Inappropriate ioctl for device')
with skip_enotty_error(self, 'tcsendbreak',
('freebsd', 'netbsd', 'openbsd', 'cygwin')):
Bug report
test_termios.test_tcsendbreakfails on DragonFly BSD, like on OpenBSD in gh-154394:tcsendbreak()is not supported for pseudo-terminals there either, so DragonFly BSD should be added to the same skip:It was not noticed in gh-154394 because
test_termioshung earlier on DragonFly BSD, before reaching this test.Linked PRs