Skip to content

Commit

Permalink
[arm32] Exclude problematic tests (#3634) (#3645)
Browse files Browse the repository at this point in the history
* Exclude problematic tests

1. linux-arm jdk8
#3603 (comment)

Signed-off-by: Sophia Guo <[email protected]>

* Linux-arm jdk11 exclude list

Signed-off-by: Sophia Guo <[email protected]>

* Fix wrong os-arch in problemlist file

Signed-off-by: Sophia Guo <[email protected]>

* Exclude three hotspot_jre_2 tests for jdk8 arm32

Signed-off-by: Sophia Guo <[email protected]>

* Problematic tests on jdk17 arm

#3594 (comment)

Signed-off-by: Sophia Guo <[email protected]>

* arm jdk18 jdk_net failures

#3637
#3599 (comment)

Signed-off-by: Sophia Guo <[email protected]>
  • Loading branch information
sophia-guo authored May 11, 2022
1 parent 7be2d6b commit 1f61ab3
Show file tree
Hide file tree
Showing 5 changed files with 179 additions and 130 deletions.
1 change: 1 addition & 0 deletions openjdk/excludes/ProblemList_openjdk11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ java/nio/file/Files/InputStreamTest.java https://github.com/adoptium/aqa-tests/i
jdk/nio/zipfs/ZipFSTester.java https://github.com/adoptium/aqa-tests/issues/602 macosx-all,linux-ppc64le
java/net/SocketPermission/SocketPermissionTest.java https://bugs.openjdk.java.net/browse/JDK-8269919 aix-all
java/nio/channels/DatagramChannel/BasicMulticastTests.java https://bugs.openjdk.java.net/browse/JDK-8269919 aix-all
java/nio/file/DirectoryStream/SecureDS.java https://github.com/adoptium/aqa-tests/issues/3635 linux-arm
############################################################################

# jdk_rmi
Expand Down
1 change: 1 addition & 0 deletions openjdk/excludes/ProblemList_openjdk17.txt
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ jdk/incubator/vector/Byte256VectorLoadStoreTests.java https://github.com/adoptiu
jdk/incubator/vector/ByteMaxVectorLoadStoreTests.java https://github.com/adoptium/aqa-tests/issues/2874 linux-arm
jdk/incubator/vector/Short64VectorTests.java https://github.com/adoptium/aqa-tests/issues/2874 linux-arm
jdk/incubator/vector/ShortMaxVectorTests.java https://github.com/adoptium/aqa-tests/issues/2874 linux-arm
jdk/incubator/vector/Byte128VectorLoadStoreTests.java https://github.com/adoptium/aqa-tests/issues/2874 linux-arm
############################################################################

# jvm_compiler
Expand Down
Loading

0 comments on commit 1f61ab3

Please sign in to comment.