On Mon, 31 Jul 2023 19:56:43 GMT, Alan Bateman <[email protected]> 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
