Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip tests known to fail on AIX #74158

Closed
vstinner opened this issue Apr 3, 2017 · 4 comments
Closed

Skip tests known to fail on AIX #74158

vstinner opened this issue Apr 3, 2017 · 4 comments
Labels
3.7 (EOL) end of life tests Tests in the Lib/test dir

Comments

@vstinner
Copy link
Member

vstinner commented Apr 3, 2017

BPO 29972
Nosy @vstinner, @ericvw
PRs
  • bpo-29972: Skip tests known to fail on AIX #979
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2017-07-26.02:56:23.576>
    created_at = <Date 2017-04-03.15:14:20.387>
    labels = ['3.7', 'tests']
    title = 'Skip tests known to fail on AIX'
    updated_at = <Date 2017-07-26.02:56:23.575>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2017-07-26.02:56:23.575>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-07-26.02:56:23.576>
    closer = 'vstinner'
    components = ['Tests']
    creation = <Date 2017-04-03.15:14:20.387>
    creator = 'vstinner'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 29972
    keywords = []
    message_count = 4.0
    messages = ['291073', '291074', '291114', '299191']
    nosy_count = 2.0
    nosy_names = ['vstinner', 'ericvw']
    pr_nums = ['979']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue29972'
    versions = ['Python 3.7']

    @vstinner
    Copy link
    Member Author

    vstinner commented Apr 3, 2017

    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!

    @vstinner vstinner added 3.7 (EOL) end of life tests Tests in the Lib/test dir labels Apr 3, 2017
    @vstinner
    Copy link
    Member Author

    vstinner commented Apr 3, 2017

    See also #978 which should fix one unit test of test_ssl.

    @vstinner
    Copy link
    Member Author

    vstinner commented Apr 4, 2017

    New changeset 5de85a1 by Victor Stinner in branch 'master':
    bpo-29972: Skip tests known to fail on AIX (#979)
    5de85a1

    @vstinner
    Copy link
    Member Author

    The issue title is very generic. I skipped some tests. I may reopen a new issue if I see other tests that can be skipped on AIX.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life tests Tests in the Lib/test dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant