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 martin.panter
Recipients Michael.Felt, martin.panter
Date 2016-10-01.03:57:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475294235.93.0.688224641816.issue28276@psf.upfronthosting.co.za>
In-reply-to
Content
Other tests in this file skip the test if libc_name is None. So I think it would make more sense to skip the test rather than fail in test_find(). I.e.

if not found:
    self.skipTest("Could not find c and m libraries")

If you are confident that find_library() will always find libc on AIX, perhaps you can suggest an extra test (or add to an existing test), to first check for the AIX platform, and only then fail if find_library() returned None.
History
Date User Action Args
2016-10-01 03:57:15martin.pantersetrecipients: + martin.panter, Michael.Felt
2016-10-01 03:57:15martin.pantersetmessageid: <1475294235.93.0.688224641816.issue28276@psf.upfronthosting.co.za>
2016-10-01 03:57:15martin.panterlinkissue28276 messages
2016-10-01 03:57:15martin.pantercreate