From 76d86dd467e66b2d330c526a6a71e406ab3c8b20 Mon Sep 17 00:00:00 2001 From: LongyuZhang Date: Wed, 19 Feb 2025 10:43:59 -0500 Subject: [PATCH] Exclude subtest TestClock_System in jdk_time for j9 jdk11+ (#5961) Exclude subtest TestClock_System in jdk_time for j9 jdk11+ Signed-off-by: LongyuZhang --- openjdk/excludes/ProblemList_openjdk11-openj9.txt | 1 + openjdk/excludes/ProblemList_openjdk17-openj9.txt | 1 + openjdk/excludes/ProblemList_openjdk21-openj9.txt | 1 + openjdk/excludes/ProblemList_openjdk23-openj9.txt | 1 + openjdk/excludes/ProblemList_openjdk24-openj9.txt | 1 + openjdk/excludes/ProblemList_openjdk25-openj9.txt | 1 + 6 files changed, 6 insertions(+) diff --git a/openjdk/excludes/ProblemList_openjdk11-openj9.txt b/openjdk/excludes/ProblemList_openjdk11-openj9.txt index 8a477c7cf5..6286b54123 100644 --- a/openjdk/excludes/ProblemList_openjdk11-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk11-openj9.txt @@ -326,6 +326,7 @@ sun/security/tools/jarsigner/PreserveRawManifestEntryAndDigest.java https://gith ############################################################################ # jdk_time +java/time/test/java/time/TestClock_System.java https://github.com/eclipse-openj9/openj9/issues/20610 generic-all ############################################################################ diff --git a/openjdk/excludes/ProblemList_openjdk17-openj9.txt b/openjdk/excludes/ProblemList_openjdk17-openj9.txt index 623f95418d..79fd44f385 100644 --- a/openjdk/excludes/ProblemList_openjdk17-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk17-openj9.txt @@ -378,6 +378,7 @@ sun/security/krb5/auto/NoAddresses.java https://github.com/adoptium/aqa-tests/is ############################################################################ # jdk_time +java/time/test/java/time/TestClock_System.java https://github.com/eclipse-openj9/openj9/issues/20610 generic-all ############################################################################ diff --git a/openjdk/excludes/ProblemList_openjdk21-openj9.txt b/openjdk/excludes/ProblemList_openjdk21-openj9.txt index 96e4d41b6f..424cd71229 100644 --- a/openjdk/excludes/ProblemList_openjdk21-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk21-openj9.txt @@ -437,6 +437,7 @@ sun/security/krb5/auto/NoAddresses.java https://github.com/adoptium/aqa-tests/is ############################################################################ # jdk_time +java/time/test/java/time/TestClock_System.java https://github.com/eclipse-openj9/openj9/issues/20610 generic-all ############################################################################ diff --git a/openjdk/excludes/ProblemList_openjdk23-openj9.txt b/openjdk/excludes/ProblemList_openjdk23-openj9.txt index 2fed9a412e..a1b4164195 100644 --- a/openjdk/excludes/ProblemList_openjdk23-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk23-openj9.txt @@ -446,6 +446,7 @@ sun/security/krb5/auto/Cleaners.java https://github.com/eclipse-openj9/openj9/is ############################################################################ # jdk_time +java/time/test/java/time/TestClock_System.java https://github.com/eclipse-openj9/openj9/issues/20610 generic-all ############################################################################ diff --git a/openjdk/excludes/ProblemList_openjdk24-openj9.txt b/openjdk/excludes/ProblemList_openjdk24-openj9.txt index 63b0274952..1626a005ee 100644 --- a/openjdk/excludes/ProblemList_openjdk24-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk24-openj9.txt @@ -458,6 +458,7 @@ sun/security/krb5/auto/Cleaners.java https://github.com/eclipse-openj9/openj9/is ############################################################################ # jdk_time +java/time/test/java/time/TestClock_System.java https://github.com/eclipse-openj9/openj9/issues/20610 generic-all ############################################################################ diff --git a/openjdk/excludes/ProblemList_openjdk25-openj9.txt b/openjdk/excludes/ProblemList_openjdk25-openj9.txt index bc8c97c345..1cd43e3b57 100644 --- a/openjdk/excludes/ProblemList_openjdk25-openj9.txt +++ b/openjdk/excludes/ProblemList_openjdk25-openj9.txt @@ -435,6 +435,7 @@ sun/security/krb5/auto/Cleaners.java https://github.com/eclipse-openj9/openj9/is ############################################################################ # jdk_time +java/time/test/java/time/TestClock_System.java https://github.com/eclipse-openj9/openj9/issues/20610 generic-all ############################################################################