JDK-8176182 : 4 security tests are not run
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 8,9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-03-06
  • Updated: 2020-06-09
  • Resolved: 2017-03-06
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 10 JDK 8 JDK 9 Other
10Fixed 8u261Fixed 9 b160Fixed openjdk8u262Fixed
Related Reports
Relates :  
Description
sun/security/ec/SignedObjectChain.java
sun/security/mscapi/SignedObjectChain.java
sun/security/rsa/SignedObjectChain.java
sun/security/ssl/rsa/SignedObjectChain.java

These tests are not compile-only tests, but due to the missed @run tag, tests are not run.

Comments
Fix Request (8u) Makes more tests available, and keeps codebases in sync (I see 8u261). Patch does not apply to 8u cleanly. 8u RFR (reviewed by aph): https://mail.openjdk.java.net/pipermail/jdk8u-dev/2020-March/011459.html
30-03-2020

The tests would have been better modified to use @build instead of @compile.
21-03-2017

RFR: http://mail.openjdk.java.net/pipermail/security-dev/2017-March/015643.html
06-03-2017