RFR: 8342442: Static ACVP sample tests [v12]

Sean Mullan mullan at openjdk.org
Fri Nov 8 22:10:44 UTC 2024


On Fri, 8 Nov 2024 22:04:10 GMT, Weijun Wang <weijun at openjdk.org> wrote:

>> test/jdk/sun/security/provider/acvp/Launcher.java line 1:
>> 
>>> 1: /*
>> 
>> By default, does this test run and do nothing because there are no `internalProjection.json` files? Are those going to be added as test data files later? Should the test be reported as skipped if there is nothing to test?
>
> By default, it's a no op. We will add test data files later.
> 
> Personally, I don't think it's worth being reported as skipped.

It's pretty easy to do, you just throw `SkippedException`.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21548#discussion_r1835105065


More information about the security-dev mailing list