RFR: 8313256: Exclude failing multicast tests on AIX
Christoph Langer
clanger at openjdk.org
Tue Aug 1 07:39:49 UTC 2023
On Mon, 31 Jul 2023 19:56:43 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> > We should probably add them here, too.
>
> java/nio/channels/DatagramChannel/SendReceiveMaxSize.java doesn't do multicasting but maybe it is excluded on that platform for some other reason? There are several DatagramChannel tests that do exercise multicast and I suspect they will fail on platforms that don't allow dual IPv4/IPv6 sockets to join IPv4 multicast groups.
I checked. SendReceiveMaxSize times out, probably for some other reason. So it should not be excluded here. But AfterDisconnect fails due to the IPv4/IPv6 issue, so this fits here.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15074#issuecomment-1659738268
More information about the net-dev
mailing list