From ab9cca19f5498e25a608277e4eb7a08931a32d44 Mon Sep 17 00:00:00 2001 From: Haroon Khel <34969545+Haroon-Khel@users.noreply.github.com> Date: Fri, 22 Sep 2023 21:40:00 +0800 Subject: [PATCH] exclude jdk_lang and jdk_io tests on linux-arm (#4785) --- openjdk/excludes/ProblemList_openjdk21.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openjdk/excludes/ProblemList_openjdk21.txt b/openjdk/excludes/ProblemList_openjdk21.txt index a800159e5b..bc60e2b000 100644 --- a/openjdk/excludes/ProblemList_openjdk21.txt +++ b/openjdk/excludes/ProblemList_openjdk21.txt @@ -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 ############################################################################ @@ -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 ############################################################################