Can I please get a review of this change which problem lists `java/nio/channels/SocketChannel/OpenLeak.java` and `java/nio/channels/SocketChannel/CloseDuringConnect.java tests on macos 26?
These 2 tests fail regularly (and contribute to failures) on macos 26. The underlying issue appears to be a bug in macos 26, for which an issue has been filed with Apple. Details are available in https://bugs.openjdk.org/browse/JDK-8375658. I've verified that the problem listing correctly prevents these two tests from running on macos 26. I've also checked that the tests continue to execute (and pass) on other platforms. I'm waiting for a run to complete on macos 15.x to make sure these tests continue to run and pass there. ------------- Commit messages: - 8379622: Problemlist java/nio/channels/SocketChannel/OpenLeak.java and CloseDuringConnect.java on macos 26 Changes: https://git.openjdk.org/jdk/pull/30162/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30162&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8379622 Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod Patch: https://git.openjdk.org/jdk/pull/30162.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30162/head:pull/30162 PR: https://git.openjdk.org/jdk/pull/30162
