Skip to content

Commit

Permalink
OpenJ9 AArch64: excluding tests known to timeout (#1710)
Browse files Browse the repository at this point in the history
Excluding following tests known to timeout for OpenJ9 AArch64:

- java/lang/String/UnicodeCasingTest.java
- java/math/BigInteger/LargeValueExceptions.java
- java/net/httpclient/http2/HpackHuffmanDriver.java
- java/net/httpclient/websocket/ReaderDriver.java
- java/util/stream/test/org/openjdk/tests/java/util/stream/CountLargeTest.java

Signed-off-by: Akira Saitoh <[email protected]>
  • Loading branch information
Akira Saito authored Apr 2, 2020
1 parent 77e9e5e commit a540d46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openjdk/ProblemList_openjdk11-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ java/lang/String/CaseInsensitiveComparator.java https://github.com/eclipse/openj
java/lang/String/CompactString/IndexOf.java https://github.com/eclipse/openj9/issues/6673 generic-all
java/lang/String/EqualsIgnoreCase.java https://github.com/eclipse/openj9/issues/6666 generic-all
java/lang/String/StringRepeat.java https://github.com/eclipse/openj9/issues/6667 generic-all
java/lang/String/UnicodeCasingTest.java https://github.com/eclipse/openj9/issues/9081 linux-aarch64
java/lang/String/nativeEncoding/StringPlatformChars.java https://github.com/AdoptOpenJDK/openjdk-build/issues/248 generic-all
java/lang/System/Logger/custom/CustomLoggerTest.java https://github.com/eclipse/openj9/issues/6674 generic-all
java/lang/System/Logger/default/DefaultLoggerTest.java https://github.com/eclipse/openj9/issues/6674 generic-all
Expand Down Expand Up @@ -140,6 +141,7 @@ sun/management/HotspotThreadMBean/GetInternalThreads.java https://github.com/Ado

# jdk_math

java/math/BigInteger/LargeValueExceptions.java https://github.com/eclipse/openj9/issues/9082 linux-aarch64
java/math/BigInteger/PrimeTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/440 linux_arm

############################################################################
Expand All @@ -154,6 +156,7 @@ java/net/MulticastSocket/Promiscuous.java https://github.com/AdoptOpenJDK/openjd
java/net/MulticastSocket/SetLoopbackMode.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/699 linux-s390x
java/net/MulticastSocket/Test.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/699 linux-s390x
java/net/Socket/asyncClose/AsyncClose.java https://github.com/eclipse/openj9/issues/4560 generic-all
java/net/httpclient/http2/HpackHuffmanDriver.java https://github.com/eclipse/openj9/issues/9041 linux-aarch64
java/net/httpclient/websocket/BlowupOutputQueue.java https://github.com/eclipse/openj9/issues/4298 macosx-all
java/net/httpclient/websocket/PendingBinaryPingClose.java https://github.com/eclipse/openj9/issues/4298 macosx-all
java/net/httpclient/websocket/PendingBinaryPongClose.java https://github.com/eclipse/openj9/issues/4298 macosx-all
Expand All @@ -163,6 +166,7 @@ java/net/httpclient/websocket/PendingPongBinaryClose.java https://github.com/ecl
java/net/httpclient/websocket/PendingPongTextClose.java https://github.com/eclipse/openj9/issues/4298 macosx-all
java/net/httpclient/websocket/PendingTextPingClose.java https://github.com/eclipse/openj9/issues/4298 macosx-all
java/net/httpclient/websocket/PendingTextPongClose.java https://github.com/eclipse/openj9/issues/4298 macosx-all
java/net/httpclient/websocket/ReaderDriver.java https://github.com/eclipse/openj9/issues/9083 linux-aarch64
# java/net/ipv6tests/B6521014.java on macosx-all issue https://github.com/AdoptOpenJDK/openjdk-tests/issues/1524
# java/net/ipv6tests/B6521014.java on macosx-all issue https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1085
java/net/ipv6tests/B6521014.java https://github.com/AdoptOpenJDK/openjdk-infrastructure/issues/1105 linux-all,macosx-all
Expand Down Expand Up @@ -255,6 +259,7 @@ java/util/logging/LogManager/TestLoggerNames.java https://github.com/eclipse/ope
java/util/logging/TestLoggerWeakRefLeak.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1297 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

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

0 comments on commit a540d46

Please sign in to comment.