From c29075e68e2dcbeab65eedec765b6f0c31a803f7 Mon Sep 17 00:00:00 2001 From: Jack Lu Date: Mon, 3 Apr 2023 16:48:49 -0400 Subject: [PATCH] Re-enable Skynet test VThreadList lock contention fixed by https://github.com/eclipse-openj9/openj9/pull/16855 Signed-off-by: Jack Lu --- openjdk/excludes/ProblemList_openjdk19-openj9.txt | 1 - openjdk/excludes/ProblemList_openjdk20-openj9.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/openjdk/excludes/ProblemList_openjdk19-openj9.txt b/openjdk/excludes/ProblemList_openjdk19-openj9.txt index ce787eacc9..7ca9777645 100644 --- a/openjdk/excludes/ProblemList_openjdk19-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk19-openj9.txt @@ -113,7 +113,6 @@ java/lang/Thread/UncaughtExceptions.sh https://github.com/eclipse-openj9/openj9/ java/lang/Thread/UncaughtExceptionsTest.java https://github.com/eclipse-openj9/openj9/issues/11930 generic-all java/lang/Thread/virtual/PreviewFeaturesNotEnabled.java https://github.com/eclipse-openj9/openj9/issues/16044 generic-all java/lang/Thread/virtual/StackTraces.java https://github.com/eclipse-openj9/openj9/issues/16045 generic-all -java/lang/Thread/virtual/stress/Skynet.java#id0 https://github.com/eclipse-openj9/openj9/issues/16728 generic-all java/lang/Thread/virtual/stress/TimedGet.java https://github.com/eclipse-openj9/openj9/issues/15184 macosx-x64 java/lang/Thread/virtual/TracePinnedThreads.java https://github.com/eclipse-openj9/openj9/issues/15996 generic-all java/lang/Throwable/SuppressedExceptions.java https://github.com/eclipse-openj9/openj9/issues/6692 generic-all diff --git a/openjdk/excludes/ProblemList_openjdk20-openj9.txt b/openjdk/excludes/ProblemList_openjdk20-openj9.txt index f133fcb10a..284e7f7fa0 100644 --- a/openjdk/excludes/ProblemList_openjdk20-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk20-openj9.txt @@ -113,7 +113,6 @@ java/lang/Thread/UncaughtExceptions.sh https://github.com/eclipse-openj9/openj9/ java/lang/Thread/UncaughtExceptionsTest.java https://github.com/eclipse-openj9/openj9/issues/11930 generic-all java/lang/Thread/virtual/PreviewFeaturesNotEnabled.java https://github.com/eclipse-openj9/openj9/issues/16044 generic-all java/lang/Thread/virtual/StackTraces.java https://github.com/eclipse-openj9/openj9/issues/16045 generic-all -java/lang/Thread/virtual/stress/Skynet.java#id0 https://github.com/eclipse-openj9/openj9/issues/16728 generic-all java/lang/Thread/virtual/stress/TimedGet.java https://github.com/eclipse-openj9/openj9/issues/15184 macosx-x64 java/lang/Thread/virtual/TracePinnedThreads.java https://github.com/eclipse-openj9/openj9/issues/15996 generic-all java/lang/ThreadGroup/SetMaxPriority.java https://github.com/eclipse-openj9/openj9/issues/6691 generic-all