hg: jdk9/dev/langtools: 8044411: Implement classfile tests for RuntimeAnnotations and RuntimeParameterAnnotations attribute.

andrei.eremeev at oracle.com andrei.eremeev at oracle.com
Fri Jul 10 09:43:28 UTC 2015


Changeset: 1ec80335c03d
Author:    aeremeev
Date:      2015-07-10 12:42 +0300
URL:       http://hg.openjdk.java.net/jdk9/dev/langtools/rev/1ec80335c03d

8044411: Implement classfile tests for RuntimeAnnotations and RuntimeParameterAnnotations attribute.
Reviewed-by: jjg, shurailine, anazarov

+ test/tools/javac/classfiles/attributes/annotations/AnnotationsTestBase.java
+ test/tools/javac/classfiles/attributes/annotations/ClassType.java
+ test/tools/javac/classfiles/attributes/annotations/README.txt
+ test/tools/javac/classfiles/attributes/annotations/RuntimeAnnotationsForGenericMethodTest.java
+ test/tools/javac/classfiles/attributes/annotations/RuntimeAnnotationsForInnerAnnotationTest.java
+ test/tools/javac/classfiles/attributes/annotations/RuntimeAnnotationsForInnerClassTest.java
+ test/tools/javac/classfiles/attributes/annotations/RuntimeAnnotationsForInnerEnumTest.java
+ test/tools/javac/classfiles/attributes/annotations/RuntimeAnnotationsForInnerInterfaceTest.java
+ test/tools/javac/classfiles/attributes/annotations/RuntimeAnnotationsForTopLevelClassTest.java
+ test/tools/javac/classfiles/attributes/annotations/RuntimeAnnotationsTestBase.java
+ test/tools/javac/classfiles/attributes/annotations/RuntimeParameterAnnotationsForGenericMethodTest.java
+ test/tools/javac/classfiles/attributes/annotations/RuntimeParameterAnnotationsForLambdaTest.java
+ test/tools/javac/classfiles/attributes/annotations/RuntimeParameterAnnotationsTest.java
+ test/tools/javac/classfiles/attributes/annotations/RuntimeParameterAnnotationsTestBase.java
+ test/tools/javac/classfiles/attributes/annotations/TestAnnotationInfo.java
+ test/tools/javac/classfiles/attributes/annotations/TestCase.java
+ test/tools/javac/classfiles/attributes/annotations/WorkAnnotations.java
! test/tools/javac/classfiles/attributes/lib/TestBase.java
! test/tools/javac/classfiles/attributes/lib/TestResult.java



More information about the jdk9-dev-changes mailing list