From 4fd5465cdb9ae59ccf16d50f473d77901ad44aa3 Mon Sep 17 00:00:00 2001 From: Haroon Khel Date: Mon, 24 Jun 2024 16:57:09 +0100 Subject: [PATCH 1/2] Exclude 2 ipv6 jdk8 tests on linux-all --- openjdk/excludes/ProblemList_openjdk8.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openjdk/excludes/ProblemList_openjdk8.txt b/openjdk/excludes/ProblemList_openjdk8.txt index 25f1bb20a4..3f5d2eb44a 100644 --- a/openjdk/excludes/ProblemList_openjdk8.txt +++ b/openjdk/excludes/ProblemList_openjdk8.txt @@ -168,7 +168,8 @@ 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 https://github.com/adoptium/infrastructure/issues/1085 macosx-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/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 @@ -182,7 +183,8 @@ 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 https://github.com/adoptium/infrastructure/issues/1085 macosx-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/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 From bc91e486d95a13d8192a1532ea85994c836fced1 Mon Sep 17 00:00:00 2001 From: Haroon Khel Date: Fri, 28 Jun 2024 15:04:58 +0100 Subject: [PATCH 2/2] move exclusions to adoptium directory --- openjdk/excludes/ProblemList_openjdk8.txt | 6 +- .../vendors/adoptium/ProblemList_openjdk8.txt | 122 ++++++++++++++++++ 2 files changed, 124 insertions(+), 4 deletions(-) create mode 100644 openjdk/excludes/vendors/adoptium/ProblemList_openjdk8.txt diff --git a/openjdk/excludes/ProblemList_openjdk8.txt b/openjdk/excludes/ProblemList_openjdk8.txt index 3f5d2eb44a..25f1bb20a4 100644 --- a/openjdk/excludes/ProblemList_openjdk8.txt +++ b/openjdk/excludes/ProblemList_openjdk8.txt @@ -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 @@ -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 diff --git a/openjdk/excludes/vendors/adoptium/ProblemList_openjdk8.txt b/openjdk/excludes/vendors/adoptium/ProblemList_openjdk8.txt new file mode 100644 index 0000000000..1fa7084984 --- /dev/null +++ b/openjdk/excludes/vendors/adoptium/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