JDK-8263069 : Exclude some failing tests from security/infra/java/security/cert/CertPathValidator
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 11,16,17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-03-05
  • Updated: 2021-06-03
  • Resolved: 2021-03-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 16 JDK 17
11.0.11Fixed 16.0.2Fixed 17 b14Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
The following CertPathValidator tests are failing in an environment that is connected to the internet, due to revoked certificates:
security/infra/java/security/cert/CertPathValidator/certification/BuypassCA.java
security/infra/java/security/cert/CertPathValidator/certification/QuoVadisCA.java
security/infra/java/security/cert/CertPathValidator/certification/ComodoCA.java

We should exclude them until the issues are resolved.
Comments
Fix request (11u) I'm requesting to add these test exclusions for 11.0.11. The issues are time based (expired certificates) so we're encountering the test failures in the 11.0.11 validation tests. Patch applies cleanly. Risk is low, only test exclusions.
24-03-2021

Fix request (16u) These test exclusions also apply to 16 as the same certificates are used there. Risk is low, only exclusion of potentially failing tests.
11-03-2021

Changeset: a9b4f033 Author: Christoph Langer <clanger@openjdk.org> Date: 2021-03-11 10:44:29 +0000 URL: https://git.openjdk.java.net/jdk/commit/a9b4f033
11-03-2021