[issue22397] test_socket failure on AIX

2015-08-03 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- resolution: - fixed stage: needs patch - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22397 ___

[issue22397] test_socket failure on AIX

2015-08-03 Thread STINNER Victor
STINNER Victor added the comment: I'm not interested to investigate the issue on AIX. IMHO the feature is just not supported by the kernel so there is nothing to investigate except if you want to hack AIX kernel. -- title: test_socket not running all tests on AIX - test_socket failure

[issue22397] test_socket failure on AIX

2015-08-02 Thread Robert Collins
Robert Collins added the comment: I've updated the ref in the patch to this bug per Victor's comments, and applied. I'm not sure of protocol here. Do we close this ticket, or keep it open to analyze the actual cause? -- nosy: +rbcollins ___ Python

[issue22397] test_socket failure on AIX

2015-08-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset e48826904e63 by Robert Collins in branch '3.4': Issue #22397: Skip failing tests on AIX https://hg.python.org/cpython/rev/e48826904e63 New changeset a12d29f87e4c by Robert Collins in branch '3.5': Issue #22397: Skip failing tests on AIX

[issue22397] test_socket failure on AIX

2015-04-16 Thread David Watson
Changes by David Watson bai...@users.sourceforge.net: -- nosy: +baikie ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22397 ___ ___

[issue22397] test_socket failure on AIX

2014-09-30 Thread David Edelsohn
Changes by David Edelsohn dje@gmail.com: -- nosy: +haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22397 ___ ___ Python-bugs-list mailing

[issue22397] test_socket failure on AIX

2014-09-30 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: LGTM. -- nosy: +serhiy.storchaka stage: - commit review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22397 ___

[issue22397] test_socket failure on AIX

2014-09-30 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: See also issue11192. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22397 ___ ___ Python-bugs-list mailing

[issue22397] test_socket failure on AIX

2014-09-30 Thread STINNER Victor
STINNER Victor added the comment: Current test_socket failures on PPC64 AIX 3.x buildbot: http://buildbot.python.org/all/builders/PPC64%20AIX%203.x/builds/2672/steps/test/logs/stdio == ERROR: testFDPassSeparateMinSpace

[issue22397] test_socket failure on AIX

2014-09-30 Thread STINNER Victor
STINNER Victor added the comment: Failing tests: * testFDPassSeparateMinSpace (test.test_socket.RecvmsgSCMRightsStreamTest) * testFDPassSeparate (test.test_socket.RecvmsgIntoSCMRightsStreamTest) * testFDPassSeparateMinSpace (test.test_socket.RecvmsgIntoSCMRightsStreamTest) * testFDPassSeparate

[issue22397] test_socket failure on AIX

2014-09-30 Thread STINNER Victor
STINNER Victor added the comment: The testFDPassSimple pass: it's possible to pass a file descriptor between two processes. Hum. The testMultipleFDPass test also pass: it's possible to pass multiple file descriptors. Both tests use SCM_RIGHTS. The testCMSG_SPACE test also pass. It looks like

[issue22397] test_socket failure on AIX

2014-09-12 Thread David Edelsohn
New submission from David Edelsohn: AIX has the same test_socket problem with FDPassSeparate as Darwin in Issue12958 so skip some tests. -- components: Library (Lib) files: 12958_aix.patch keywords: patch messages: 226837 nosy: David.Edelsohn, pitrou priority: normal severity: normal

[issue22397] test_socket failure on AIX

2014-09-12 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- nosy: +ncoghlan ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22397 ___ ___ Python-bugs-list