[jdk11u-dev] Integrated: 8345414: Google CAInterop test failures

Andrew John Hughes andrew at openjdk.org
Mon Jun 16 19:08:41 UTC 2025


On Sat, 14 Jun 2025 01:41:51 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:

> This fixes failing Google cacert tests. The backport does not apply cleanly as 11u does not have [JEP 361: Switch Expressions](https://openjdk.org/jeps/361) and so the test here uses the older format of `switch` statement.
> 
> Testing shows that the tests now pass, whereas they failed before:
> 
> ~~~
> --- test.1749863688/tests.log	2025-06-14 02:21:29.917118885 +0100
> +++ test.1749864406/tests.log	2025-06-14 02:33:33.360825162 +0100
> @@ -21,14 +21,14 @@
>  Passed: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#entrustrootcaec1
>  Passed: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#entrustrootcag4
>  Passed: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#globalsigne46
> -FAILED: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#globalsigneccrootcar4
> +Passed: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#globalsigneccrootcar4
>  Passed: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#globalsignr46
>  Passed: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#globalsignrootcar6
>  Passed: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#godaddyrootg2ca
> -FAILED: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#gtsrootcar1
> -FAILED: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#gtsrootcar2
> -FAILED: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#gtsrootecccar3
> -FAILED: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#gtsrootecccar4
> +Passed: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#gtsrootcar1
> +Passed: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#gtsrootcar2
> +Passed: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#gtsrootecccar3
> +Passed: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#gtsrootecccar4
>  Passed: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#letsencryptisrgx1
>  Passed: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#letsencryptisrgx2
>  Passed: security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#microsoftecc2017
> ~~~

This pull request has now been integrated.

Changeset: e61f97d3
Author:    Andrew John Hughes <andrew at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/e61f97d3ac3ae1cc3f807abcc10d3f405ab69852
Stats:     10 lines in 1 file changed: 0 ins; 0 del; 10 mod

8345414: Google CAInterop test failures

Reviewed-by: sgehwolf
Backport-of: e6fb662484d3b24406b1ce13f17a087c05bc39cc

-------------

PR: https://git.openjdk.org/jdk11u-dev/pull/3048


More information about the jdk-updates-dev mailing list