On Tue, 3 May 2022 09:11:41 GMT, Michael McMahon <micha...@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