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

[3.13] gh-123836: Check zero signs in math_testcases.txt (GH-123854) #124161

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Sep 17, 2024

Just like cmath_testcases.txt. These tests require IEEE 754 anyway.

Correct zero sign for sqrt tests to match math.h convention.
(cherry picked from commit 28aea5d)

Co-authored-by: Sergey B Kirpichev skirpichev@gmail.com

)

Just like cmath_testcases.txt. These tests require IEEE 754 anyway.

Correct zero sign for sqrt tests to match math.h convention.
(cherry picked from commit 28aea5d)

Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@encukou
Copy link
Member

encukou commented Sep 17, 2024

This broke a buildbot in 3.14 and 3.12 [fixed since then]. Do not merge as is.

@encukou
Copy link
Member

encukou commented Sep 18, 2024

This should be backported together with #124187.

@skirpichev
Copy link
Member

skirpichev commented Sep 18, 2024

Yes, #124187 is on top of that.

But 3.14 means a failure in main, there shouldn't be. @encukou, could you please point to that?

@Yhg1s Yhg1s merged commit 5e27117 into python:3.13 Sep 30, 2024
40 of 41 checks passed
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