Skip to content

Commit

Permalink
Re-enable JSR166TestCase on jdk23 and jdk24 for OpenJ9 (#5431)
Browse files Browse the repository at this point in the history
The reason for exclusion is resolved via: ibmruntimes/openj9-openjdk-jdk#812
and: ibmruntimes/openj9-openjdk-jdk23#11

Signed-off-by: Nathan Henderson <[email protected]>
  • Loading branch information
ThanHenderson authored Jul 12, 2024
1 parent 4779b26 commit bad8bed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions openjdk/excludes/ProblemList_openjdk23-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -450,10 +450,6 @@ java/util/concurrent/locks/Lock/TimedAcquireLeak.java https://github.com/eclipse
java/util/concurrent/locks/Lock/OOMEInAQS.java https://github.com/eclipse-openj9/openj9/issues/16659 generic-all
java/util/concurrent/SynchronousQueue/Fairness.java https://github.com/eclipse-openj9/openj9/issues/18771 generic-all
java/util/concurrent/TimeUnit/Basic.java https://github.com/adoptium/aqa-tests/issues/1665 windows-all
java/util/concurrent/tck/JSR166TestCase.java#default https://github.com/eclipse-openj9/openj9/issues/19304 generic-all
java/util/concurrent/tck/JSR166TestCase.java#forkjoinpool-common-parallelism https://github.com/eclipse-openj9/openj9/issues/19304 generic-all
java/util/concurrent/tck/JSR166TestCase.java#others https://github.com/eclipse-openj9/openj9/issues/19304 generic-all
java/util/concurrent/tck/JSR166TestCase.java#security-manager https://github.com/eclipse-openj9/openj9/issues/19304 generic-all
java/util/logging/CheckZombieLockTest.java https://bugs.openjdk.java.net/browse/JDK-8148972 macosx-all,linux-all
java/util/logging/LogManager/TestLoggerNames.java https://github.com/eclipse-openj9/openj9/issues/4561 generic-all
java/util/logging/TestLoggerWeakRefLeak.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all
Expand Down
4 changes: 0 additions & 4 deletions openjdk/excludes/ProblemList_openjdk24-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -450,10 +450,6 @@ java/util/concurrent/locks/Lock/TimedAcquireLeak.java https://github.com/eclipse
java/util/concurrent/locks/Lock/OOMEInAQS.java https://github.com/eclipse-openj9/openj9/issues/16659 generic-all
java/util/concurrent/SynchronousQueue/Fairness.java https://github.com/eclipse-openj9/openj9/issues/18771 generic-all
java/util/concurrent/TimeUnit/Basic.java https://github.com/adoptium/aqa-tests/issues/1665 windows-all
java/util/concurrent/tck/JSR166TestCase.java#default https://github.com/eclipse-openj9/openj9/issues/19304 generic-all
java/util/concurrent/tck/JSR166TestCase.java#forkjoinpool-common-parallelism https://github.com/eclipse-openj9/openj9/issues/19304 generic-all
java/util/concurrent/tck/JSR166TestCase.java#others https://github.com/eclipse-openj9/openj9/issues/19304 generic-all
java/util/concurrent/tck/JSR166TestCase.java#security-manager https://github.com/eclipse-openj9/openj9/issues/19304 generic-all
java/util/logging/CheckZombieLockTest.java https://bugs.openjdk.java.net/browse/JDK-8148972 macosx-all,linux-all
java/util/logging/LogManager/TestLoggerNames.java https://github.com/eclipse-openj9/openj9/issues/4561 generic-all
java/util/logging/TestLoggerWeakRefLeak.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all
Expand Down

0 comments on commit bad8bed

Please sign in to comment.