From 80f59b2760e1d8b3b158ebbefd034fce252d8c7f Mon Sep 17 00:00:00 2001 From: Peter Shipton Date: Tue, 21 Feb 2023 23:28:58 -0500 Subject: [PATCH] Exclude java/lang/annotation/LoaderLeakTest on OpenJ9 jdk11 It's excluded on jdk17+. The test is added to jdk11 in 11.0.19. Issue https://github.com/eclipse-openj9/openj9/issues/13201 Signed-off-by: Peter Shipton --- openjdk/excludes/ProblemList_openjdk11-openj9.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/openjdk/excludes/ProblemList_openjdk11-openj9.txt b/openjdk/excludes/ProblemList_openjdk11-openj9.txt index fe8f25e9f4..27bd641e16 100644 --- a/openjdk/excludes/ProblemList_openjdk11-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk11-openj9.txt @@ -70,6 +70,7 @@ java/lang/ThreadGroup/SetMaxPriority.java https://github.com/eclipse-openj9/open java/lang/Throwable/SuppressedExceptions.java https://github.com/eclipse-openj9/openj9/issues/6692 generic-all java/lang/annotation/AnnotationsInheritanceOrderRedefinitionTest.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all java/lang/annotation/loaderLeak/Main.java https://github.com/eclipse-openj9/openj9/issues/6701 generic-all +java/lang/annotation/LoaderLeakTest.java https://github.com/eclipse-openj9/openj9/issues/13201 generic-all java/lang/invoke/AccessControlTest.java https://github.com/adoptium/aqa-tests/issues/1285 generic-all java/lang/invoke/ArrayConstructorTest.java https://github.com/adoptium/aqa-tests/issues/1297 generic-all java/lang/invoke/CallerSensitiveAccess.java https://github.com/eclipse-openj9/openj9/issues/6768 generic-all