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

2025-01-21 Thread Brian Burkhalter
On Tue, 21 Jan 2025 18:34:52 GMT, Daniel Jeliński wrote: > LGTM. Thanks for the re-review! - PR Comment: https://git.openjdk.org/jdk/pull/23117#issuecomment-2605526172

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

2025-01-21 Thread Daniel Jeliński
On Fri, 17 Jan 2025 20:27:54 GMT, Brian Burkhalter 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 v

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

2025-01-17 Thread Brian Burkhalter
> 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 vestigial constant WINDOWS_11_MINIMUM_BUILD - Changes: -