[New-bugs-announce] [issue29972] Skip tests known to fail on AIX

STINNER Victor report at bugs.python.org
Mon Apr 3 11:14:20 EDT 2017


New submission from STINNER Victor:

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!

----------
components: Tests
messages: 291073
nosy: haypo
priority: normal
severity: normal
status: open
title: Skip tests known to fail on AIX
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29972>
_______________________________________


More information about the New-bugs-announce mailing list