On Wed, 15 Apr 2026 10:28:05 GMT, Mikhail Yankelevich <[email protected]> wrote:
>> SendaoYan has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Remove @build jtreg.SkippedException explicitly > > test/jdk/security/infra/java/security/cert/CertPathValidator/certification/SectigoCSRootCAs.java > line 29: > >> 27: * @summary Interoperability tests with Sectigo Public Code Signing Root >> CAs >> 28: * @library /test/lib >> 29: * @build jtreg.SkippedException ValidatePathWithParams > > Skipped exception is built automatically when importing `/test/lib/` library. > I don't think this change is needed, you can just have > > * @bug 8359170 > * @summary Interoperability tests with Sectigo Public Code Signing Root CAs > * @library /test/lib > * @build ValidatePathWithParams > > What do you think? Thanks, the implicit '@build jtreg.SkippedException' has been removed. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30740#discussion_r3086034398
