On Sat, 6 Sep 2025 15:46:54 GMT, Weijun Wang <wei...@openjdk.org> wrote:
>> Mikhail Yankelevich has updated the pull request incrementally with one >> additional commit since the last revision: >> >> waiting for all tests to run before skipping > > test/jdk/sun/security/pkcs11/SecretKeyFactory/TestGeneral.java line 128: > >> 126: test("Blowfish", bf_128Key, p, TestResult.PASS); >> 127: } catch (SkippedException skippedException){ >> 128: skippedList.add(skippedException.getMessage()); > > Can we add a `skippedException.printStackTrace()` here? Sure, done in the next commit ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/26942#discussion_r2329795725