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

Michael Felt duke at openjdk.java.net
Wed Apr 27 15:27:49 UTC 2022


On Mon, 28 Feb 2022 10:25:44 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

>> Michael Felt has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
>> 
>>   8280498: skip test because: AIX does not respond internally to 0.0.0.0; ::0 is invalid
>
> test/jdk/java/net/Inet4Address/PingThis.java line 37:
> 
>> 35:  * @bug 8280498
>> 36:  * @summary InetAddress ::0 is not valid, InetAddress 0.0.0.0 only responds
>> 37:  *          when an external device reacts to 0.0.0.0
> 
> Maybe that information could be added as a comment just before `return;` on line 52 instead:
> `// On AIX, ...`

I removed the @summary bit, as well as the reference to the bug, and moved the comments. However, I did not use // to start the comments - as I do not like 'mixed' comment formatting.

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

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


More information about the net-dev mailing list