From 863fcb100a7955bec91ae1421f70b69c7ffb90c4 Mon Sep 17 00:00:00 2001 From: Haroon Khel Date: Tue, 2 Jul 2024 16:42:40 +0100 Subject: [PATCH] [v1.0.2-release] Cherry pick exclusions into release branch --- .../vendors/eclipse/ProblemList_openjdk8.txt | 122 ++++++++++++++++++ openjdk/openjdk.mk | 2 +- 2 files changed, 123 insertions(+), 1 deletion(-) create mode 100644 openjdk/excludes/vendors/eclipse/ProblemList_openjdk8.txt diff --git a/openjdk/excludes/vendors/eclipse/ProblemList_openjdk8.txt b/openjdk/excludes/vendors/eclipse/ProblemList_openjdk8.txt new file mode 100644 index 0000000000..dbbd37b5ab --- /dev/null +++ b/openjdk/excludes/vendors/eclipse/ProblemList_openjdk8.txt @@ -0,0 +1,122 @@ +############################################################################ +# 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. +############################################################################# + +# hotspot_all + +############################################################################ + +# hotspot_jre + +############################################################################ + +# jdk_awt + +############################################################################ + +# jdk_beans + +############################################################################ + +# jdk_compiler + +############################################################################ + +# jdk_lang + +############################################################################ + +# jdk_management + +############################################################################ + +# jdk_jmx + +############################################################################ + +# jdk_math + +############################################################################ + +# jdk_net + +java/net/Inet6Address/B6206527.java https://github.com/adoptium/infrastructure/issues/3614 linux-all +java/net/ipv6tests/B6521014.java https://github.com/adoptium/infrastructure/issues/3614 linux-all + +############################################################################ + +# jdk_io + +############################################################################ + +# jdk_nio + +############################################################################ + +# jdk_rmi + +############################################################################ + +# jdk_security1 + +############################################################################ + +# jdk_security2 + +############################################################################ + +# jdk_security4 + +############################################################################ + +# jdk_sound + +############################################################################ + +# jdk_swing + +############################################################################ + +# jdk_text + +############################################################################ + +# jdk_time + +############################################################################ + +# jdk_tools + +############################################################################ + +# jdk_jdi + +############################################################################ + +# jdk_util + +############################################################################ + +# svc_tools + +############################################################################ + +# jdk_other + +############################################################################ + +# jdk_imageio + +############################################################################ + +# jdk_jfr \ No newline at end of file diff --git a/openjdk/openjdk.mk b/openjdk/openjdk.mk index 52567a757d..8e8ac6b8b9 100644 --- a/openjdk/openjdk.mk +++ b/openjdk/openjdk.mk @@ -235,7 +235,7 @@ else ifneq (,$(findstring FIPS140_3_OpenJCEPlus, $(TEST_FLAG))) endif VENDOR_PROBLEM_LIST_FILE:= -ifeq ($(JDK_VENDOR),$(filter $(JDK_VENDOR),redhat azul alibaba microsoft)) +ifeq ($(JDK_VENDOR),$(filter $(JDK_VENDOR),redhat azul alibaba microsoft eclipse)) VENDOR_FILE:=excludes$(D)vendors$(D)$(JDK_VENDOR)$(D)ProblemList_openjdk$(JDK_VERSION).txt ifneq (,$(wildcard $(VENDOR_FILE))) VENDOR_PROBLEM_LIST_FILE:=-exclude:$(Q)$(TEST_ROOT)$(D)openjdk$(D)$(VENDOR_FILE)$(Q)