RFR: 8355578: [java.net] Use @requires tag instead of exiting based on "os.name" property value [v2]
Daniel Fuchs
dfuchs at openjdk.org
Wed May 7 11:56:21 UTC 2025
On Fri, 2 May 2025 09:15:24 GMT, Volkan Yazici <vyazici at openjdk.org> wrote:
>> Replaces `os.name` checks in tests with `@requires`. This prevents these tests from being run, and superficial results being generated, on unnecessary platforms.
>>
>> Note that `os.name` checks are replaced with `os.family` instead.
>
> Volkan Yazici has updated the pull request incrementally with one additional commit since the last revision:
>
> Document `@requires` rationale with `@comment`
>
> Co-authored-by: Daniel Fuchs <67001856+dfuch at users.noreply.github.com>
Marked as reviewed by dfuchs (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/24997#pullrequestreview-2821461900
More information about the net-dev
mailing list