On Tue, 18 Aug 2026 12:33:45 GMT, David Briemann <[email protected]> wrote:
>> This fixes the AIX-specific IPv4 multicast join path for dual-stack IPv6 >> datagram sockets. >> >> Manual testing has succeeded for: >> - test/jdk/java/net/MulticastSocket/JoinIPv4GroupOnIPv6Socket.java: passed >> - test/jdk/java/net/MulticastSocket: passed, 18 passed / 0 failed / 0 >> errors >> - test/jdk/java/nio/channels/DatagramChannel/BasicMulticastTests.java: >> passed >> - >> test/jdk/java/nio/channels/DatagramChannel/MulticastSendReceiveTests.java: >> passed >> - test/jdk/java/nio/channels/DatagramChannel/Promiscuous.java: passed >> >> Also the daily test suite has succeeded for tiers 1-4. All relevant tests >> have passed. >> >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > David Briemann has updated the pull request incrementally with one additional > commit since the last revision: > > delete test file properly Marked as reviewed by alanb (Reviewer). test/jdk/ProblemList.txt line 456: > 454: java/net/MulticastSocket/SetLoopbackMode.java > 7122846,8308807 macosx-all,aix-ppc64 > 455: java/net/MulticastSocket/SetOutgoingIf.java 8308807 > aix-ppc64 > 456: java/net/MulticastSocket/Test.java 7145658 > macosx-all The update to the exclude list will several tests but it leaves others excluded via JDK-8308807. That JBS issue claims to be the same thing as JDK-8390212 but it seems there are other issues. Can JDK-8308807 be updated to make it clearer what it is about now. ------------- PR Review: https://git.openjdk.org/jdk/pull/32317#pullrequestreview-4961909618 PR Review Comment: https://git.openjdk.org/jdk/pull/32317#discussion_r3804779659
