RFR: 8355444: [java.io] Use @requires tag instead of exiting based on "os.name" property value [v4]

Lance Andersen lancea at openjdk.org
Mon Apr 28 17:10:47 UTC 2025


On Mon, 28 Apr 2025 17:03:10 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

> There are lots of tests using @requires to only run on relevant configurations. If there needs to be more complete accounting of tests not run on each platform, it belongs as a feature in jtreg. Switching to use SkippedException in some tests but not having a clear and consistent distinction seems like just making things more complicated and harder to understand on a test by test basis. The ship may have sailed here, but a more consistent pattern should be developed.

Brian created https://bugs.openjdk.org/browse/CODETOOLS-7903996 to have the JTREG reporting improved

-------------

PR Comment: https://git.openjdk.org/jdk/pull/24860#issuecomment-2835920957


More information about the core-libs-dev mailing list