From 14a512b867b72ff3326d1627d1bccfcb5ff35710 Mon Sep 17 00:00:00 2001 From: Haroon Khel Date: Fri, 24 Jan 2025 18:27:09 +0000 Subject: [PATCH 1/2] Exclude hotspot runtime tests not supported on windows aarch64 --- openjdk/excludes/ProblemList_openjdk23.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openjdk/excludes/ProblemList_openjdk23.txt b/openjdk/excludes/ProblemList_openjdk23.txt index 5895f4ae5f..444793a703 100644 --- a/openjdk/excludes/ProblemList_openjdk23.txt +++ b/openjdk/excludes/ProblemList_openjdk23.txt @@ -483,6 +483,8 @@ runtime/os/TestTracePageSizes.java#G1 https://bugs.openjdk.org/browse/JDK-833755 runtime/os/TestTracePageSizes.java#Parallel https://bugs.openjdk.org/browse/JDK-8337555 linux-all runtime/os/TestTracePageSizes.java#Serial https://bugs.openjdk.org/browse/JDK-8337555 linux-all runtime/os/TestTracePageSizes.java#compiler-options https://bugs.openjdk.org/browse/JDK-8337555 linux-all +runtime/ReservedStack/ReservedStackTest.java https://github.com/adoptium/aqa-tests/issues/5909 windows-aarch64 +runtime/ReservedStack/ReservedStackTestCompiler.java https://github.com/adoptium/aqa-tests/issues/5909 windows-aarch64 ############################################################################ From 792d0ecf1311822541fd39d18308bd0b4892ac1e Mon Sep 17 00:00:00 2001 From: sophia-guo Date: Mon, 27 Jan 2025 16:10:21 -0500 Subject: [PATCH 2/2] Update openjdk/excludes/ProblemList_openjdk23.txt Co-authored-by: Shelley Lambert --- openjdk/excludes/ProblemList_openjdk23.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openjdk/excludes/ProblemList_openjdk23.txt b/openjdk/excludes/ProblemList_openjdk23.txt index 444793a703..a2ac25d5a8 100644 --- a/openjdk/excludes/ProblemList_openjdk23.txt +++ b/openjdk/excludes/ProblemList_openjdk23.txt @@ -483,8 +483,8 @@ runtime/os/TestTracePageSizes.java#G1 https://bugs.openjdk.org/browse/JDK-833755 runtime/os/TestTracePageSizes.java#Parallel https://bugs.openjdk.org/browse/JDK-8337555 linux-all runtime/os/TestTracePageSizes.java#Serial https://bugs.openjdk.org/browse/JDK-8337555 linux-all runtime/os/TestTracePageSizes.java#compiler-options https://bugs.openjdk.org/browse/JDK-8337555 linux-all -runtime/ReservedStack/ReservedStackTest.java https://github.com/adoptium/aqa-tests/issues/5909 windows-aarch64 -runtime/ReservedStack/ReservedStackTestCompiler.java https://github.com/adoptium/aqa-tests/issues/5909 windows-aarch64 +runtime/ReservedStack/ReservedStackTest.java https://github.com/adoptium/aqa-tests/issues/5886 windows-aarch64 +runtime/ReservedStack/ReservedStackTestCompiler.java https://github.com/adoptium/aqa-tests/issues/5886 windows-aarch64 ############################################################################