From 9d786c5c2a41bff9be5b64e05ee84122dce73eb8 Mon Sep 17 00:00:00 2001 From: Haroon Khel Date: Tue, 16 Jul 2024 14:24:33 +0100 Subject: [PATCH 1/3] Exclude TestUTCParse for JDK11 Linux --- .../vendors/eclipse/ProblemList_openjdk11.txt | 155 ++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 openjdk/excludes/vendors/eclipse/ProblemList_openjdk11.txt diff --git a/openjdk/excludes/vendors/eclipse/ProblemList_openjdk11.txt b/openjdk/excludes/vendors/eclipse/ProblemList_openjdk11.txt new file mode 100644 index 0000000000..4706e6a659 --- /dev/null +++ b/openjdk/excludes/vendors/eclipse/ProblemList_openjdk11.txt @@ -0,0 +1,155 @@ +############################################################################ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +############################################################################# + +# jdk_awt + +############################################################################ + +# jdk_beans + +############################################################################ + +# jdk_compiler + +############################################################################ + +# jdk_lang + +############################################################################ + +# jdk_management + +############################################################################ + +# jdk_security3 + +java/time/test/java/time/format/TestUTCParse.java https://github.com/adoptium/infrastructure/issues/3658#issuecomment-2220728689 linux-all + +############################################################################ + +# jdk_security4 + +########################################################################### + +# jdk_jmx + +############################################################################ + +# jdk_math + +############################################################################ + +# jdk_other + +############################################################################ + +# jdk_net + +############################################################################ + +# jdk_io + +############################################################################ + +# jdk_jdi + +############################################################################# + +# jdk_jfr + +############################################################################ + +# jdk_nio + +############################################################################ + +# jdk_rmi + +############################################################################ + +# jdk_security1 + +############################################################################ + +# jdk_security3 + +############################################################################ + +# jdk_security_infra + +############################################################################ + +# jdk_sound + +############################################################################ + +# jdk_swing + +############################################################################ + +# jdk_text + +############################################################################ + +# jdk_time + +java/time/tck/java/time/format/TCKDateTimeFormatterBuilder.java https://github.com/adoptium/aqa-tests/issues/3051 macosx-all + +############################################################################ + +# jdk_tools + +############################################################################ + +# jdk_jdi + +############################################################################ + +# jdk_util + +############################################################################ + +# svc_tools + +############################################################################ + +# jdk_other + +############################################################################ + +# hotspot_compiler + +############################################################################ + +# jdk_imageio + +############################################################################ + +# jdk_build + +############################################################################ + +# jdk_container/hotspot_container + +############################################################################ + +# hotspot_gc + +############################################################################ + +# hotspot_runtime + +############################################################################ + +# hotspot_serviceability From c18511a95670689f1aa6d4f05484c6d34982bd7a Mon Sep 17 00:00:00 2001 From: Haroon Khel Date: Tue, 16 Jul 2024 14:26:09 +0100 Subject: [PATCH 2/3] tidy up --- openjdk/excludes/vendors/eclipse/ProblemList_openjdk11.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/openjdk/excludes/vendors/eclipse/ProblemList_openjdk11.txt b/openjdk/excludes/vendors/eclipse/ProblemList_openjdk11.txt index 4706e6a659..b062cb849e 100644 --- a/openjdk/excludes/vendors/eclipse/ProblemList_openjdk11.txt +++ b/openjdk/excludes/vendors/eclipse/ProblemList_openjdk11.txt @@ -82,10 +82,6 @@ java/time/test/java/time/format/TestUTCParse.java https://github.com/adoptium/in ############################################################################ -# jdk_security3 - -############################################################################ - # jdk_security_infra ############################################################################ @@ -104,8 +100,6 @@ java/time/test/java/time/format/TestUTCParse.java https://github.com/adoptium/in # jdk_time -java/time/tck/java/time/format/TCKDateTimeFormatterBuilder.java https://github.com/adoptium/aqa-tests/issues/3051 macosx-all - ############################################################################ # jdk_tools From b67a39c1168b98a1faf88af27c121c93aafd20f2 Mon Sep 17 00:00:00 2001 From: Haroon Khel Date: Tue, 16 Jul 2024 14:32:05 +0100 Subject: [PATCH 3/3] Move test to correct group --- openjdk/excludes/vendors/eclipse/ProblemList_openjdk11.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openjdk/excludes/vendors/eclipse/ProblemList_openjdk11.txt b/openjdk/excludes/vendors/eclipse/ProblemList_openjdk11.txt index b062cb849e..e32e9f547a 100644 --- a/openjdk/excludes/vendors/eclipse/ProblemList_openjdk11.txt +++ b/openjdk/excludes/vendors/eclipse/ProblemList_openjdk11.txt @@ -34,8 +34,6 @@ # jdk_security3 -java/time/test/java/time/format/TestUTCParse.java https://github.com/adoptium/infrastructure/issues/3658#issuecomment-2220728689 linux-all - ############################################################################ # jdk_security4 @@ -100,6 +98,8 @@ java/time/test/java/time/format/TestUTCParse.java https://github.com/adoptium/in # jdk_time +java/time/test/java/time/format/TestUTCParse.java https://github.com/adoptium/infrastructure/issues/3658#issuecomment-2220728689 linux-all + ############################################################################ # jdk_tools