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 vstinner
Recipients vstinner
Date 2017-04-03.15:14:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491232460.4.0.914311825782.issue29972@psf.upfronthosting.co.za>
In-reply-to
Content
Extract of David Edelsohn's email:
"""
The testsuite failures on AIX are issues with the AIX kernel and C
Library, often corner cases.  I don't want to get into arguments about
the POSIX standard.  Some of the issues are actual conformance issues
and some are different interpretations of the standard.  Addressing
the problems in AIX is a slow process. If the failing testcases are
too annoying, I would recommend to skip the testcases.

Despite the testsuite failures, Python builds and runs on AIX for the
vast majority of users and applications.  I don't see the benefit in
dropping support for a platform that functions because it doesn't
fully pass the testsuite.
"""
ref: https://mail.python.org/pipermail/python-dev/2017-April/147748.html

I agree, so let's skip tests known to fail on AIX!
History
Date User Action Args
2017-04-03 15:14:20vstinnersetrecipients: + vstinner
2017-04-03 15:14:20vstinnersetmessageid: <1491232460.4.0.914311825782.issue29972@psf.upfronthosting.co.za>
2017-04-03 15:14:20vstinnerlinkissue29972 messages
2017-04-03 15:14:19vstinnercreate