Commit 1598894
test: s390x z15 accelerated zlib fixes
Modern s390x x15 has accelerated zlib operations on the CPU. Many
distros currently have patches to take advantage of this feature. One
side-effect of these patches is that compression routine is no longer
deterministic as with software. Interruption to input produces
different compressed results. Invalid input can result in processor
fault.
PR-URL: #44117
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Richard Lau <rlau@redhat.com>1 parent 51b4a1b commit 1598894Copy full SHA for 1598894
File tree
Expand file treeCollapse file tree
3 files changed
+5
-3
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
3 files changed
+5
-3
lines changedOpen diff view settings
Collapse file
test/parallel/test-zlib-dictionary-fail.js
Copy file name to clipboardExpand all lines: test/parallel/test-zlib-dictionary-fail.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
53 | 53 | |
54 | 54 | |
55 | 55 | |
56 | | - |
| 56 | + |
57 | 57 | |
58 | 58 | |
59 | 59 | |
|
Collapse file
test/parallel/test-zlib-flush-drain-longblock.js
Copy file name to clipboardExpand all lines: test/parallel/test-zlib-flush-drain-longblock.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
16 | 16 | |
17 | 17 | |
18 | 18 | |
19 | | - |
| 19 | + |
20 | 20 | |
21 | 21 | |
22 | 22 | |
|
Collapse file
test/parallel/test-zlib-from-string.js
Copy file name to clipboardExpand all lines: test/parallel/test-zlib-from-string.js+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
55 | 55 | |
56 | 56 | |
57 | 57 | |
58 | | - |
| 58 | + |
| 59 | + |
| 60 | + |
59 | 61 | |
60 | 62 | |
61 | 63 | |
|
0 commit comments