Skip to content

Commit

Permalink
move exclusions to adoptium directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel committed Jun 28, 2024
1 parent 4fd5465 commit bc91e48
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 4 deletions.
6 changes: 2 additions & 4 deletions openjdk/excludes/ProblemList_openjdk8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@ java/math/BigInteger/LargeValueExceptions.java https://github.com/adoptium/aqa-t

java/net/Inet4Address/PingThis.java https://github.com/adoptium/infrastructure/issues/1127 aix-all
java/net/InetAddress/BadDottedIPAddress.java https://github.com/adoptium/aqa-tests/issues/827 linux-all
# java/net/Inet6Address/B6206527.java excluded on linux-all https://github.com/adoptium/infrastructure/issues/3614
java/net/Inet6Address/B6206527.java https://github.com/adoptium/infrastructure/issues/1085 macosx-all,linux-all
java/net/Inet6Address/B6206527.java https://github.com/adoptium/infrastructure/issues/1085 macosx-all
java/net/Inet6Address/B6558853.java https://github.com/adoptium/aqa-tests/issues/827 macosx-all
java/net/InetAddress/CachedUnknownHostName.java https://github.com/adoptium/aqa-tests/issues/827 linux-all
java/net/InetAddress/CheckJNI.java https://github.com/adoptium/infrastructure/issues/1085 macosx-all
Expand All @@ -183,8 +182,7 @@ java/net/MulticastSocket/Test.java https://github.com/adoptium/infrastructure/is
java/net/Socket/LinkLocal.java https://github.com/adoptium/infrastructure/issues/1085 macosx-all
java/net/SocketPermission/Wildcard.java https://github.com/adoptium/aqa-tests/issues/827 linux-all
java/net/Socks/SocksV4Test.java https://github.com/adoptium/aqa-tests/issues/827 linux-all
# java/net/ipv6tests/B6521014.java on linux-all https://github.com/adoptium/infrastructure/issues/3614
java/net/ipv6tests/B6521014.java https://github.com/adoptium/infrastructure/issues/1085 macosx-all,linux-all
java/net/ipv6tests/B6521014.java https://github.com/adoptium/infrastructure/issues/1085 macosx-all
java/net/ipv6tests/UdpTest.java https://bugs.openjdk.java.net/browse/JDK-8198266 generic-all
java/net/ipv6tests/TcpTest.java https://github.com/adoptium/infrastructure/issues/1085 macosx-all
com/sun/net/httpserver/Test1.java https://github.com/adoptium/aqa-tests/issues/827 linux-ppc64le
Expand Down
122 changes: 122 additions & 0 deletions openjdk/excludes/vendors/adoptium/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

0 comments on commit bc91e48

Please sign in to comment.