Skip to content

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 30, 2024

  • Share common classes.
  • Use exactly representable floats and exact tests.
  • Check the sign of zero components.
  • Remove duplicated tests (mostly left after merging int and long).
  • Reorder tests in more consistent way.
  • Test more error messages.
  • Add tests for missed cases.
    (cherry picked from commit bf098d4)

Co-authored-by: Serhiy Storchaka [email protected]

…GH-119635)

* Share common classes.
* Use exactly representable floats and exact tests.
* Check the sign of zero components.
* Remove duplicated tests (mostly left after merging int and long).
* Reorder tests in more consistent way.
* Test more error messages.
* Add tests for missed cases.
(cherry picked from commit bf098d4)

Co-authored-by: Serhiy Storchaka <[email protected]>
@hugovk hugovk disabled auto-merge August 9, 2024 14:04
@hugovk
Copy link
Member

hugovk commented Aug 9, 2024

@serhiy-storchaka You enabled auto-merge on this, but for some reason the "Tests / Windows (free-threading) / build (arm64)" CI failed, so it didn't merge.

Unfortunately the logs have since expired, maybe it was just a temporary thing. I've merged in main to restart the CI.

I've also disabled auto-merge, because 3.13 is in the RC phase and I'll let you make a fresh decision whether it can be merged now.

@hugovk
Copy link
Member

hugovk commented Aug 9, 2024

CI passed now. I think it probably could go into 3.13, it's only changing test files.

@serhiy-storchaka serhiy-storchaka merged commit 013752c into python:3.13 Aug 9, 2024
34 checks passed
@serhiy-storchaka
Copy link
Member

Thank you @hugovk for noticing this.

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.

3 participants