RFR: 8361423: Add IPSupport::printPlatformSupport to java/net/NetworkInterface/IPv4Only.java

2025-07-15 Thread ayush
This is part of a series of diagnostic output updates to java.net tests to assist in the analysis of failures in IPv6 only environments for Linux there is not IPv4 configuration but the IPv4 stack remains enabled For macOS, and windows the IPv4 stacks are disabled, and IPv4 configuration removed

Re: RFR: 8361423: Add IPSupport::printPlatformSupport to java/net/NetworkInterface/IPv4Only.java [v2]

2025-07-22 Thread Ayush Rigal
onfiguration > removed > > add IPSupport::printPlatformSupport(System.out); > > to the start of main Ayush Rigal has updated the pull request incrementally with one additional commit since the last revision: 8361423: Add IPSupport::printPlatformSupport to java/net/Net

Integrated: 8361423: Add IPSupport::printPlatformSupport to java/net/NetworkInterface/IPv4Only.java

2025-07-24 Thread Ayush Rigal
On Fri, 11 Jul 2025 13:39:33 GMT, Ayush Rigal wrote: > This is part of a series of diagnostic output updates to java.net tests to > assist in the analysis of failures in IPv6 only environments > for Linux there is not IPv4 configuration but the IPv4 stack remains enabled > Fo