]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) (#2917)
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 27 Jul 2017 16:42:11 +0000 (18:42 +0200)
committerGitHub <noreply@github.com>
Thu, 27 Jul 2017 16:42:11 +0000 (18:42 +0200)
commit54cb3400e500f99bd57a0273aa7ef84ffd37558e
treeb625c37eb5be680ef37d5f3a646166d6a340a721
parentd019c7965d411b2132f68ed6bb33e538b4d9eba3
bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) (#2917)

There is a bug in FreeBSD CURRENT with 64-bit dev_t. Skip the test if
dev_t is larger than 32-bit, until the bug is fixed in FreeBSD
CURRENT.
(cherry picked from commit 12953ffe12ac781332b384c36b25d12216b1db62)
Lib/test/test_posix.py