RFR: 8316399: Exclude java/net/MulticastSocket/Promiscuous.java on AIX
Christoph Langer
clanger at openjdk.org
Mon Sep 18 07:48:44 UTC 2023
On Mon, 18 Sep 2023 07:13:30 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> Looks okay, just surprising that java/nio/channels/DatagramChannel/Promiscuous.java passes but MulticastSocket/Promiscuous.java fails.
Without a deeper look, it seems to me that in java/nio/channels/DatagramChannel/Promiscuous.java, AIX is not part of the platforms where joining an IPv4 Multicast group from an an IPv6 channel is attempted, as per [this coding](https://github.com/openjdk/jdk/blob/fbc766ee21ff7e6d414bd7d2c8bd7c9e1889a8af/test/jdk/java/nio/channels/DatagramChannel/Promiscuous.java#L200). I guess this would also be the type of fixing we'd have to apply to each single test.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15777#issuecomment-1722900460
More information about the net-dev
mailing list