[issue19750] test_asyncio.test_unix_events constructor failures on AIX

2013-12-12 Thread STINNER Victor
STINNER Victor added the comment: The initial test failure have been fixed, so I'm closing the issue. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue19750] test_asyncio.test_unix_events constructor failures on AIX

2013-11-25 Thread STINNER Victor
STINNER Victor added the comment: I posted it here because the only change of this build is the changeset 871d496fa06cfeae5f00478035b8ec6703d43ee2. http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/7595/ I will to see if the failure reappears before opened in a new issue. ---

[issue19750] test_asyncio.test_unix_events constructor failures on AIX

2013-11-25 Thread Guido van Rossum
Guido van Rossum added the comment: That's not even in test_asyncio. It also doesn't belong in this bug (which is for AIX). -- ___ Python tracker ___ __

[issue19750] test_asyncio.test_unix_events constructor failures on AIX

2013-11-25 Thread STINNER Victor
STINNER Victor added the comment: Sporadic failure (test failed and then passed), probably unrelated to your commit: http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/7595/steps/test/logs/stdio == ERROR: test

[issue19750] test_asyncio.test_unix_events constructor failures on AIX

2013-11-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 871d496fa06c by Guido van Rossum in branch 'default': asyncio: Change mock pipe to mock socket. Hope to fix issue 19750. http://hg.python.org/cpython/rev/871d496fa06c -- nosy: +python-dev ___ Python track

[issue19750] test_asyncio.test_unix_events constructor failures on AIX

2013-11-24 Thread Guido van Rossum
Guido van Rossum added the comment: Can you try this patch? diff -r 14cbf01b1929 tests/test_unix_events.py --- a/tests/test_unix_events.py Sun Nov 24 11:04:44 2013 -0800 +++ b/tests/test_unix_events.py Sun Nov 24 12:28:42 2013 -0800 @@ -379,7 +379,7 @@ fstat_patcher = unittest.mock.patc

[issue19750] test_asyncio.test_unix_events constructor failures on AIX

2013-11-24 Thread STINNER Victor
STINNER Victor added the comment: Oh, this failure is probably related to this comment in unix_events.py: # On AIX, the reader trick only works for sockets. # On other platforms it works for pipes and sockets. # (Exception: OS X 10.4? Issue #19294.) if is_socket

[issue19750] test_asyncio.test_unix_events constructor failures on AIX

2013-11-24 Thread STINNER Victor
New submission from STINNER Victor: buildbot.python.org/all/builders/PPC64 AIX 3.x/builds/1138/steps/test/logs/stdio == FAIL: test_ctor (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) -