Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions openjdk/excludes/ProblemList_openjdk25-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ java/util/Spliterator/SpliteratorCollisions.java https://github.com/eclipse-open
java/util/stream/boottest/java.base/java/util/stream/NodeTest.java https://github.com/eclipse-openj9/openj9/issues/4129 macosx-all
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/StringJoiner/StringJoinerTest.java https://github.com/eclipse-openj9/openj9/issues/18708 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/21054 linux-s390x
Expand Down
1 change: 1 addition & 0 deletions openjdk/excludes/ProblemList_openjdk26-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ java/util/Spliterator/SpliteratorCollisions.java https://github.com/eclipse-open
java/util/stream/boottest/java.base/java/util/stream/NodeTest.java https://github.com/eclipse-openj9/openj9/issues/4129 macosx-all
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/StringJoiner/StringJoinerTest.java https://github.com/eclipse-openj9/openj9/issues/18708 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/21054 linux-s390x
Expand Down
1 change: 1 addition & 0 deletions openjdk/excludes/ProblemList_openjdk27-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ java/util/Spliterator/SpliteratorCollisions.java https://github.com/eclipse-open
java/util/stream/boottest/java.base/java/util/stream/NodeTest.java https://github.com/eclipse-openj9/openj9/issues/4129 macosx-all
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/StringJoiner/StringJoinerTest.java https://github.com/eclipse-openj9/openj9/issues/18708 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/21054 linux-s390x
Expand Down
Loading