On Thu, 24 Apr 2025 00:33:20 GMT, Brian Burkhalter <b...@openjdk.org> wrote:
> For tests of the `java.io` package, instead of doing this > > public static void main(String[] args) throws Exception { > if (File.separatorChar != '\') { > /* This test is only valid on win32 systems */ > return; > } > > do this > > @requires (os.family == "windows") Marked as reviewed by vyazici (Author). ------------- PR Review: https://git.openjdk.org/jdk/pull/24838#pullrequestreview-2790211663