Skip to content

Commit

Permalink
Exclude java/util/zip/CloseInflaterDeflaterTest on OpenJ9 zlinux (#4780)
Browse files Browse the repository at this point in the history
It doesn't pass when the system zlib is optimized to use hardware, such
as with rhel8 on z15.

Issue eclipse-openj9/openj9#14948

Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
  • Loading branch information
pshipton committed Sep 21, 2023
1 parent 148a516 commit 443fb26
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions openjdk/excludes/ProblemList_openjdk11-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ java/util/stream/boottest/java.base/java/util/stream/NodeTest.java https://githu
java/util/stream/test/org/openjdk/tests/java/util/SplittableRandomTest.java https://github.com/eclipse-openj9/openj9/issues/4613 generic-all
java/util/stream/test/org/openjdk/tests/java/util/stream/ToArrayOpTest.java https://github.com/eclipse-openj9/openj9/issues/3447 generic-all
java/util/WeakHashMap/GCDuringIteration.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all
java/util/zip/CloseInflaterDeflaterTest.java https://github.com/eclipse-openj9/openj9/issues/14948 linux-s390x
java/util/zip/ZipFile/TestCleaner.java https://github.com/eclipse-openj9/openj9/issues/8872 generic-all

############################################################################
Expand Down
1 change: 1 addition & 0 deletions openjdk/excludes/ProblemList_openjdk17-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ java/util/stream/boottest/java.base/java/util/stream/NodeTest.java https://githu
java/util/stream/test/org/openjdk/tests/java/util/SplittableRandomTest.java https://github.com/eclipse-openj9/openj9/issues/4613 generic-all
java/util/stream/test/org/openjdk/tests/java/util/stream/ToArrayOpTest.java https://github.com/eclipse-openj9/openj9/issues/3447 generic-all
java/util/WeakHashMap/GCDuringIteration.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all
java/util/zip/CloseInflaterDeflaterTest.java https://github.com/eclipse-openj9/openj9/issues/14948 linux-s390x
java/util/zip/ZipFile/TestCleaner.java https://github.com/eclipse-openj9/openj9/issues/8872 generic-all
java/util/Random/RandomTestChiSquared.java https://github.com/eclipse-openj9/openj9/issues/13202 generic-all
java/util/Random/RandomTestBsi1999.java https://github.com/eclipse-openj9/openj9/issues/13202 generic-all
Expand Down
1 change: 1 addition & 0 deletions openjdk/excludes/ProblemList_openjdk21-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ java/util/stream/boottest/java.base/java/util/stream/NodeTest.java https://githu
java/util/stream/test/org/openjdk/tests/java/util/SplittableRandomTest.java https://github.com/eclipse-openj9/openj9/issues/4613 generic-all
java/util/stream/test/org/openjdk/tests/java/util/stream/ToArrayOpTest.java https://github.com/eclipse-openj9/openj9/issues/3447 generic-all
java/util/WeakHashMap/GCDuringIteration.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all
java/util/zip/CloseInflaterDeflaterTest.java https://github.com/eclipse-openj9/openj9/issues/14948 linux-s390x
java/util/zip/ZipFile/TestCleaner.java https://github.com/eclipse-openj9/openj9/issues/8872 generic-all

############################################################################
Expand Down
1 change: 1 addition & 0 deletions openjdk/excludes/ProblemList_openjdk22-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ java/util/stream/boottest/java.base/java/util/stream/NodeTest.java https://githu
java/util/stream/test/org/openjdk/tests/java/util/SplittableRandomTest.java https://github.com/eclipse-openj9/openj9/issues/4613 generic-all
java/util/stream/test/org/openjdk/tests/java/util/stream/ToArrayOpTest.java https://github.com/eclipse-openj9/openj9/issues/3447 generic-all
java/util/WeakHashMap/GCDuringIteration.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all
java/util/zip/CloseInflaterDeflaterTest.java https://github.com/eclipse-openj9/openj9/issues/14948 linux-s390x
java/util/zip/ZipFile/TestCleaner.java https://github.com/eclipse-openj9/openj9/issues/8872 generic-all

############################################################################
Expand Down

0 comments on commit 443fb26

Please sign in to comment.