JDK-8224014 : Don't run test/jdk/java/net/NetworkInterface/IPv4Only.java in IPv6 only environment
Type:Sub-task
Component:core-libs
Sub-Component:java.net
Affected Version:13
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2019-05-15
Updated:2024-06-04
Resolved:2019-05-20
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
JDK-8220673 missed skipping test/jdk/java/net/NetworkInterface/IPv4Only.java when running in an IPv6 only environment. It should have a call to IPSupport.throwSkippedExceptionIfNonOperational().