On Tue, 10 Mar 2026 11:02:49 GMT, Jaikiran Pai <[email protected]> wrote:
> 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. Thank you Alan for the review. > I'm waiting for a run to complete on macos 15.x to make sure these tests > continue to run and pass there. The test ran on that version and completed normally. That verifies that with this change we only problem list the test on macos 26.x. I'll go ahead and integrate this now. ------------- PR Comment: https://git.openjdk.org/jdk/pull/30162#issuecomment-4032392930
