RFR: JDK-8280498: jdk/java/net/Inet4Address/PingThis.java fails on AIX [v6]
Michael Felt
duke at openjdk.java.net
Thu May 5 12:55:58 UTC 2022
On Tue, 3 May 2022 09:11:41 GMT, Michael McMahon <michaelm at openjdk.org> wrote:
>> Michael Felt has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Use @requires jtreg tag rather than check in code
>
> test/jdk/java/net/Inet4Address/PingThis.java line 32:
>
>> 30: * @requires os.family != "windows" && os.family != "aix"
>> 31: * @library /test/lib
>> 32: * @summary InetAddress.isReachable is returning false
>
> '&&' double ampersand syntax does not work here. Should be a single ampersand as suggested by Aleksei.
Once a C programmer, hard to resist. Thx. :)
-------------
PR: https://git.openjdk.java.net/jdk/pull/7013
More information about the net-dev
mailing list