Skip to content

[2.7] bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) #2918

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 27, 2017
Merged

[2.7] bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) #2918

merged 2 commits into from
Jul 27, 2017

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented 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)

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
@vstinner vstinner merged commit c2f7fb6 into python:2.7 Jul 27, 2017
@vstinner vstinner deleted the ino64_27 branch July 27, 2017 16:44
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.

2 participants