RFR: 8362855: Test java/net/ipv6tests/TcpTest.java should report SkippedException when there no ia4addr or ia6addr
Jaikiran Pai
jpai at openjdk.org
Fri Jul 25 07:41:57 UTC 2025
On Fri, 25 Jul 2025 07:35:40 GMT, SendaoYan <syan at openjdk.org> wrote:
>> test/jdk/java/net/ipv6tests/TcpTest.java line 68:
>>
>>> 66: checkDebug(args);
>>> 67: if (ia4addr == null) {
>>> 68: throw new SkippedException("No IPV4 addresses: exiting test");
>>
>> Hello @sendaoYan, isn't an `import jtreg.SkippedException;` required for this change?
>
> This change require `import jtreg.SkippedException`, it's already import at line 42.
You are right - i missed that in my review.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26459#discussion_r2230396558
More information about the net-dev
mailing list