Skip to content

Commit

Permalink
Exclude Inflater/Deflater tests on zlinux
Browse files Browse the repository at this point in the history
Issue eclipse-openj9/openj9#14948

Signed-off-by: Peter Shipton <[email protected]>
  • Loading branch information
pshipton authored and llxia committed Jan 23, 2025
1 parent d763a93 commit 423c3d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openjdk/excludes/ProblemList_openjdk11-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ com/sun/net/httpserver/bugs/B6361557.java https://github.com/adoptium/aqa-tests/
# jdk_imageio

javax/imageio/plugins/jpeg/JPEGsNotAcceleratedTest.java https://github.com/eclipse-openj9/openj9/issues/19527 windows-all
javax/imageio/plugins/shared/ImageWriterCompressionTest.java https://github.com/eclipse-openj9/openj9/issues/14948 linux-s390x

############################################################################

Expand Down Expand Up @@ -366,6 +367,7 @@ java/util/stream/test/org/openjdk/tests/java/util/SplittableRandomTest.java htt
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/DeflateIn_InflateOut.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
2 changes: 2 additions & 0 deletions openjdk/excludes/ProblemList_openjdk17-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ java/net/httpclient/websocket/PendingTextPongClose.java https://github.com/eclip
# jdk_imageio

javax/imageio/plugins/jpeg/JPEGsNotAcceleratedTest.java https://github.com/eclipse-openj9/openj9/issues/19527 windows-all
javax/imageio/plugins/shared/ImageWriterCompressionTest.java https://github.com/eclipse-openj9/openj9/issues/14948 linux-s390x

############################################################################

Expand Down Expand Up @@ -403,6 +404,7 @@ java/util/stream/test/org/openjdk/tests/java/util/SplittableRandomTest.java http
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/DeflateIn_InflateOut.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
2 changes: 2 additions & 0 deletions openjdk/excludes/ProblemList_openjdk8-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,8 @@ java/util/stream/test/org/openjdk/tests/java/util/stream/CountLargeTest.java ht
java/util/stream/test/org/openjdk/tests/java/util/stream/ExplodeOpTest.java https://github.com/eclipse-openj9/openj9/issues/1131 generic-all
java/util/stream/test/org/openjdk/tests/java/util/stream/SequentialOpTest.java https://github.com/eclipse-openj9/openj9/issues/1131 generic-all
java/util/stream/test/org/openjdk/tests/java/util/stream/ToArrayOpTest.java https://github.com/eclipse-openj9/openj9/issues/1131 generic-all
java/util/zip/CloseInflaterDeflaterTest.java https://github.com/eclipse-openj9/openj9/issues/14948 linux-s390x
java/util/zip/DeflateIn_InflateOut.java https://github.com/eclipse-openj9/openj9/issues/14948 linux-s390x
java/util/zip/InflateIn_DeflateOut.java https://github.com/eclipse-openj9/openj9/issues/1131 generic-all
java/util/zip/ZipFile/DeleteTempJar.java https://github.com/adoptium/aqa-tests/issues/821 windows-all
sun/util/calendar/zi/TestZoneInfo310.java https://github.com/eclipse-openj9/openj9/issues/1131 generic-all
Expand Down

0 comments on commit 423c3d9

Please sign in to comment.