Skip to content

bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX#18282

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:test_zipfile_aix
Jan 30, 2020
Merged

bpo-39502: Skip test_zipfile.test_add_file_after_2107() on AIX#18282
vstinner merged 1 commit into
python:masterfrom
vstinner:test_zipfile_aix

Conversation

@vstinner

@vstinner vstinner commented Jan 30, 2020

Copy link
Copy Markdown
Member

Skip test_zipfile.test_add_file_after_2107() if time.localtime()
fails with OverflowError. It is the case on AIX 6.1 for example.

https://bugs.python.org/issue39502

Skip test_zipfile.test_add_file_after_2107() if time.localtime()
fails with OverflowError. It is the case on AIX 6.1 for example.
@bedevere-bot bedevere-bot added tests Tests in the Lib/test dir awaiting core review labels Jan 30, 2020
@vstinner
vstinner merged commit c232c91 into python:master Jan 30, 2020
@vstinner
vstinner deleted the test_zipfile_aix branch January 30, 2020 14:47
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 30, 2020
…nGH-18282)

Skip test_zipfile.test_add_file_after_2107() if time.localtime()
fails with OverflowError. It is the case on AIX 6.1 for example.
(cherry picked from commit c232c91)

Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-bot

Copy link
Copy Markdown

GH-18283 is a backport of this pull request to the 3.8 branch.

miss-islington added a commit that referenced this pull request Jan 30, 2020
)

Skip test_zipfile.test_add_file_after_2107() if time.localtime()
fails with OverflowError. It is the case on AIX 6.1 for example.
(cherry picked from commit c232c91)

Co-authored-by: Victor Stinner <vstinner@python.org>
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request Jan 31, 2020
…nGH-18282)

Skip test_zipfile.test_add_file_after_2107() if time.localtime()
fails with OverflowError. It is the case on AIX 6.1 for example.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants