[16] 8251017: java/io/File/GetXSpace.java fails on UNIX

Zeller, Arno arno.zeller at sap.com
Mon Aug 10 12:57:43 UTC 2020


Hi Brian,

just a question: I only see a fix for the AIX issue in your change. As far as I understand Matthias the main issue in https://bugs.openjdk.java.net/browse/JDK-8251017 is that NFS mounts (that often change the usable size during the test run) are not excluded. 
We see this kind of failure very often on our Linux test systems. Will this be handled in another bug?

Best regards,
Arno

> -----Original Message-----
> From: core-libs-dev <core-libs-dev-retn at openjdk.java.net> On Behalf Of Brian
> Burkhalter
> Sent: Dienstag, 4. August 2020 20:09
> To: naoto.sato at oracle.com
> Cc: core-libs-dev <core-libs-dev at openjdk.java.net>
> Subject: Re: [16] 8251017: java/io/File/GetXSpace.java fails on UNIX
> 
> Thanks, Naoto. I’ll hold off pushing it until the review in [2] is done.
> 
> Brian
> 
> > On Aug 4, 2020, at 10:41 AM, naoto.sato at oracle.com wrote:
> >
> > Looks good, Brian.
> >
> > Naoto
> >
> > On 8/4/20 9:01 AM, Brian Burkhalter wrote:
> >> Add @requires tag for [1]. This patch is layered on top of that proposed in
> [2].
> >> --- a/test/jdk/java/io/File/GetXSpace.java
> >> +++ b/test/jdk/java/io/File/GetXSpace.java
> >> @@ -24,6 +24,7 @@
> >>  /**
> >>   * @test
> >>   * @bug 4057701 6286712 6364377
> >> + * @requires (os.family == "linux" | os.family == "mac" | os.family ==
> "windows")
> >>   * @run build GetXSpace
> >>   * @run shell GetXSpace.sh
> >>   * @summary Basic functionality of File.get-X-Space methods.
> >> Thanks,
> >> Brian
> >> [1] https://bugs.openjdk.java.net/browse/JDK-8251017
> >> [2] http://mail.openjdk.java.net/pipermail/core-libs-dev/2020-
> July/067990.html



More information about the core-libs-dev mailing list