Skip to content

Commit

Permalink
OpenJ9 AArch64: excluding stream/CountLargeTest (#2243)
Browse files Browse the repository at this point in the history
The following test is known to timeout with OpenJ9 AArch64.
This commit excludes it.

- java/util/stream/test/org/openjdk/tests/java/util/stream/CountLargeTest.java eclipse-openj9/openj9#9040

Signed-off-by: KONNO Kazuhiro <konno@jp.ibm.com>
  • Loading branch information
knn-k authored Feb 8, 2021
1 parent 58ed4c5 commit 5a950cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions openjdk/ProblemList_openjdk16-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ java/util/logging/TestLoggerWeakRefLeak.java https://github.com/AdoptOpenJDK/ope
java/util/logging/LogManager/TestLoggerNames.java https://github.com/eclipse/openj9/issues/4561 generic-all
java/util/stream/boottest/java.base/java/util/stream/NodeTest.java https://github.com/eclipse/openj9/issues/4129 macosx-all
java/util/stream/test/org/openjdk/tests/java/util/SplittableRandomTest.java https://github.com/eclipse/openj9/issues/4613 generic-all
java/util/stream/test/org/openjdk/tests/java/util/stream/CountLargeTest.java https://github.com/eclipse/openj9/issues/9040 linux-aarch64
java/util/stream/test/org/openjdk/tests/java/util/stream/ToArrayOpTest.java https://github.com/eclipse/openj9/issues/3447 generic-all
java/util/WeakHashMap/GCDuringIteration.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1297 generic-all
java/util/zip/ZipFile/TestCleaner.java https://github.com/eclipse/openj9/issues/8872 generic-all
Expand Down
1 change: 1 addition & 0 deletions openjdk/ProblemList_openjdk17-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ java/util/logging/TestLoggerWeakRefLeak.java https://github.com/AdoptOpenJDK/ope
java/util/logging/LogManager/TestLoggerNames.java https://github.com/eclipse/openj9/issues/4561 generic-all
java/util/stream/boottest/java.base/java/util/stream/NodeTest.java https://github.com/eclipse/openj9/issues/4129 macosx-all
java/util/stream/test/org/openjdk/tests/java/util/SplittableRandomTest.java https://github.com/eclipse/openj9/issues/4613 generic-all
java/util/stream/test/org/openjdk/tests/java/util/stream/CountLargeTest.java https://github.com/eclipse/openj9/issues/9040 linux-aarch64
java/util/stream/test/org/openjdk/tests/java/util/stream/ToArrayOpTest.java https://github.com/eclipse/openj9/issues/3447 generic-all
java/util/WeakHashMap/GCDuringIteration.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1297 generic-all
java/util/zip/ZipFile/TestCleaner.java https://github.com/eclipse/openj9/issues/8872 generic-all
Expand Down

0 comments on commit 5a950cc

Please sign in to comment.