Re: [jdk23] RFR: 8334600: TEST java/net/MulticastSocket/IPMulticastIF.java fails on linux-aarch64

2024-06-28 Thread Alan Bateman
On Fri, 28 Jun 2024 15:36:28 GMT, SendaoYan wrote: > Hi all, > > This pull request contains a backport of commit > [f23295ec](https://github.com/openjdk/jdk/commit/f23295ec1dde58d239a2625c9b1645534a2bb625) > from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. > > The commit being

[jdk23] RFR: 8334600: TEST java/net/MulticastSocket/IPMulticastIF.java fails on linux-aarch64

2024-06-28 Thread SendaoYan
Hi all, This pull request contains a backport of commit [f23295ec](https://github.com/openjdk/jdk/commit/f23295ec1dde58d239a2625c9b1645534a2bb625) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by Daniel Fuchs on 26 Jun 2024 and was rev

Re: RFR: 8334600: TEST java/net/MulticastSocket/IPMulticastIF.java fails on linux-aarch64

2024-06-28 Thread SendaoYan
On Fri, 28 Jun 2024 15:05:21 GMT, SendaoYan wrote: >> Please find here a change that makes the test IPMulticastIF.java more >> resilient to platform-dependent behavior. >> >> The test assumed that you could set any outbound network interface on a >> bound datagram channel. This is in fact syst

Re: RFR: 8334600: TEST java/net/MulticastSocket/IPMulticastIF.java fails on linux-aarch64

2024-06-28 Thread Daniel Fuchs
On Fri, 28 Jun 2024 15:05:21 GMT, SendaoYan wrote: >> Please find here a change that makes the test IPMulticastIF.java more >> resilient to platform-dependent behavior. >> >> The test assumed that you could set any outbound network interface on a >> bound datagram channel. This is in fact syst

Re: RFR: 8334600: TEST java/net/MulticastSocket/IPMulticastIF.java fails on linux-aarch64

2024-06-28 Thread SendaoYan
On Tue, 25 Jun 2024 13:22:38 GMT, Daniel Fuchs wrote: > Please find here a change that makes the test IPMulticastIF.java more > resilient to platform-dependent behavior. > > The test assumed that you could set any outbound network interface on a bound > datagram channel. This is in fact system