File tree Expand file tree Collapse file tree 8 files changed +156
-151
lines changed
security/infra/java/security/cert/CertPathValidator/certification Expand file tree Collapse file tree 8 files changed +156
-151
lines changed Original file line number Diff line number Diff line change @@ -244,6 +244,8 @@ jdk_security = \
244
244
:jdk_security3 \
245
245
:jdk_security4
246
246
247
+ # Tests in this group are manual as they depend on external infra
248
+ # and may fail with external reasons, for instance - change in CA test portal.
247
249
jdk_security_infra = \
248
250
security/infra/java/security/cert/CertPathValidator/certification
249
251
@@ -565,6 +567,7 @@ jdk_core_manual_no_input = \
565
567
jdk/nio/zipfs/TestLocOffsetFromZip64EF.java
566
568
567
569
jdk_core_manual_no_input_security = \
570
+ :jdk_security_infra \
568
571
com/sun/crypto/provider/Cipher/DES/PerformanceTest.java \
569
572
com/sun/security/auth/callback/TextCallbackHandler/Default.java \
570
573
com/sun/security/auth/callback/TextCallbackHandler/Password.java \
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, 2021 , 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 8256895
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