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

2025-01-17 Thread Brian Burkhalter
On Fri, 17 Jan 2025 20:12:43 GMT, Daniel Jeliński wrote: >> 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 > > test/jdk/java

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

2025-01-17 Thread Daniel Jeliński
On Fri, 17 Jan 2025 20:00:16 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 W

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

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 Windows version check and ignore IOException thrown by File.createTempF