This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Michael.Felt
Recipients David.Edelsohn, Michael.Felt, alef, delhallt, giampaolo.rodola, sable
Date 2018-01-17.09:31:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516181510.06.0.467229070634.issue11192@psf.upfronthosting.co.za>
In-reply-to
Content
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.1 TL2: (both gcc and xlc)

testGetSockOpt (test.test_socket.GeneralModuleTests) ... ok
testGetaddrinfo (test.test_socket.GeneralModuleTests) ... FAIL
testHostnameRes (test.test_socket.GeneralModuleTests) ... ok

However, what I get on all three systems (but do not see on the AIX buildbot running on AIX 7.2, and I have no access to AIX 7.2) is:

AIX 6.1:
Ran 669 tests in 25.899s

FAILED (failures=1, errors=114, skipped=119)

AIX 7.1:

Ran 669 tests in 25.917s

FAILED (errors=114, skipped=119)

What all the ERRORS have in common is:

  File "/data/prj/python/git/x067-python3-3.7/Lib/test/test_socket.py", line 2373, in setUp
    self.serv_sock.settimeout(self.fail_timeout)
AttributeError: 'SendmsgTests' object has no attribute 'serv_sock'

HTH - (and still digging)
History
Date User Action Args
2018-01-17 09:31:50Michael.Feltsetrecipients: + Michael.Felt, sable, giampaolo.rodola, alef, David.Edelsohn, delhallt
2018-01-17 09:31:50Michael.Feltsetmessageid: <1516181510.06.0.467229070634.issue11192@psf.upfronthosting.co.za>
2018-01-17 09:31:49Michael.Feltlinkissue11192 messages
2018-01-17 09:31:49Michael.Feltcreate