Skip to content
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

Skip KqueueEventLoopTests.test_read_pty_output test on MacOS. #4774

Merged
merged 1 commit into from
Dec 10, 2017

Conversation

1st1
Copy link
Member

@1st1 1st1 commented Dec 9, 2017

Starting with 10.13.2 the test hangs forever. Since its already masked on OpenBSD, it seems that the problem is known and common.

@asvetlov
Copy link
Contributor

Sorry, I don't use MacOSX -- but the change looks harmless

@1st1 1st1 force-pushed the skip_hanging_test branch from f7875e2 to 2c12de5 Compare December 10, 2017 17:20
Starting with 10.13.2 the test hangs forever.
@1st1 1st1 force-pushed the skip_hanging_test branch from 2c12de5 to 2e2e263 Compare December 10, 2017 17:22
@1st1 1st1 merged commit c4d9df5 into python:master Dec 10, 2017
# Issue #20667: KqueueEventLoopTests.test_read_pty_output()
# hangs on OpenBSD 5.5
@unittest.skipIf(sys.platform.startswith('openbsd'),
'test hangs on OpenBSD')
@unittest.skipIf(sys.platform == 'darwin',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like to see the rationale for the skip. Would you to open an issue? Maybe add the bpo number in a comment?

@vstinner
Copy link
Member

Oh, I had a draft comment but I forgot to sent it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants