[issue20472] test_write_pty() of test_asyncio fails on x86 Tiger 3.x buildbot

2014-02-02 Thread STINNER Victor

STINNER Victor added the comment:

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).

--
keywords: +patch
Added file: http://bugs.python.org/file33875/asyncio_pty_osx.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20472
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20472] test_write_pty() of test_asyncio fails on x86 Tiger 3.x buildbot

2014-02-02 Thread STINNER Victor

STINNER Victor added the comment:

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.

--
Added file: http://bugs.python.org/file33878/asyncio_pty_osx-2.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20472
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20472] test_write_pty() of test_asyncio fails on x86 Tiger 3.x buildbot

2014-02-02 Thread Ned Deily

Ned Deily added the comment:

With asyncio_pty_osx-2.patch, test_asyncio now passes on OS X 10.4.11 and 
10.5.8.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20472
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20472] test_write_pty() of test_asyncio fails on x86 Tiger 3.x buildbot

2014-02-02 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 21a4ebf5a170 by Victor Stinner in branch 'default':
Issue #20472: test_asyncio: skip PTY tests on Mac OS X older than 10.6
http://hg.python.org/cpython/rev/21a4ebf5a170

New changeset 0a71d29b970a by Victor Stinner in branch 'default':
Issue #20472: asyncio: Adjust the note about Mac OS X on PTY, specify that it
http://hg.python.org/cpython/rev/0a71d29b970a

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20472
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20472] test_write_pty() of test_asyncio fails on x86 Tiger 3.x buildbot

2014-02-02 Thread STINNER Victor

Changes by STINNER Victor victor.stin...@gmail.com:


--
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20472
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20472] test_write_pty() of test_asyncio fails on x86 Tiger 3.x buildbot

2014-02-01 Thread Ned Deily

Ned Deily added the comment:

FYI, besides 10.4 (Tiger), the test also fails on OS X 10.5 but appears to pass 
on 10.6 and later releases.

--
nosy: +ned.deily

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20472
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20472] test_write_pty() of test_asyncio fails on x86 Tiger 3.x buildbot

2014-01-31 Thread STINNER Victor

New submission from STINNER Victor:

http://buildbot.python.org/all/builders/x86%20Tiger%203.x/builds/7801/steps/test/logs/stdio

==
FAIL: test_write_pty (test.test_asyncio.test_events.PollEventLoopTests)
--
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''

--
messages: 209870
nosy: gvanrossum, haypo, pitrou
priority: normal
severity: normal
status: open
title: test_write_pty() of test_asyncio fails on x86 Tiger 3.x buildbot

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20472
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20472] test_write_pty() of test_asyncio fails on x86 Tiger 3.x buildbot

2014-01-31 Thread Guido van Rossum

Guido van Rossum added the comment:

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.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20472
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com