[issue11192] test_socket error on AIX

2019-06-19 Thread Michael Felt
Change by Michael Felt : -- pull_requests: +14073 pull_request: https://github.com/python/cpython/pull/14237 ___ Python tracker ___

[issue11192] test_socket error on AIX

2019-03-12 Thread Michael Felt
Change by Michael Felt : -- versions: -Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue11192] test_socket error on AIX

2019-03-11 Thread Michael Felt
Michael Felt added the comment: On 10/03/2019 19:40, Michael Felt wrote: > Michael Felt added the comment: > > Could this also be backported to Version 3.7 and 3.6 (I do not expect it to > be backported to 2.7, but I had mistakenly removed it 2.7 when I changed it > to 3.8 - and should have

[issue11192] test_socket error on AIX

2019-03-10 Thread Michael Felt
Michael Felt added the comment: Could this also be backported to Version 3.7 and 3.6 (I do not expect it to be backported to 2.7, but I had mistakenly removed it 2.7 when I changed it to 3.8 - and should have added 3.6 and 3.7 then). -- versions: +Python 2.7, Python 3.6, Python 3.7

[issue11192] test_socket error on AIX

2018-12-28 Thread Nick Coghlan
Change by Nick Coghlan : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue11192] test_socket error on AIX

2018-12-25 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset 5661459f5f508ea4bd24c13cbc861543f283147e by Nick Coghlan (Michael Felt) in branch 'master': bpo-11192: Skip unsupported cases in test_socket on AIX (GH-8954) https://github.com/python/cpython/commit/5661459f5f508ea4bd24c13cbc861543f283147e -

[issue11192] test_socket error on AIX

2018-09-13 Thread Michael Felt
Change by Michael Felt : -- pull_requests: +8686 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue11192] test_socket error on AIX

2018-09-10 Thread Michael Felt
Change by Michael Felt : -- components: +Tests type: -> behavior versions: +Python 3.8 -Python 3.7 ___ Python tracker ___ ___ Pytho

[issue11192] test_socket error on AIX

2018-08-27 Thread Michael Felt
Change by Michael Felt : -- keywords: +patch pull_requests: +8430 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-lis

[issue11192] test_socket error on AIX

2018-08-23 Thread Michael Felt
Michael Felt added the comment: I nearly have a patch - to resolve all the remaining test_socket() issues with AIX. However, this (new?) issue remains: f = lambda a: inet_pton(AF_INET6, a) assertInvalid = lambda a: self.assertRaises( (OSError, ValueError), f, a

[issue11192] test_socket error on AIX

2018-08-14 Thread Michael Felt
Michael Felt added the comment: The original error reported was fixed by AIX - in AIX 6.1. It will remain unresolved in AIX 5.3. There are currently two other errors in test_socket. FAIL: test_getnameinfo_ipv6_scopeid_symbolic (test.test_socket.GeneralModuleTests) --

[issue11192] test_socket error on AIX

2018-01-17 Thread Michael Felt
Michael Felt added the comment: I have tried jumping into the pdp using but do not come much further in understanding how the expectations expressed in these comments are satisfied: +2153 # Tests for the sendmsg()/recvmsg() interface. Where possible, the +2154 # same test code is used wi

[issue11192] test_socket error on AIX

2018-01-17 Thread Michael Felt
Michael Felt added the comment: Back to master (python3-3.7) (note: not your problem - but this link is gone: not a python problem, see closed aix issue http://www-01.ibm.com/support/docview.wss?uid=isg1IZ57712) Getting this (obviously) on AIX 5.3, but also on AIX 6.1 (TL6), but not on AIX 7

[issue11192] test_socket error on AIX

2016-07-25 Thread Michael Felt
Michael Felt added the comment: FYI: test fails on AIX 5.3 TL7 SP0 (as expected. The IBM document refers to 5.3 TL8) On AIX 6.1 TL9 SP5 (and probably earlier) the test passes. IMHO - can be closed (and README.AIX can be updated). michael@x071:[/data/prj/aixtools/python/python-2.7.11.5/Lib/tes

[issue11192] test_socket error on AIX

2013-06-18 Thread David Edelsohn
Changes by David Edelsohn : -- nosy: +David.Edelsohn ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue11192] test_socket error on AIX

2013-06-18 Thread alef
alef added the comment: Same error with Python 2.7.3 on AIX 6.1 -- versions: +Python 2.7 ___ Python tracker ___ ___ Python-bugs-list m

[issue11192] test_socket error on AIX

2013-06-14 Thread Delhallt
Delhallt added the comment: not a python problem, see closed aix issue http://www-01.ibm.com/support/docview.wss?uid=isg1IZ57712 -- nosy: +delhallt ___ Python tracker ___ __

[issue11192] test_socket error on AIX

2013-03-14 Thread alef
Changes by alef : -- nosy: +alef ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman

[issue11192] test_socket error on AIX

2011-02-16 Thread Sébastien Sablé
Sébastien Sablé added the comment: I am not sure this is directly related, but test_socket.py will hang forever on AIX 6.1 when this script is run as part of "make buildbottest". It won't hang when running the script alone. -- ___ Python tracker <

[issue11192] test_socket error on AIX

2011-02-11 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +giampaolo.rodola ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue11192] test_socket error on AIX

2011-02-11 Thread Sébastien Sablé
New submission from Sébastien Sablé : I have the following error in test_socket on AIX: == FAIL: testGetaddrinfo (__main__.GeneralModuleTests) -- Traceback (mos