JDK-8249831 : sun/security/mscapi/nonUniqueAliases/NonUniqueAliases.java uses @ignore w/o bug-id
  • Type: Sub-task
  • Component: security-libs
  • Sub-Component: javax.crypto
  • Affected Version: 8,11,15,16
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2020-07-22
  • Updated: 2021-11-23
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.
Other
tbdUnresolved
Related Reports
Relates :  
Description
sun/security/mscapi/nonUniqueAliases/NonUniqueAliases.java has '@ignore Uses certutil.exe that isn't guaranteed to be installed' 

canonically, @ignore should be followed by the id of the bug which describes the problem and will be used to eventually fix it.

the more appropriate solutions for a situation when tests have special requirements: 
 - using custom login in tests to check that certutil exists and throw jtreg.SkippedException otherwise;
 - using '/manual' jtreg option, which will exclude tests from automated runs, yet will still be possible for "manual" execution by direct jtreg invocation