Skip to content

Commit a8cf85f

Browse files
authored
Exclude cds tests on mac-x64 (#6150)
Signed-off-by: Sophia Guo <[email protected]>
1 parent 52562d1 commit a8cf85f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

openjdk/excludes/ProblemList_openjdk24.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,8 @@ runtime/os/TestTracePageSizes.java#compiler-options https://bugs.openjdk.org/bro
507507
runtime/ErrorHandling/CreateCoredumpOnCrash.java https://bugs.openjdk.org/browse/JDK-8348862 windows-aarch64
508508
runtime/ReservedStack/ReservedStackTest.java https://github.com/adoptium/aqa-tests/issues/5886 windows-aarch64
509509
runtime/ReservedStack/ReservedStackTestCompiler.java https://github.com/adoptium/aqa-tests/issues/5886 windows-aarch64
510-
510+
runtime/cds/appcds/complexURI/ComplexURITest.java https://github.com/adoptium/adoptium-support/issues/937 macosx-x64
511+
runtime/cds/appcds/TransformInterfaceOfLambda.java https://github.com/adoptium/adoptium-support/issues/937 macosx-x64
511512
############################################################################
512513

513514
# hotspot_serviceability

openjdk/excludes/ProblemList_openjdk25.txt

+2
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,8 @@ runtime/os/TestTracePageSizes.java#compiler-options https://bugs.openjdk.org/bro
490490
runtime/ErrorHandling/CreateCoredumpOnCrash.java https://bugs.openjdk.org/browse/JDK-8348862 windows-aarch64
491491
runtime/ReservedStack/ReservedStackTest.java https://github.com/adoptium/aqa-tests/issues/5886 windows-aarch64
492492
runtime/ReservedStack/ReservedStackTestCompiler.java https://github.com/adoptium/aqa-tests/issues/5886 windows-aarch64
493+
runtime/cds/appcds/complexURI/ComplexURITest.java https://github.com/adoptium/adoptium-support/issues/937 macosx-x64
494+
runtime/cds/appcds/TransformInterfaceOfLambda.java https://github.com/adoptium/adoptium-support/issues/937 macosx-x64
493495
############################################################################
494496

495497
# hotspot_serviceability

0 commit comments

Comments
 (0)