On Tue, 15 Jul 2025 06:36:46 GMT, Alan Bateman <al...@openjdk.org> wrote:

>> Brian Burkhalter has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   8361587: Improve previous commit
>
> test/jdk/java/io/File/EmptyPath.java line 283:
> 
>> 281:             assertTrue(child.mkdirs());
>> 282:             assertTrue(child.delete());
>> 283:         }
> 
> The updated proposal is local to listFiles and doesn't change 
> UnixFileSystem.resolve. Is the test update in sync with the latest change?

Yes. The OS-dependent `mkdirs` sub-tests reflect the actual behavior.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26224#discussion_r2207836400

Reply via email to