Skip to content

bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. #462

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
Mar 4, 2017

Conversation

ned-deily
Copy link
Member

Skip some tests of select.poll when running on macOS due to unresolved issues with the underlying system poll function on some macOS versions.

Skip some tests of select.poll when running on macOS due to unresolved
issues with the underlying system poll function on some macOS versions.
@mention-bot
Copy link

@ned-deily, thanks for your PR! By analyzing the history of the files in this pull request, we identified @Haypo, @giampaolo, @cf-natali, @ezio-melotti and @tiran to be potential reviewers.

@ned-deily ned-deily merged commit de04644 into python:master Mar 4, 2017
@ned-deily ned-deily deleted the bpo-28087 branch March 4, 2017 11:00
ned-deily added a commit to ned-deily/cpython that referenced this pull request Mar 4, 2017
…ython#462)

* bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS

Skip some tests of select.poll when running on macOS due to unresolved
issues with the underlying system poll function on some macOS versions.

(cherry picked from commit de04644)
vstinner added a commit that referenced this pull request Apr 3, 2017
…462) (#973)

* bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS

Skip some tests of select.poll when running on macOS due to unresolved
issues with the underlying system poll function on some macOS versions.

(cherry picked from commit de04644)
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