Skip to content

Commit

Permalink
exclude jdk_lang and jdk_io tests on linux-arm (#4785)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel authored Sep 22, 2023
1 parent 400329e commit ab9cca1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openjdk/excludes/ProblemList_openjdk21.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ java/lang/invoke/lambda/LambdaFileEncodingSerialization.java https://bugs.openjd
# java/lang/ProcessBuilder/Basic.java is excluded for issue on alpine linux. As currently there is no way to exclude tests for alpine specifically, using linux-all instead
java/lang/ProcessBuilder/Basic.java#id0 https://bugs.openjdk.org/browse/JDK-8245748 linux-all,aix-ppc64
java/lang/ProcessBuilder/Basic.java#id1 https://bugs.openjdk.org/browse/JDK-8245748 linux-all
java/lang/ScopedValue/StressStackOverflow.java https://bugs.openjdk.org/browse/JDK-8313260 linux-arm

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

Expand Down Expand Up @@ -204,7 +205,7 @@ java/nio/channels/vthread/BlockingChannelOps.java#direct-register https://github

# jdk_io

java/io/File/GetXSpace.java https://bugs.openjdk.java.net/browse/JDK-8251466 windows-all
java/io/File/GetXSpace.java https://bugs.openjdk.java.net/browse/JDK-8251466 windows-all, linux-arm

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

Expand Down

0 comments on commit ab9cca1

Please sign in to comment.