Details
-
Bug
-
Resolution: Fixed
-
P4
-
13, 14
-
b12
-
ppc
-
aix
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8230383 | 13.0.2 | Matthias Baesken | P4 | Resolved | Fixed | b01 |
JDK-8338091 | 11.0.26-oracle | Vanitha B P | P4 | Resolved | Fixed | master |
Description
On some AIX machines the java/net/MulticastSocket/NoLoopbackPackets.java test fails,
the IPV6 tests e.g. "ff02::1:1" IPV6 entry in the test are the problematic one.
ifconfig -a on the "good" machine showed an inet6 address configured for en0.
But on the machines where the test fails, it is NOT displayed by ifconfig -a.
A similar issue has been discussed for other Multicast tests ("8207404: MulticastSocket tests failing on Aix" ), so we probably have to
adjust the checks in the test a bit.
the IPV6 tests e.g. "ff02::1:1" IPV6 entry in the test are the problematic one.
ifconfig -a on the "good" machine showed an inet6 address configured for en0.
But on the machines where the test fails, it is NOT displayed by ifconfig -a.
A similar issue has been discussed for other Multicast tests ("8207404: MulticastSocket tests failing on Aix" ), so we probably have to
adjust the checks in the test a bit.
Attachments
Issue Links
- backported by
-
JDK-8230383 java/net/MulticastSocket/NoLoopbackPackets.java fails on some AIX machines
- Resolved
-
JDK-8338091 java/net/MulticastSocket/NoLoopbackPackets.java fails on some AIX machines
- Resolved