RFR: 8347740: java/io/File/createTempFile/SpecialTempFile.java failing [v3]

Brian Burkhalter bpb at openjdk.org
Thu Jan 16 21:02:30 UTC 2025


On Thu, 16 Jan 2025 20:38:40 GMT, David Holmes <dholmes at openjdk.org> wrote:

> Maybe I'm missing some subtlety here but shouldn't these special names always fail on all Windows versions, so we just need to check Platform.isWindows() from the test library?

There was a change in Windows 11 as to which special names are allowed or disallowed (see [JDK-8274122](https://bugs.openjdk.org/browse/JDK-8274122)), so I think we either have to deal with the versioning or just drop the part of the test which deals with these special names.

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

PR Comment: https://git.openjdk.org/jdk/pull/23117#issuecomment-2596851705


More information about the core-libs-dev mailing list