Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-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]>
@hugovkhugovk 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

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

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

Thank you @hugovk for noticing this.

@miss-islingtonmiss-islington deleted the backport-bf098d4-3.13 branch January 2, 2026 18:39
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@miss-islington@hugovk@serhiy-storchaka