On Wed, 30 Apr 2025 19:18:57 GMT, Lance Andersen <lan...@openjdk.org> wrote:

>  I think throwing the SkippedException is the right way to go long term but I 
> assume this shows as a reported failure in Mach5 and in the case of 
> assumeTrue it does not result in a failure being reported?

That is correct, use of assumeTrue will skip the test (which is what we want) 
but it will be classified as aborted instead of skipped. Throwing 
jtreg.SkippedException however fails that test which isn't a good thing.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23986#discussion_r2069736818

Reply via email to