-
Bug
-
Resolution: Fixed
-
P5
-
14
-
b12
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8309995 | 11.0.21 | Goetz Lindenmaier | P5 | Resolved | Fixed | b01 |
JDK-8301300 | 11.0.20-oracle | Ramesh Gangadhar | P5 | Resolved | Fixed | b01 |
This test should be skipped if IPv6 is disabled on the host, and it already has a `shouldRun` field to support this. But at the moment the the `setUp()` method will throw in `HttpServer::create` when it's passed an IPv6 address on a system with IPv6 disabled. Fix is to check shouldRun in setUp and return immediately if it's false.
- backported by
-
JDK-8301300 [TESTBUG] java/net/Socks/SocksIPv6Test fails without IPv6
- Resolved
-
JDK-8309995 [TESTBUG] java/net/Socks/SocksIPv6Test fails without IPv6
- Resolved