RFR: 8338884: java/nio/file/attribute/BasicFileAttributeView/CreationTime.java#tmp fails on alinux3

Brian Burkhalter bpb at openjdk.org
Fri Aug 23 16:31:07 UTC 2024


On Fri, 23 Aug 2024 16:24:08 GMT, SendaoYan <syan at openjdk.org> wrote:

> Without this change after the fix [JDK-8338696](https://bugs.openjdk.org/browse/JDK-8338696) is applied, the `SkippedException` do not throw any more, and the `supportsCreationTimeRead` set to true, actually on alinux3 the file in /tmp partition doesn't support create time(birth time), and create time always equals to modified time, then this test report [fails](https://github.com/openjdk/jdk/blob/master/test/jdk/java/nio/file/attribute/BasicFileAttributeView/CreationTime.java#L126).

So you are saying that with the fix for JDK-8338696 applied, this test fails with `RuntimeException`?

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

PR Comment: https://git.openjdk.org/jdk/pull/20687#issuecomment-2307420839


More information about the nio-dev mailing list