Skip to content

Commit 1e3e687

Browse files
SendaoYanRealCLanger
authored andcommitted
8334441: Mark tests in jdk_security_infra group as manual
Reviewed-by: mdoerr Backport-of: 8e1d2b091c9a311d98a0b886a803fb18d4405d8a
1 parent d3bd5ae commit 1e3e687

File tree

8 files changed

+107
-104
lines changed

8 files changed

+107
-104
lines changed

test/jdk/TEST.groups

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
253255
jdk_security_infra = \
254256
security/infra/java/security/cert/CertPathValidator/certification
255257

test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java

Lines changed: 87 additions & 86 deletions
Large diffs are not rendered by default.

test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CertignaCA.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -26,8 +26,8 @@
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
*/
3232
public class CertignaCA {
3333
// Owner: CN=Certigna Services CA, OID.2.5.4.97=NTRFR-48146308100036,

test/jdk/security/infra/java/security/cert/CertPathValidator/certification/DTrustCA.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -27,8 +27,8 @@
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
*/
3333
public class DTrustCA {
3434

test/jdk/security/infra/java/security/cert/CertPathValidator/certification/DigicertCSRootG5.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -26,8 +26,8 @@
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

3333
public class DigicertCSRootG5 {

test/jdk/security/infra/java/security/cert/CertPathValidator/certification/EmSignRootG2CA.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -26,8 +26,8 @@
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

3333
public class EmSignRootG2CA {

test/jdk/security/infra/java/security/cert/CertPathValidator/certification/HaricaCA.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -26,8 +26,8 @@
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
/*

test/jdk/security/infra/java/security/cert/CertPathValidator/certification/LuxTrustCA.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -26,8 +26,8 @@
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
/*

0 commit comments

Comments
 (0)