Skip to content

Commit 2e77c82

Browse files
authored
Excluded not supported tests on platform windows-aarch64 (#5934)
Signed-off-by: Sophia Guo <[email protected]>
1 parent b2f4849 commit 2e77c82

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

openjdk/excludes/ProblemList_openjdk24.txt

+2
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,8 @@ runtime/os/TestTracePageSizes.java#Parallel https://bugs.openjdk.org/browse/JDK-
486486
runtime/os/TestTracePageSizes.java#Serial https://bugs.openjdk.org/browse/JDK-8337555 linux-all
487487
runtime/os/TestTracePageSizes.java#compiler-options https://bugs.openjdk.org/browse/JDK-8337555 linux-all
488488
runtime/ErrorHandling/CreateCoredumpOnCrash.java https://bugs.openjdk.org/browse/JDK-8348862 windows-aarch64
489+
runtime/ReservedStack/ReservedStackTest.java https://github.com/adoptium/aqa-tests/issues/5886 windows-aarch64
490+
runtime/ReservedStack/ReservedStackTestCompiler.java https://github.com/adoptium/aqa-tests/issues/5886 windows-aarch64
489491

490492
############################################################################
491493

openjdk/excludes/ProblemList_openjdk25.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,8 @@ runtime/os/TestTracePageSizes.java#Parallel https://bugs.openjdk.org/browse/JDK-
486486
runtime/os/TestTracePageSizes.java#Serial https://bugs.openjdk.org/browse/JDK-8337555 linux-all
487487
runtime/os/TestTracePageSizes.java#compiler-options https://bugs.openjdk.org/browse/JDK-8337555 linux-all
488488
runtime/ErrorHandling/CreateCoredumpOnCrash.java https://bugs.openjdk.org/browse/JDK-8348862 windows-aarch64
489-
489+
runtime/ReservedStack/ReservedStackTest.java https://github.com/adoptium/aqa-tests/issues/5886 windows-aarch64
490+
runtime/ReservedStack/ReservedStackTestCompiler.java https://github.com/adoptium/aqa-tests/issues/5886 windows-aarch64
490491
############################################################################
491492

492493
# hotspot_serviceability

0 commit comments

Comments
 (0)