The changes to this test were developed on a native Windows 11 machine. I have
never seen this problem.
A web search suggests that this is a Windows error message possibly due to
drive error.
On Sep 4, 2023, at 5:16 AM, Andrey Turbanov
mailto:aturba...@openjdk.org>> wrote:
It seems after refa
On Wed, 29 Mar 2023 18:05:46 GMT, Brian Burkhalter wrote:
>> Modify the `Space` instances used for size comparison to be created with
>> total number of bytes derived from the Windows `diskFree` utility instead of
>> Cygwin’s `df`.
>
> Brian Burkhalter has updated the pull request incrementally
On Wed, 29 Mar 2023 18:05:46 GMT, Brian Burkhalter wrote:
>> Modify the `Space` instances used for size comparison to be created with
>> total number of bytes derived from the Windows `diskFree` utility instead of
>> Cygwin’s `df`.
>
> Brian Burkhalter has updated the pull request incrementally
On Tue, 28 Feb 2023 21:26:55 GMT, Brian Burkhalter wrote:
>> Spawning `df` and `diskFree` processes have been replaced with native calls.
>> For a reason as yet undetermined, the Windows function
>> `GetDiskSpaceInformationW` fails to load on Windows Server 2016 so it is
>> loaded dynamically
> Modify the `Space` instances used for size comparison to be created with
> total number of bytes derived from the Windows `diskFree` utility instead of
> Cygwin’s `df`.
Brian Burkhalter has updated the pull request incrementally with one additional
commit since the last revision:
8305157: