Skip to content

Commit

Permalink
Temporarily exclude some tests for OpenJ9 jdk24 (#5931)
Browse files Browse the repository at this point in the history
java/lang/Thread/virtual/CancelTimerWithContention.java
java/lang/Thread/virtual/Starvation.java

Issues:
eclipse-openj9/openj9#21036
eclipse-openj9/openj9#21037

Signed-off-by: Peter Shipton <[email protected]>
  • Loading branch information
pshipton authored Jan 30, 2025
1 parent 2817043 commit 4ea7fae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openjdk/excludes/ProblemList_openjdk24-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand 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
Expand Down

0 comments on commit 4ea7fae

Please sign in to comment.