RFR: 8355444: [java.io] Use @requires tag instead of exiting based on "os.name" property value
Mark Sheppard
msheppar at openjdk.org
Fri Apr 25 10:27:55 UTC 2025
On Thu, 24 Apr 2025 20:46:42 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
> Use the `@requires` tag instead of obtaining the operating system name from the `os.name` property and then exiting if the test is not run on that operating system.
test/jdk/java/io/File/MacPathTest.java
test/jdk/java/io/File/MaxPath.java
maybe for these two cases, throw a SkippedException rather than just return ?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24860#issuecomment-2830026232
More information about the core-libs-dev
mailing list