On Fri, 2 May 2025 08:26:48 GMT, Volkan Yazici <vyaz...@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. This pull request has now been integrated. Changeset: 60a4594b Author: Volkan Yazici <vyaz...@openjdk.org> Committer: Daniel Fuchs <dfu...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/60a4594b9f9acd82ef3ff22fc6a2df238dd981b9 Stats: 74 lines in 6 files changed: 11 ins; 55 del; 8 mod 8355578: [java.net] Use @requires tag instead of exiting based on "os.name" property value Reviewed-by: dfuchs ------------- PR: https://git.openjdk.org/jdk/pull/24997