mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Drop support of FreeBSD 9 and older.
This commit is contained in:
parent
b0a7a037b8
commit
13ff24582c
18 changed files with 23 additions and 108 deletions
|
@ -559,6 +559,7 @@ class PosixTester(unittest.TestCase):
|
|||
self.assertRaises(TypeError, posix.minor)
|
||||
self.assertRaises((ValueError, OverflowError), posix.minor, -1)
|
||||
|
||||
# FIXME: reenable these tests on FreeBSD with the kernel fix
|
||||
if sys.platform.startswith('freebsd') and dev >= 0x1_0000_0000:
|
||||
self.skipTest("bpo-31044: on FreeBSD CURRENT, minor() truncates "
|
||||
"64-bit dev to 32-bit")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue