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 sable
Recipients sable
Date 2011-02-14.17:36:07
SpamBayes Score 0.00092691847
Marked as misclassified No
Message-id <1297704969.57.0.151116878107.issue11214@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-02-14 17:36:09sablesetrecipients: + sable
2011-02-14 17:36:09sablesetmessageid: <1297704969.57.0.151116878107.issue11214@psf.upfronthosting.co.za>
2011-02-14 17:36:07sablelinkissue11214 messages
2011-02-14 17:36:07sablecreate