From 6b70c4078529dc065ab4ca15cbd76c477c89fbcc Mon Sep 17 00:00:00 2001 From: Jack Lu Date: Tue, 21 Feb 2023 15:30:01 -0500 Subject: [PATCH] Exclude unstable Loom tests - Skynet: timeout due to perf - TimedGet: failure on mac-x86 Signed-off-by: Jack Lu --- openjdk/excludes/ProblemList_openjdk19-openj9.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openjdk/excludes/ProblemList_openjdk19-openj9.txt b/openjdk/excludes/ProblemList_openjdk19-openj9.txt index b67af18a16..425be2b28b 100644 --- a/openjdk/excludes/ProblemList_openjdk19-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk19-openj9.txt @@ -113,6 +113,8 @@ 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 https://github.com/eclipse-openj9/openj9/issues/16728 generic-all +java/lang/Thread/virtual/stress/TimedGet.java https://github.com/eclipse-openj9/openj9/issues/16729 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 java/util/stream/test/org/openjdk/tests/java/util/stream/SpliteratorTest.java https://github.com/eclipse-openj9/openj9/issues/11135 generic-all