From 70d050c7b7c98d919c3e4f444bdfdc13b3b8f0cc Mon Sep 17 00:00:00 2001 From: Haroon Khel Date: Thu, 8 Feb 2024 17:18:11 +0000 Subject: [PATCH 1/3] exclude HttpURLConnectionExpectContinueTest for jdk17 linux --- openjdk/excludes/ProblemList_openjdk17.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/openjdk/excludes/ProblemList_openjdk17.txt b/openjdk/excludes/ProblemList_openjdk17.txt index ded317d3d3..d7deb228ef 100644 --- a/openjdk/excludes/ProblemList_openjdk17.txt +++ b/openjdk/excludes/ProblemList_openjdk17.txt @@ -120,6 +120,7 @@ com/sun/jndi/dns/ConfigTests/Timeout.java https://bugs.openjdk.org/browse/JDK-82 # jdk_net +java/net/HttpURLConnection/HttpURLConnectionExpectContinueTest.java https://bugs.openjdk.org/browse/JDK-8314164 linux-all 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/593 linux-all java/net/InetAddress/CachedUnknownHostName.java https://github.com/adoptium/aqa-tests/issues/593 linux-all From 46d4fa6d981757be5d3f62823710c8567a908aee Mon Sep 17 00:00:00 2001 From: Haroon Khel Date: Thu, 8 Feb 2024 17:27:10 +0000 Subject: [PATCH 2/3] exclude for jdk21 --- openjdk/excludes/ProblemList_openjdk21.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/openjdk/excludes/ProblemList_openjdk21.txt b/openjdk/excludes/ProblemList_openjdk21.txt index bff6942337..9a7b3e36e5 100644 --- a/openjdk/excludes/ProblemList_openjdk21.txt +++ b/openjdk/excludes/ProblemList_openjdk21.txt @@ -130,6 +130,7 @@ jdk/incubator/concurrent/ScopedValue/StressStackOverflow.java https://bugs.openj # jdk_net +java/net/HttpURLConnection/HttpURLConnectionExpectContinueTest.java https://bugs.openjdk.org/browse/JDK-8314164 linux-all 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/593 linux-all java/net/InetAddress/CachedUnknownHostName.java https://github.com/adoptium/aqa-tests/issues/593 linux-all From 78feaea0a0c9f4a7f44cb68bda59c1bcf2a38c7d Mon Sep 17 00:00:00 2001 From: Haroon Khel Date: Thu, 8 Feb 2024 17:34:42 +0000 Subject: [PATCH 3/3] fails on jdk17 only --- openjdk/excludes/ProblemList_openjdk21.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/openjdk/excludes/ProblemList_openjdk21.txt b/openjdk/excludes/ProblemList_openjdk21.txt index 9a7b3e36e5..bff6942337 100644 --- a/openjdk/excludes/ProblemList_openjdk21.txt +++ b/openjdk/excludes/ProblemList_openjdk21.txt @@ -130,7 +130,6 @@ jdk/incubator/concurrent/ScopedValue/StressStackOverflow.java https://bugs.openj # jdk_net -java/net/HttpURLConnection/HttpURLConnectionExpectContinueTest.java https://bugs.openjdk.org/browse/JDK-8314164 linux-all 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/593 linux-all java/net/InetAddress/CachedUnknownHostName.java https://github.com/adoptium/aqa-tests/issues/593 linux-all