From 942c7f05ab79817b8aae9783b2b2dc4cb644fe53 Mon Sep 17 00:00:00 2001 From: Babneet Singh Date: Wed, 1 Mar 2023 18:22:00 -0500 Subject: [PATCH] Permanently disable ContinuationTest (#4382) Refer to #1297 to permanently exclude. Related: eclipse-openj9/openj9#16792 Related: #1297 Signed-off-by: Babneet Singh --- openjdk/excludes/ProblemList_openjdk19-openj9.txt | 2 +- openjdk/excludes/ProblemList_openjdk20-openj9.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openjdk/excludes/ProblemList_openjdk19-openj9.txt b/openjdk/excludes/ProblemList_openjdk19-openj9.txt index 260f43f0ae..b0657d7260 100644 --- a/openjdk/excludes/ProblemList_openjdk19-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk19-openj9.txt @@ -579,4 +579,4 @@ serviceability/jvmti/vthread/VThreadTest/VThreadTest.java https://github.com/ecl serviceability/jvmti/vthread/VThreadUnsupportedTest/VThreadUnsupportedTest.java https://github.com/eclipse-openj9/openj9/issues/16167 generic-all serviceability/jvmti/vthread/WaitNotifySuspendedVThreadTest/WaitNotifySuspendedVThreadTest.java https://github.com/eclipse-openj9/openj9/issues/16168 generic-all serviceability/jvmti/stress/StackTrace/Suspended/GetStackTraceSuspendedStressTest.java https://github.com/eclipse-openj9/openj9/issues/16751 generic-all -serviceability/jvmti/vthread/ContinuationTest/ContinuationTest.java https://github.com/eclipse-openj9/openj9/issues/16792 generic-all +serviceability/jvmti/vthread/ContinuationTest/ContinuationTest.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all diff --git a/openjdk/excludes/ProblemList_openjdk20-openj9.txt b/openjdk/excludes/ProblemList_openjdk20-openj9.txt index b9a4db02a7..d3bf21ddd9 100644 --- a/openjdk/excludes/ProblemList_openjdk20-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk20-openj9.txt @@ -581,4 +581,4 @@ serviceability/jvmti/vthread/VThreadTest/VThreadTest.java https://github.com/ecl serviceability/jvmti/vthread/VThreadUnsupportedTest/VThreadUnsupportedTest.java https://github.com/eclipse-openj9/openj9/issues/16167 generic-all serviceability/jvmti/vthread/WaitNotifySuspendedVThreadTest/WaitNotifySuspendedVThreadTest.java https://github.com/eclipse-openj9/openj9/issues/16168 generic-all serviceability/jvmti/stress/StackTrace/Suspended/GetStackTraceSuspendedStressTest.java https://github.com/eclipse-openj9/openj9/issues/16751 generic-all -serviceability/jvmti/vthread/ContinuationTest/ContinuationTest.java https://github.com/eclipse-openj9/openj9/issues/16792 generic-all +serviceability/jvmti/vthread/ContinuationTest/ContinuationTest.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all