Skip to content

Commit

Permalink
[v1.0.2-release] Cherry pick exclusions into release branch (#5417)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel authored Jul 2, 2024
1 parent 1d9a0ce commit 60fd10b
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 1 deletion.
122 changes: 122 additions & 0 deletions openjdk/excludes/vendors/eclipse/ProblemList_openjdk8.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion openjdk/openjdk.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 60fd10b

Please sign in to comment.