From 16cfec3cdb915de434e54c19a1ff430228dc1796 Mon Sep 17 00:00:00 2001 From: Jack Lu Date: Thu, 31 Aug 2023 15:39:19 -0400 Subject: [PATCH] Exclude tests using jdk.test.whitebox.WhiteBox class (#4737) Signed-off-by: Jack Lu --- openjdk/excludes/ProblemList_openjdk21-openj9.txt | 2 ++ openjdk/excludes/ProblemList_openjdk22-openj9.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/openjdk/excludes/ProblemList_openjdk21-openj9.txt b/openjdk/excludes/ProblemList_openjdk21-openj9.txt index 194d335996..d791f850f3 100644 --- a/openjdk/excludes/ProblemList_openjdk21-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk21-openj9.txt @@ -135,6 +135,7 @@ jni/nullCaller/NullCallerTest.java https://github.com/eclipse-openj9/openj9/issu jdk/internal/loader/NativeLibraries/Main.java https://github.com/eclipse-openj9/openj9/issues/9018 generic-all jdk/internal/reflect/Reflection/GetCallerClassTest.java#id2 https://github.com/eclipse-openj9/openj9/issues/14097 generic-all jdk/internal/reflect/Reflection/GetCallerClassTest.java#id3 https://github.com/eclipse-openj9/openj9/issues/14097 generic-all +jdk/internal/vm/Continuation/MovingCompWindow.java https://github.com/eclipse-openj9/openj9/issues/1297 generic-all ############################################################################ @@ -549,6 +550,7 @@ serviceability/jvmti/thread/GetStackTrace/getstacktr05/getstacktr05.java https:/ serviceability/jvmti/vthread/VThreadNotifyFramePopTest/VThreadNotifyFramePopTest.java https://github.com/adoptium/aqa-tests/issues/1297 aix-all serviceability/jvmti/vthread/FollowReferences/VThreadStackRefTest.java#no-vmcontinuations https://github.com/eclipse-openj9/openj9/issues/17712 generic-all serviceability/jvmti/RedefineClasses/RedefinePreviousVersions.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all +serviceability/jvmti/vthread/ToggleNotifyJvmtiTest/ToggleNotifyJvmtiTest.java https://github.com/eclipse-openj9/openj9/issues/1297 generic-all # jdk_container jdk/internal/platform/docker/TestDockerCpuMetrics.java https://github.com/eclipse-openj9/openj9/issues/16462 generic-all diff --git a/openjdk/excludes/ProblemList_openjdk22-openj9.txt b/openjdk/excludes/ProblemList_openjdk22-openj9.txt index 7c5990bf70..78618f858f 100644 --- a/openjdk/excludes/ProblemList_openjdk22-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk22-openj9.txt @@ -137,6 +137,7 @@ java/lang/Thread/jni/AttachCurrentThread/AttachTest.java#id1 https://github.com/ jdk/internal/loader/NativeLibraries/Main.java https://github.com/eclipse-openj9/openj9/issues/9018 generic-all jdk/internal/reflect/Reflection/GetCallerClassTest.java#id2 https://github.com/eclipse-openj9/openj9/issues/14097 generic-all jdk/internal/reflect/Reflection/GetCallerClassTest.java#id3 https://github.com/eclipse-openj9/openj9/issues/14097 generic-all +jdk/internal/vm/Continuation/MovingCompWindow.java https://github.com/eclipse-openj9/openj9/issues/1297 generic-all ############################################################################ @@ -549,6 +550,7 @@ serviceability/jvmti/thread/GetStackTrace/getstacktr05/getstacktr05.java https:/ serviceability/jvmti/vthread/VThreadNotifyFramePopTest/VThreadNotifyFramePopTest.java https://github.com/adoptium/aqa-tests/issues/1297 aix-all serviceability/jvmti/vthread/FollowReferences/VThreadStackRefTest.java#no-vmcontinuations https://github.com/eclipse-openj9/openj9/issues/17712 generic-all serviceability/jvmti/RedefineClasses/RedefinePreviousVersions.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all +serviceability/jvmti/vthread/ToggleNotifyJvmtiTest/ToggleNotifyJvmtiTest.java https://github.com/eclipse-openj9/openj9/issues/1297 generic-all # jdk_container jdk/internal/platform/docker/TestDockerCpuMetrics.java https://github.com/eclipse-openj9/openj9/issues/16462 generic-all