RFR: JDK-8307794 Test for HSS/LMS Signature Verification [v2]
Mark Powers
mpowers at openjdk.org
Fri May 19 21:29:49 UTC 2023
On Fri, 19 May 2023 20:51:31 GMT, Weijun Wang <weijun at openjdk.org> wrote:
>> test/jdk/sun/security/provider/lms/TestLMS.java line 30:
>>
>>> 28: * @summary tests for HSS/LMS provider
>>> 29: * @modules java.base/sun.security.util
>>> 30: * @run testng/othervm TestLMS
>>
>> Why is the test run with `testng`, can this just be `main/othervm`?
>
> I think there is even no need to use `othervm`. I see no system property modification or mutable static fields.
You are right. Changed to `@run main TestLMS`.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13940#discussion_r1199416586
More information about the security-dev
mailing list