RFR: 8342442: Static ACVP sample tests [v12]

Weijun Wang weijun at openjdk.org
Fri Nov 8 22:24:23 UTC 2024


On Fri, 8 Nov 2024 22:12:32 GMT, Sean Mullan <mullan at openjdk.org> wrote:

>> It's pretty easy to do, you just throw `SkippedException`.
>
> Actually what might be better is when you add the data files later, you should treat those tests as failures if you can't find the data. I'm worried about false passes, where the data file gets accidentally removed or something and the test still passes.

I'll skip if there is nothing to test, either because cannot find the JSON files or none of the algorithms is supported.

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

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


More information about the security-dev mailing list