On Tue, 12 Aug 2025 18:44:09 GMT, Artur Barashev <abaras...@openjdk.org> wrote:
>> Weijun Wang has updated the pull request incrementally with one additional >> commit since the last revision: >> >> finetune the spec > > test/jdk/com/sun/crypto/provider/Cipher/HPKE/Compliance.java line 48: > >> 46: * @bug 8325448 >> 47: * @library /test/lib >> 48: * @summary HPKE compliance test > > Why this test and other tests in this directory don't have `@run` instruction? The default is `@run main`. See https://openjdk.org/jtreg/tag-spec.html#DEFAULTS. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/18411#discussion_r2271368034