Skip to content

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

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:ino64
Jul 27, 2017
Merged

bpo-31044: Skip test_posix.test_makedev() on FreeBSD#2915
vstinner merged 1 commit into
python:masterfrom
vstinner:ino64

Conversation

@vstinner

@vstinner vstinner commented Jul 27, 2017

Copy link
Copy Markdown
Member

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.

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.
@vstinner vstinner merged commit 12953ff into python:master Jul 27, 2017
@vstinner vstinner deleted the ino64 branch July 27, 2017 14:55
vstinner added a commit that referenced this pull request Jul 27, 2017
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 added a commit that referenced this pull request Jul 27, 2017
…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 12953ff)

* Fix syntax for Python 2.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants