[jdk11u-dev] Withdrawn: 8220673: Add test library support for determining platform IP support

Andrew Lu andrewlu at openjdk.org
Mon Sep 2 09:12:23 UTC 2024


On Thu, 15 Aug 2024 05:33:46 GMT, Andrew Lu <andrewlu at openjdk.org> wrote:

> I backport this for parity with 11.0.25-oracle.
> these tests are not clean, but all added code is clean
> test/jdk/java/net/NetworkInterface/Test.java
> test/jdk/java/net/Socket/CloseAvailable.java
> test/jdk/java/net/Socket/HttpProxy.java
> test/jdk/java/net/Socket/SetSoLinger.java
> test/jdk/java/nio/channels/DatagramChannel/Disconnect.java
> 
> this class is not exist, ignore, other classes are clean
> test/jdk/java/nio/channels/etc/PrintSupportedOptions.java
> 
> As https://bugs.openjdk.org/browse/JDK-8239355 is already backported, https://github.com/openjdk/jdk11u-dev/commit/f4288be071133267f3647475c510be4d77dcf608
> so not modify the test/lib/jdk/test/lib/net/IPSupport.java
> it missed to backported to modify the test/jdk/java/net/IPSupport/MinimumPermissions.policy
> so here edit it.
> 
> also add backport for https://bugs.openjdk.org/browse/JDK-8223652
> otherwise other tests will fail due to the throwSkippedExceptionIfNonOperational() change

This pull request has been closed without being integrated.

-------------

PR: https://git.openjdk.org/jdk11u-dev/pull/2910


More information about the jdk-updates-dev mailing list