JDK-8027183 : Remove @ignore from type annotations tests
Type:Sub-task
Component:tools
Affected Version:8
Priority:P3
Status:Resolved
Resolution:Won't Fix
Submitted:2013-10-23
Updated:2014-06-16
Resolved:2014-06-16
Description
Several tests under tools/javac/annotations/typeAnnotations/ have been marked @ignore. These need to be reinstated.
Comments
There are presently three tests that are @ignored:
tools/javac/annotations/typeAnnotations/failures/CantAnnotateStaticClass3.java
fails due to golden file mismatches, this may be a non-issue
tools/javac/annotations/typeAnnotations/failures/AnnotatedPackage1.java
tools/javac/annotations/typeAnnotations/failures/AnnotatedImport.java
both fail due to golden file mismatches, because the parser throws parse errors as opposed to a single "cannot annotate imports"
09-11-2013
8-defer-request: See parent task for justification.