Changeset: bf76f4190ef8
Author:    jjg
Date:      2012-11-02 14:35 -0700
URL:       http://hg.openjdk.java.net/jdk8/tl/langtools/rev/bf76f4190ef8

7169362: JDK8: Write compiler tests for repeating annotations for JDK8
Reviewed-by: darcy, jjg
Contributed-by: sonali.g...@oracle.com

+ test/tools/javac/annotations/repeatingAnnotations/BaseAnnoAsContainerAnno.java
+ test/tools/javac/annotations/repeatingAnnotations/BaseAnnoAsContainerAnno.out
+ test/tools/javac/annotations/repeatingAnnotations/CyclicAnnotation.java
+ test/tools/javac/annotations/repeatingAnnotations/CyclicAnnotation.out
+ test/tools/javac/annotations/repeatingAnnotations/DefaultCasePresent.java
+ test/tools/javac/annotations/repeatingAnnotations/DocumentedContainerAnno.java
+ test/tools/javac/annotations/repeatingAnnotations/DocumentedContainerAnno.out
+ test/tools/javac/annotations/repeatingAnnotations/InheritedContainerAnno.java
+ test/tools/javac/annotations/repeatingAnnotations/InheritedContainerAnno.out
+ test/tools/javac/annotations/repeatingAnnotations/MissingContainer.java
+ test/tools/javac/annotations/repeatingAnnotations/MissingContainer.out
+ test/tools/javac/annotations/repeatingAnnotations/MissingDefaultCase1.java
+ test/tools/javac/annotations/repeatingAnnotations/MissingDefaultCase1.out
+ test/tools/javac/annotations/repeatingAnnotations/MissingDefaultCase2.java
+ test/tools/javac/annotations/repeatingAnnotations/MissingDefaultCase2.out
+ test/tools/javac/annotations/repeatingAnnotations/MissingValueMethod.java
+ test/tools/javac/annotations/repeatingAnnotations/MissingValueMethod.out
+ 
test/tools/javac/annotations/repeatingAnnotations/MultiLevelRepeatableAnno.java
+ test/tools/javac/annotations/repeatingAnnotations/MultipleAnnoMixedOrder.java
+ test/tools/javac/annotations/repeatingAnnotations/NoRepeatableAnno.java
+ test/tools/javac/annotations/repeatingAnnotations/NoRepeatableAnno.out
+ test/tools/javac/annotations/repeatingAnnotations/WrongReturnTypeForValue.java
+ test/tools/javac/annotations/repeatingAnnotations/WrongReturnTypeForValue.out

Reply via email to