Re: RFR: JDK-8280498: jdk/java/net/Inet4Address/PingThis.java fails on AIX [v4]

2022-04-30 Thread Michael Felt
On Sat, 30 Apr 2022 09:58:44 GMT, Michael Felt wrote: >> This is a test in tier2 though - so I don't expect it will be caught by >> github actions > > re: actions - the default seems to be enable all, so unclear on what I would > need to do extra to get these working. > Guess I need to study ho

Re: RFR: JDK-8280498: jdk/java/net/Inet4Address/PingThis.java fails on AIX [v4]

2022-04-30 Thread Michael Felt
On Fri, 29 Apr 2022 17:59:54 GMT, Daniel Fuchs wrote: >> @aixtools, if you enable GitHub Actions on your forked repo, it should then >> automatically trigger a GitHub Actions job for your changes in your PR and >> those results/run will be visible in this PR. The openjdk/jdk repo has been >> c

Re: RFR: JDK-8280498: jdk/java/net/Inet4Address/PingThis.java fails on AIX [v5]

2022-04-30 Thread Michael Felt
On Fri, 29 Apr 2022 14:16:54 GMT, Aleksei Efimov wrote: >> Michael Felt has updated the pull request incrementally with one additional >> commit since the last revision: >> >> missing semi-colon > > The changes looks ok to me given that the test can be compiled and executed > with no failure

Re: RFR: JDK-8280498: jdk/java/net/Inet4Address/PingThis.java fails on AIX [v6]

2022-04-30 Thread Michael Felt
> with IP "0.0.0.0" > > - it either does nothing and ping fails, or, in some virtual environments > is treated as the default route address. > - IPv6 support for ::1 is available since 1977; however, ::0 is not accepted > as a vaild psuedo IPv6 address. '::1' must be used instead. > > ping: bind:

Re: RFR: JDK-8280498: jdk/java/net/Inet4Address/PingThis.java fails on AIX [v5]

2022-04-30 Thread Michael Felt
On Fri, 29 Apr 2022 14:16:54 GMT, Aleksei Efimov wrote: >> Michael Felt has updated the pull request incrementally with one additional >> commit since the last revision: >> >> missing semi-colon > > The changes looks ok to me given that the test can be compiled and executed > with no failure