From 4ea7faeadb24e613895e47e48b6e806162082a90 Mon Sep 17 00:00:00 2001 From: Peter Shipton Date: Thu, 30 Jan 2025 15:07:08 -0500 Subject: [PATCH] Temporarily exclude some tests for OpenJ9 jdk24 (#5931) java/lang/Thread/virtual/CancelTimerWithContention.java java/lang/Thread/virtual/Starvation.java Issues: https://github.com/eclipse-openj9/openj9/issues/21036 https://github.com/eclipse-openj9/openj9/issues/21037 Signed-off-by: Peter Shipton --- openjdk/excludes/ProblemList_openjdk24-openj9.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openjdk/excludes/ProblemList_openjdk24-openj9.txt b/openjdk/excludes/ProblemList_openjdk24-openj9.txt index 0bc14f80c2..145d555766 100644 --- a/openjdk/excludes/ProblemList_openjdk24-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk24-openj9.txt @@ -130,6 +130,7 @@ java/lang/System/LoggerFinder/modules/UnnamedLoggerForImageTest.java https://git java/lang/Thread/SleepSanity.java https://github.com/eclipse-openj9/openj9/issues/17638 windows-all java/lang/Thread/ThreadSleepEvent.java https://github.com/eclipse-openj9/openj9/issues/20166 generic-all java/lang/Thread/UncaughtExceptions.sh https://github.com/eclipse-openj9/openj9/issues/6690 generic-all +java/lang/Thread/virtual/CancelTimerWithContention.java https://github.com/eclipse-openj9/openj9/issues/21037 generic-all java/lang/Thread/virtual/JfrEvents.java https://github.com/eclipse-openj9/openj9/issues/20166 generic-all java/lang/Thread/virtual/MiscMonitorTests.java#default https://github.com/eclipse-openj9/openj9/issues/20705 generic-all java/lang/Thread/virtual/MiscMonitorTests.java#Xcomp https://github.com/eclipse-openj9/openj9/issues/20705 generic-all @@ -149,6 +150,7 @@ java/lang/Thread/virtual/MonitorWaitNotify.java#Xint-LM_LEGACY https://github.co java/lang/Thread/virtual/MonitorWaitNotify.java#Xint-LM_LIGHTWEIGHT https://github.com/eclipse-openj9/openj9/issues/20369 generic-all java/lang/Thread/virtual/RetryMonitorEnterWhenPinned.java https://github.com/eclipse-openj9/openj9/issues/20955 generic-all java/lang/Thread/virtual/StackTraces.java https://github.com/eclipse-openj9/openj9/issues/16045 generic-all +java/lang/Thread/virtual/Starvation.java https://github.com/eclipse-openj9/openj9/issues/21036 generic-all java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java#id0 https://github.com/eclipse-openj9/openj9/issues/18908 linux-s390x java/lang/Thread/virtual/stress/LotsOfContendedMonitorEnter.java#default https://github.com/eclipse-openj9/openj9/issues/20705 generic-all java/lang/Thread/virtual/stress/LotsOfContendedMonitorEnter.java#LM_LIGHTWEIGHT https://github.com/eclipse-openj9/openj9/issues/20705 generic-all