forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[3.12] pythongh-125041: test_zlib: For s390x HW acceleration, only sk…
…ip checking the compressed bytes (pythonGH-125042) (pythonGH-125526) (cherry picked from commit cc5a225) Co-authored-by: Petr Viktorin <encukou@gmail.com>
- Loading branch information
1 parent
90b1406
commit cbd50a4
Showing
3 changed files
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
Misc/NEWS.d/next/Tests/2024-10-07-14-13-38.gh-issue-125041.PKLWDf.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Re-enable skipped tests for :mod:`zlib` on the s390x architecture: only skip | ||
checks of the compressed bytes, which can be different between zlib's | ||
software implementation and the hardware-accelerated implementation. |