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

Jaikiran Pai jpai at openjdk.java.net
Fri Apr 29 15:10:00 UTC 2022


On Fri, 29 Apr 2022 12:11:27 GMT, Michael Felt <duke at openjdk.java.net> wrote:

>> Good catch!
>
> too much Python (no semi-colons) - great catch.
> 
> Looking into how to verify proposed changes using jenkins (adoptium). When not in aqa-tests, more difficult (for me) too get it tested. (aka Better next time).

@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 configured to run `tier1` build/test on PR submission, so errors like this are easily caught. Of course, if you build this locally, that's much quicker to catch too.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7013


More information about the net-dev mailing list