RFR: 8259865: (fs) test/jdk/java/nio/file/attribute/UserDefinedFileAttributeView/Basic.java failing on macOS 10.13

Alan Bateman alanb at openjdk.java.net
Sun Jan 17 16:33:23 UTC 2021


On Sun, 17 Jan 2021 15:06:13 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:

> Do you have any idea when fgetxattr() was fixed in 10.14? For example,
> if it was fixed in 10.14.4, then it would be necessary to include a micro
> version in the check. We may not care about that level of precision if
> we presume that folks are running the version that we tested (10.14.6).

The 10.14.* systems that I could find are all up to date with 10.14.6. You may be right that it was fixed in an update but I don't think we have any way to find out. It's a real shame that Apple don't have a public issue tracker. So let's go with the current fix for now. I assume 10.13 will be EOL soon, in which case we can stop the os.version check. Thanks for the review.

-------------

PR: https://git.openjdk.java.net/jdk/pull/2112


More information about the nio-dev mailing list