File tree Expand file tree Collapse file tree 8 files changed +107
-104
lines changed
security/infra/java/security/cert/CertPathValidator/certification Expand file tree Collapse file tree 8 files changed +107
-104
lines changed Original file line number Diff line number Diff line change @@ -250,6 +250,8 @@ jdk_security = \
250250 :jdk_security3 \
251251 :jdk_security4
252252
253+ # Tests in this group are manual as they depend on external infra
254+ # and may fail with external reasons, for instance - change in CA test portal.
253255jdk_security_infra = \
254256 security/infra/java/security/cert/CertPathValidator/certification
255257
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2023, 2024, Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
2626 * @bug 8245654 8256895
2727 * @summary Interoperability tests with Certigna Root CAs from Dhimyotis
2828 * @build ValidatePathWithParams
29- * @run main/othervm -Djava.security.debug=certpath CertignaCA OCSP
30- * @run main/othervm -Djava.security.debug=certpath CertignaCA CRL
29+ * @run main/othervm/manual -Djava.security.debug=certpath CertignaCA OCSP
30+ * @run main/othervm/manual -Djava.security.debug=certpath CertignaCA CRL
3131 */
3232public class CertignaCA {
3333 // Owner: CN=Certigna Services CA, OID.2.5.4.97=NTRFR-48146308100036,
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2017, 2024, Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
2727 * @summary Interoperability tests with "D-Trust Root Class 3 CA 2 2009" and
2828 * "D-Trust Root Class 3 CA 2 EV 2009" CAs
2929 * @build ValidatePathWithParams
30- * @run main/othervm -Djava.security.debug=certpath DTrustCA OCSP
31- * @run main/othervm -Djava.security.debug=certpath DTrustCA CRL
30+ * @run main/othervm/manual -Djava.security.debug=certpath DTrustCA OCSP
31+ * @run main/othervm/manual -Djava.security.debug=certpath DTrustCA CRL
3232 */
3333public class DTrustCA {
3434
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2023, 2024, Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
2626 * @bug 8318759
2727 * @summary Interoperability tests with Digicert CS Root G5 certificates
2828 * @build ValidatePathWithParams
29- * @run main/othervm -Djava.security.debug=ocsp,certpath DigicertCSRootG5 OCSP
30- * @run main/othervm -Djava.security.debug=certpath DigicertCSRootG5 CRL
29+ * @run main/othervm/manual -Djava.security.debug=ocsp,certpath DigicertCSRootG5 OCSP
30+ * @run main/othervm/manual -Djava.security.debug=certpath DigicertCSRootG5 CRL
3131 */
3232
3333public class DigicertCSRootG5 {
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2023, 2024, Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
2626 * @bug 8319187
2727 * @summary Interoperability tests with eMudhra emSign Root CA G2 CS root
2828 * @build ValidatePathWithParams
29- * @run main/othervm -Djava.security.debug=certpath EmSignRootG2CA OCSP
30- * @run main/othervm -Djava.security.debug=certpath EmSignRootG2CA CRL
29+ * @run main/othervm/manual -Djava.security.debug=certpath EmSignRootG2CA OCSP
30+ * @run main/othervm/manual -Djava.security.debug=certpath EmSignRootG2CA CRL
3131 */
3232
3333public class EmSignRootG2CA {
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2021, 2024, Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
2626 * @bug 8256421
2727 * @summary Interoperability tests with Harica CAs
2828 * @build ValidatePathWithParams
29- * @run main/othervm -Djava.security.debug=certpath HaricaCA OCSP
30- * @run main/othervm -Djava.security.debug=certpath HaricaCA CRL
29+ * @run main/othervm/manual -Djava.security.debug=certpath HaricaCA OCSP
30+ * @run main/othervm/manual -Djava.security.debug=certpath HaricaCA CRL
3131 */
3232
3333/*
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2019, 2024, Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
2626 * @bug 8232019
2727 * @summary Interoperability tests with LuxTrust Global Root 2 CA
2828 * @build ValidatePathWithParams
29- * @run main/othervm -Djava.security.debug=certpath LuxTrustCA OCSP
30- * @run main/othervm -Djava.security.debug=certpath LuxTrustCA CRL
29+ * @run main/othervm/manual -Djava.security.debug=certpath LuxTrustCA OCSP
30+ * @run main/othervm/manual -Djava.security.debug=certpath LuxTrustCA CRL
3131 */
3232
3333/*
You can’t perform that action at this time.
0 commit comments