diff options
author | Petr Viktorin <encukou@gmail.com> | 2024-10-15 11:29:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-15 11:29:43 (GMT) |
commit | cc5a225cdc2a5d4e035dd08d59cef39182c10a6c (patch) | |
tree | c5507c048ba117ae1793b0719cc7739f4fcc4713 /Misc/NEWS.d/next/Tests | |
parent | fcef3fc9a593e2aa868d23cf2d91c57d8bf60ac6 (diff) | |
download | cpython-cc5a225cdc2a5d4e035dd08d59cef39182c10a6c.zip cpython-cc5a225cdc2a5d4e035dd08d59cef39182c10a6c.tar.gz cpython-cc5a225cdc2a5d4e035dd08d59cef39182c10a6c.tar.bz2 |
gh-125041: test_zlib: For s390x HW acceleration, only skip checking the compressed bytes (#125042)
Diffstat (limited to 'Misc/NEWS.d/next/Tests')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2024-10-07-14-13-38.gh-issue-125041.PKLWDf.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2024-10-07-14-13-38.gh-issue-125041.PKLWDf.rst b/Misc/NEWS.d/next/Tests/2024-10-07-14-13-38.gh-issue-125041.PKLWDf.rst new file mode 100644 index 0000000..c7181eb --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2024-10-07-14-13-38.gh-issue-125041.PKLWDf.rst @@ -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. |