RFR: 8285671: java/nio/channels/etc/PrintSupportedOptions.java and java/nio/channels/DatagramChannel/AfterDisconnect.java are failing
Michael McMahon
michaelm at openjdk.java.net
Wed Apr 27 10:57:01 UTC 2022
Hi,
Can I get the following fix reviewed please? JDK-8284890 was pushed yesterday and is causing failures on older versions of macOS that do not support the option. The fix here is to check at initialization time whether it is supported before adding it to the list of supported options. The error causes the new test and two existing ones to fail. I will remove the two tests from the problem list separately.
Thanks,
Michael.
-------------
Commit messages:
- Seem to have to remove problem listed tests
- Merge branch 'master' into mtu_macos
- initial fix
Changes: https://git.openjdk.java.net/jdk/pull/8419/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=8419&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8285671
Stats: 67 lines in 7 files changed: 63 ins; 3 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/8419.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/8419/head:pull/8419
PR: https://git.openjdk.java.net/jdk/pull/8419
More information about the net-dev
mailing list