RFR: 8347740: java/io/File/createTempFile/SpecialTempFile.java failing [v4]
Daniel Jeliński
djelinski at openjdk.org
Fri Jan 17 20:20:39 UTC 2025
On Fri, 17 Jan 2025 20:00:16 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> Fix the means of determining whether an exception is to be expected in the Windows test.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>
> 8347740: Remove Windows version check and ignore IOException thrown by File.createTempFile
This looks reasonable to me.
test/jdk/java/io/File/createTempFile/SpecialTempFile.java line 42:
> 40:
> 41: public class SpecialTempFile {
> 42: private static final int WINDOWS_11_MINIMUM_BUILD = 22000;
this is no longer used
-------------
Marked as reviewed by djelinski (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/23117#pullrequestreview-2559883945
PR Review Comment: https://git.openjdk.org/jdk/pull/23117#discussion_r1920691888
More information about the core-libs-dev
mailing list