JDK-8055995 : Two type annotation tests have @ignore with no open bug id
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2014-08-25
  • Updated: 2014-09-08
  • Resolved: 2014-09-08
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 9
9Fixed
Related Reports
Relates :  
Relates :  
Description
Following two tests have @ignore:

tools/javac/processing/model/type/BasicAnnoTests.java
com/sun/javadoc/testTypeAnnotations/TestTypeAnnotations.java

@ignore was added when these tests were brought over from type-annotations forest as part of 8026564.
The tests are failing with latest JDK9 binaries but do not have any open bug id listed with @ignore. 

Possible resolutions:
- Update the test to fix the errors or
- Add an open bug id in the @ignore line
Comments
Fixed as part of JDK-8056021 by adding bug numbers to the @ignore lines, see the two linked issues
08-09-2014