RFR: 8291911: java/io/File/GetXSpace.java fails with "53687091200 != 161051996160" [v2]

Brian Burkhalter bpb at openjdk.org
Wed Aug 17 18:29:17 UTC 2022


On Wed, 17 Aug 2022 17:59:34 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

>> On Windows, suppress failure if the total space indicated by `df` is less than `FileStore::getTotalSpace` and the free space indicated by `df` equals `FileStore::getUnallocatedSpace`.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8291911: Account for quotas on Windows.

The version of the test in commit 991dc9a6bf86e3ec54fd1c244c655a86506a697d passed 5 repeats on Linux and macOS and 51 repeats on Windows, including on a node on which it previously failed.

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

PR: https://git.openjdk.org/jdk/pull/9856


More information about the core-libs-dev mailing list