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.

classification
Title: test_asyncore fails on AIX
Type: Stage:
Components: Versions: Python 3.2, Python 3.3, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: giampaolo.rodola Nosy List: giampaolo.rodola, sable
Priority: normal Keywords:

Created on 2011-02-14 17:36 by sable, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg128563 - (view) Author: Sébastien Sablé (sable) Date: 2011-02-14 17:36
When running test_asyncore on AIX, I get the following error:

[122/337] test_asyncore
test test_asyncore failed -- Traceback (most recent call last):
  File "/san_cis/home/cis/.buildbot/python-aix6/3.x.phenix.xlc/build/Lib/test/test_asyncore.py", line 332, in test_strerror
    self.assertIn("unknown error", err.lower())
AssertionError: 'unknown error' not found in 'error -1 occurred.'

I haven't investigated yet.
msg128567 - (view) Author: Giampaolo Rodola' (giampaolo.rodola) * (Python committer) Date: 2011-02-14 17:48
I'd say the test can be removed. It's not really important.
msg129414 - (view) Author: Giampaolo Rodola' (giampaolo.rodola) * (Python committer) Date: 2011-02-25 20:08
Fixed in r88604, r88605, r88606
History
Date User Action Args
2022-04-11 14:57:12adminsetgithub: 55423
2011-02-25 20:08:08giampaolo.rodolasetstatus: open -> closed

messages: + msg129414
resolution: fixed
versions: + Python 2.7, Python 3.3
2011-02-14 17:48:54giampaolo.rodolasetassignee: giampaolo.rodola
messages: + msg128567
2011-02-14 17:39:29pitrousetnosy: + giampaolo.rodola
2011-02-14 17:36:07sablecreate