RFR: 8355444: [java.io] Use @requires tag instead of exiting based on "os.name" property value [v4]
Mark Sheppard
msheppar at openjdk.org
Mon Apr 28 18:47:47 UTC 2025
On Mon, 28 Apr 2025 17:22:36 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
> > Brian created https://bugs.openjdk.org/browse/CODETOOLS-7903996 to have the JTREG reporting improved
>
> Yes, and this comment was added to that issue since then
>
> "Please note the work having been done in https://bugs.openjdk.org/browse/JDK-8343832"
>
> so it looks like this is being taken hand already.
The above https://bugs.openjdk.org/browse/JDK-8343832 is the reporting of Skipped in jtreg summary, which is taking into account the throw SkippedException idiom
But if the general consensus is to use the @requires for selective OS execution, then greater visibility of the "not run" category of tests is required in he CI pipeline reports
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24860#issuecomment-2836172411
More information about the core-libs-dev
mailing list