On Thu, 11 May 2023 19:06:59 GMT, Mark Powers <mpow...@openjdk.org> wrote:
> https://bugs.openjdk.org/browse/JDK-8307794 test/jdk/sun/security/tools/jarsigner/DisableLMS.java line 26: > 24: /* > 25: * @test > 26: * @bug JDK-8307794 I think the bug here should be what it is testing, which is the HSS/LMS implementation (JDK-8298127). Same comment for other tests. test/jdk/sun/security/tools/jarsigner/DisableLMS.java line 28: > 26: * @bug JDK-8307794 > 27: * @summary verify JAR files signed with HSS/LMS > 28: * @author Wang Weijun We don't usually put `@author` labels in code/tests anymore. test/jdk/sun/security/tools/jarsigner/DisableLMS.java line 39: > 37: import java.util.Base64; > 38: > 39: public class DisableLMS { The name of this test seems too specific, since it also tests a signed JAR when HSS/LMS is not disabled. Perhaps rename this to `VerifyHSSLMSSignedJar`? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/13940#discussion_r1197812930 PR Review Comment: https://git.openjdk.org/jdk/pull/13940#discussion_r1197814003 PR Review Comment: https://git.openjdk.org/jdk/pull/13940#discussion_r1197818398