-
-
Notifications
You must be signed in to change notification settings - Fork 32k
test_write_pty() of test_asyncio fails on "x86 Tiger 3.x" buildbot #64671
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
Comments
http://buildbot.python.org/all/builders/x86%20Tiger%203.x/builds/7801/steps/test/logs/stdio ====================================================================== Traceback (most recent call last):
File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_asyncio/test_events.py", line 1105, in test_write_pty
self.assertEqual(b'1', data)
AssertionError: b'1' != b'' |
Well, there were other pty problems on OS X versions before Mavericks (10.9) -- let's just disable this test too using the same approach. |
FYI, besides 10.4 (Tiger), the test also fails on OS X 10.5 but appears to pass on 10.6 and later releases. |
Here is a patch to skip the tests for SelectSelector on Mac OS X older than 10.6 (Snow Leopard). @ned: Could you please try it? I don't have access to such old Mac OS X versions. (I now only have a iMac running 10.9). |
Oh, Ned told me that tests using the PollSelector are still failing. I forgot that poll() is also supported on OS X. Please try this new patch. |
With asyncio_pty_osx-2.patch, test_asyncio now passes on OS X 10.4.11 and 10.5.8. |
New changeset 21a4ebf5a170 by Victor Stinner in branch 'default': New changeset 0a71d29b970a by Victor Stinner in branch 'default': |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: