[2.7] bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) by vstinner · Pull Request #2918 · python/cpython

Conversation

@vstinner

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 12953ff)

https://bugs.python.org/issue31044

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 12953ff)

@vstinner vstinner changed the title bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) [2.7] bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915)

Jul 27, 2017

2 participants

@vstinner @the-knights-who-say-ni