File tree 8 files changed +101
-97
lines changed
security/infra/java/security/cert/CertPathValidator/certification
8 files changed +101
-97
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,8 @@ jdk_security = \
179
179
:jdk_security3 \
180
180
:jdk_security4
181
181
182
+ # Tests in this group are manual as they depend on external infra
183
+ # and may fail with external reasons, for instance - change in CA test portal.
182
184
jdk_security_infra = \
183
185
security/infra/java/security/cert/CertPathValidator/certification \
184
186
sun/security/lib/cacerts
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
/*
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.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
26
26
* @bug 8245654 8256895
27
27
* @summary Interoperability tests with Certigna Root CAs from Dhimyotis
28
28
* @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
31
31
*/
32
32
public class CertignaCA {
33
33
// Owner: CN=Certigna Services CA, OID.2.5.4.97=NTRFR-48146308100036,
Original file line number Diff line number Diff line change 1
1
/*
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.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
27
27
* @summary Interoperability tests with "D-Trust Root Class 3 CA 2 2009" and
28
28
* "D-Trust Root Class 3 CA 2 EV 2009" CAs
29
29
* @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
32
32
*/
33
33
public class DTrustCA {
34
34
Original file line number Diff line number Diff line change 1
1
/*
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.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
26
26
* @bug 8318759
27
27
* @summary Interoperability tests with Digicert CS Root G5 certificates
28
28
* @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
31
31
*/
32
32
33
33
public class DigicertCSRootG5 {
Original file line number Diff line number Diff line change 1
1
/*
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.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
26
26
* @bug 8319187
27
27
* @summary Interoperability tests with eMudhra emSign Root CA G2 CS root
28
28
* @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
31
31
*/
32
32
33
33
public class EmSignRootG2CA {
Original file line number Diff line number Diff line change 1
1
/*
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.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
26
26
* @bug 8256421
27
27
* @summary Interoperability tests with Harica CAs
28
28
* @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
31
31
*/
32
32
33
33
/*
Original file line number Diff line number Diff line change 1
1
/*
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.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
26
26
* @bug 8232019
27
27
* @summary Interoperability tests with LuxTrust Global Root 2 CA
28
28
* @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
31
31
*/
32
32
33
33
/*
You can’t perform that action at this time.
0 commit comments