On Thu, 25 Sep 2025 14:27:28 GMT, SendaoYan <[email protected]> wrote:
> Hi all,
>
> Currently sun/security/provider/acvp/Launcher.java report fails
> "java.io.IOException: Cannot find the artifact ACVP-Server". This is not jvm
> bug cause this failure, so I think sun/security/provider/acvp/Launcher.java
> test should throw SkippedException when no ACVP-Server available.
test/jdk/sun/security/provider/acvp/Launcher.java line 124:
> 122: } catch (IOException e) {
> 123: if (e.getMessage().contains("Cannot find the artifact
> ACVP-Server")) {
> 124: throw new SkippedException("ACVP-Server not available,
> skip test.");
nit:
Suggestion:
throw new SkippedException("ACVP-Server not available.");
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27491#discussion_r2395162470