RFR: JDK-8307794 Test for HSS/LMS Signature Verification [v2]

Mark Powers mpowers at openjdk.org
Fri May 19 21:29:53 UTC 2023


On Fri, 19 May 2023 19:58:10 GMT, Sean Mullan <mullan at openjdk.org> wrote:

>> Mark Powers has updated the pull request incrementally with four additional commits since the last revision:
>> 
>>  - Ferenc: comments 2 and 4
>>  - oops
>>  - Sean's comments
>>  - added @run
>
> test/jdk/sun/security/tools/jarsigner/VerifyHSSLMSSignedJar.java line 29:
> 
>> 27:  * @summary verify JAR files signed with HSS/LMS
>> 28:  * @library /test/lib
>> 29:  * @run testng/othervm VerifyHSSLMSSignedJar
> 
> I don't see anything that is using testng in this test, can we just run as `main/othervm`?

You are right. Changed to `@run main VerifyHSSLMSSignedJar`.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13940#discussion_r1199416397



More information about the security-dev mailing list