Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[3.8] bpo-37552: Skip failing tests in strptime/strftime with UCRT version 17763.615 (GH-14460) #14839

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

Merged
merged 1 commit into from
Jul 18, 2019

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 18, 2019

A bug in MSVC UCRT version 17763.615 (which has been fixed in newer versions) is causing test failures in some strptime/strftime tests when the default code page is c65001. This change selectively skips the tests affected by this.
(cherry picked from commit 9cd39b1)

Co-authored-by: Paul Monson [email protected]

https://bugs.python.org/issue37552

…17763.615 (pythonGH-14460)

A bug in MSVC UCRT version 17763.615 (which has been fixed in newer versions) is causing test failures in some strptime/strftime tests when the default code page is c65001. This change selectively skips the tests affected by this.
(cherry picked from commit 9cd39b1)

Co-authored-by: Paul Monson <[email protected]>
@miss-islington
Copy link
Contributor Author

@paulmon and @pganssle: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 652b667 into python:3.8 Jul 18, 2019
@miss-islington miss-islington deleted the backport-9cd39b1-3.8 branch July 18, 2019 14:18
@miss-islington
Copy link
Contributor Author

@paulmon and @pganssle: Status check is done, and it's a success ✅ .

1 similar comment
@miss-islington
Copy link
Contributor Author

@paulmon and @pganssle: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants