]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) (#2918)
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 27 Jul 2017 16:44:43 +0000 (18:44 +0200)
committerGitHub <noreply@github.com>
Thu, 27 Jul 2017 16:44:43 +0000 (18:44 +0200)
commitc2f7fb61511456c62877592988b31714cb8ba266
tree77dfdcfbe7f00dcfaf25f1ec07a5876b5d0fc47b
parentfd6736d17901e539d6a9ddf50a9927a3a97a9c06
[2.7] bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) (#2918)

* bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915)

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)

* Fix syntax for Python 2.7
Lib/test/test_posix.py