Skip to content

Commit 049899c

Browse files
committed
Merge master jdk-17.0.12+6 into openj9-staging
Signed-off-by: J9 Build <[email protected]>
2 parents 09f5f32 + 7f9ba72 commit 049899c

File tree

8 files changed

+156
-151
lines changed

8 files changed

+156
-151
lines changed

test/jdk/TEST.groups

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ jdk_security = \
244244
:jdk_security3 \
245245
:jdk_security4
246246

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.
247249
jdk_security_infra = \
248250
security/infra/java/security/cert/CertPathValidator/certification
249251

@@ -565,6 +567,7 @@ jdk_core_manual_no_input = \
565567
jdk/nio/zipfs/TestLocOffsetFromZip64EF.java
566568

567569
jdk_core_manual_no_input_security = \
570+
:jdk_security_infra \
568571
com/sun/crypto/provider/Cipher/DES/PerformanceTest.java \
569572
com/sun/security/auth/callback/TextCallbackHandler/Default.java \
570573
com/sun/security/auth/callback/TextCallbackHandler/Password.java \

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

Lines changed: 135 additions & 133 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, 2021, 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 8256895
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)