RFR: 8298619: java/io/File/GetXSpace.java is failing [v4]
Andrey Turbanov
aturbanov at openjdk.org
Mon Sep 4 12:16:52 UTC 2023
On Wed, 29 Mar 2023 18:05:46 GMT, Brian Burkhalter <bpb at openjdk.org> 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 with one additional commit since the last revision:
>
> 8305157: Clean up
It seems after refactoring test started to fail on my Win11 VM.
STDOUT:
--- Testing volumes
Total bytes : 299,877,003,264 (279.3 GB)
Total quota free bytes : 202,708,971,520 (188.8 GB)
Unavailable pool bytes : 0 ( 0.0 KB)
Quota unavailable pool bytes : 0 ( 0.0 KB)
Used bytes : 92,833,345,536 ( 86.5 GB)
Total Reserved bytes : 4,334,686,208 ( 4.0 GB)
Volume storage reserved bytes : 4,296,867,840 ( 4.0 GB)
Available committed bytes : 0 ( 0.0 KB)
Pool available bytes : 0 ( 0.0 KB)
SecurityManager = null
C:\ (299877003264):
getSpace0 total = 299877003264 free = 202708967424 usable = 202708967424
getXSpace total = 299877003264 free = 202708967424 usable = 202708967424
STDERR:
WARNING: A terminally deprecated method in java.lang.System has been called
WARNING: System::setSecurityManager has been called by GetXSpace (file:/C:/Projects/jdk/build/windows-x86_64-server-slowdebug/test-support/jtreg_test_jdk_java_io_File/classes/2/java/io/File/GetXSpace.d/)
WARNING: Please consider reporting this to the maintainers of GetXSpace
WARNING: System::setSecurityManager will be removed in a future release
java.lang.RuntimeException: The parameter is incorrect
at GetXSpace.getSpace0(Native Method)
at GetXSpace$Space.<init>(GetXSpace.java:112)
at GetXSpace.testVolumes(GetXSpace.java:431)
at GetXSpace.main(GetXSpace.java:469)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.Thread.run(Thread.java:1570)
JavaTest Message: Test threw exception: java.lang.RuntimeException: The parameter is incorrect
-------------
PR Comment: https://git.openjdk.org/jdk/pull/12397#issuecomment-1705164515
More information about the core-libs-dev
mailing list