From ffa0db50b989dae0f67a0f0f0936917e977e3601 Mon Sep 17 00:00:00 2001 From: Babneet Singh Date: Tue, 25 Jul 2023 13:15:28 -0400 Subject: [PATCH] [JDK21] Enable JVMTI tests (#4684) - StopThreadTest is fixed by eclipse-openj9/openj9#17806. - PopFrameTest is fixed by eclipse-openj9/openj9#17809. - GetSetLocalUnsuspended is fixed by eclipse-openj9/openj9#17829. Closes eclipse-openj9/openj9#17711 Closes eclipse-openj9/openj9#17715 Closes eclipse-openj9/openj9#17716 Closes eclipse-openj9/openj9#17717 Closes eclipse-openj9/openj9#17718 Signed-off-by: Babneet Singh --- openjdk/excludes/ProblemList_openjdk21-openj9.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/openjdk/excludes/ProblemList_openjdk21-openj9.txt b/openjdk/excludes/ProblemList_openjdk21-openj9.txt index 6e1403d4ac..0dad619034 100644 --- a/openjdk/excludes/ProblemList_openjdk21-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk21-openj9.txt @@ -546,13 +546,8 @@ serviceability/jvmti/thread/GetFrameCount/framecnt01/framecnt01.java https://git serviceability/jvmti/thread/GetStackTrace/getstacktr03/getstacktr03.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all serviceability/jvmti/thread/GetStackTrace/getstacktr05/getstacktr05.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all serviceability/jvmti/vthread/VThreadNotifyFramePopTest/VThreadNotifyFramePopTest.java https://github.com/adoptium/aqa-tests/issues/1297 aix-all -serviceability/jvmti/GetLocalVariable/GetSetLocalUnsuspended.java https://github.com/eclipse-openj9/openj9/issues/17711 generic-all serviceability/jvmti/vthread/FollowReferences/VThreadStackRefTest.java#no-vmcontinuations https://github.com/eclipse-openj9/openj9/issues/17712 generic-all serviceability/jvmti/vthread/ForceEarlyReturnTest/ForceEarlyReturnTest.java#no-vmcontinuations https://github.com/eclipse-openj9/openj9/issues/17713 generic-all -serviceability/jvmti/vthread/PopFrameTest/PopFrameTest.java#no-vmcontinuations https://github.com/eclipse-openj9/openj9/issues/17715 generic-all -serviceability/jvmti/vthread/PopFrameTest/PopFrameTest.java#platform https://github.com/eclipse-openj9/openj9/issues/17716 generic-all -serviceability/jvmti/vthread/StopThreadTest/StopThreadTest.java#no-vmcontinuations https://github.com/eclipse-openj9/openj9/issues/17717 generic-all -serviceability/jvmti/vthread/StopThreadTest/StopThreadTest.java#platform https://github.com/eclipse-openj9/openj9/issues/17718 generic-all # jdk_container jdk/internal/platform/docker/TestDockerCpuMetrics.java https://github.com/eclipse-openj9/openj9/issues/16462 generic-all