On Tue, 26 Oct 2021 20:24:28 GMT, Naoto Sato <[email protected]> wrote:
>> Please consider this proposed change to ignore comparing the total size of
>> `/dev` as returned by `DF(1)` and `STAT(2)` on macOS.
>
> test/jdk/java/io/File/GetXSpace.java line 210:
>
>> 208: if (Platform.isOSX() && s.name().equals("/dev")) {
>> 209: out.println("/dev:\n Skipping size comparison for /dev on
>> macOS");
>> 210: return;
>
> Should it call `pass()`?
I don't know. As it is skipped it is not exactly passed but ignored.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6122