From 4539cde9860bfa3faf6432137c0a1408e18403ec Mon Sep 17 00:00:00 2001 From: Peter Shipton Date: Fri, 2 Aug 2024 11:32:38 -0400 Subject: [PATCH] Exclude jdk/internal/vm/Continuation/OSRTest for OpenJ9 jdk21 (#5480) Issue https://github.com/eclipse-openj9/openj9/issues/19961 Signed-off-by: Peter Shipton --- openjdk/excludes/ProblemList_openjdk21-openj9.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/openjdk/excludes/ProblemList_openjdk21-openj9.txt b/openjdk/excludes/ProblemList_openjdk21-openj9.txt index 653b043e47..6393bf9a64 100644 --- a/openjdk/excludes/ProblemList_openjdk21-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk21-openj9.txt @@ -128,6 +128,7 @@ jdk/internal/vm/Continuation/Basic.java#id1 https://github.com/eclipse-openj9/op jdk/internal/vm/Continuation/ClassUnloading.java https://github.com/eclipse-openj9/openj9/issues/15152 generic-all jdk/internal/vm/Continuation/Fuzz.java https://github.com/eclipse-openj9/openj9/issues/15247 generic-all jdk/internal/vm/Continuation/LiveFramesDriver.java https://github.com/eclipse-openj9/openj9/issues/15152 generic-all +jdk/internal/vm/Continuation/OSRTest.java https://github.com/eclipse-openj9/openj9/issues/19961 generic-all jdk/internal/vm/Continuation/Scoped.java https://github.com/eclipse-openj9/openj9/issues/15163 generic-all jdk/modules/incubator/ImageModules.java https://github.com/adoptium/aqa-tests/issues/1267 macosx-all jni/nullCaller/NullCallerTest.java https://github.com/eclipse-openj9/openj9/issues/15370 linux-ppc64le,macosx-all