6749967: regression tests for apt should be same-vm friendly
Reviewed-by: darcy
This commit is contained in:
parent
1a0a9d1a6f
commit
98ab03e7e5
@ -28,7 +28,7 @@
|
||||
* @summary Tests AnnotationMirror and AnnotationValue methods.
|
||||
* @library ../../lib
|
||||
* @compile -source 1.5 AnnoMirror.java
|
||||
* @run main AnnoMirror
|
||||
* @run main/othervm AnnoMirror
|
||||
*/
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @summary AnnotationTypeDeclaration tests
|
||||
* @library ../../lib
|
||||
* @compile -source 1.5 AnnoTypeDecl.java
|
||||
* @run main AnnoTypeDecl
|
||||
* @run main/othervm AnnoTypeDecl
|
||||
*/
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @summary AnnotationTypeElementDeclaration tests
|
||||
* @library ../../lib
|
||||
* @compile -source 1.5 AnnoTypeElemDecl.java
|
||||
* @run main AnnoTypeElemDecl
|
||||
* @run main/othervm AnnoTypeElemDecl
|
||||
*/
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @summary Tests AnnotationValue methods.
|
||||
* @library ../../lib
|
||||
* @compile -source 1.5 AnnoVal.java
|
||||
* @run main AnnoVal
|
||||
* @run main/othervm AnnoVal
|
||||
*/
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @summary ClassDeclaration tests
|
||||
* @library ../../lib
|
||||
* @compile -source 1.5 ClassDecl.java
|
||||
* @run main ClassDecl
|
||||
* @run main/othervm ClassDecl
|
||||
*/
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @summary Tests FieldDeclaration.getConstantExpression method
|
||||
* @library ../../lib
|
||||
* @compile -source 1.5 ConstExpr.java
|
||||
* @run main ConstExpr
|
||||
* @run main/othervm ConstExpr
|
||||
*/
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @summary ConstructorDeclaration tests
|
||||
* @library ../../lib
|
||||
* @compile -source 1.5 ConstructorDecl.java
|
||||
* @run main ConstructorDecl
|
||||
* @run main/othervm ConstructorDecl
|
||||
*/
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @summary EnumDeclaration tests
|
||||
* @library ../../lib
|
||||
* @compile -source 1.5 EnumDecl.java
|
||||
* @run main EnumDecl
|
||||
* @run main/othervm EnumDecl
|
||||
*/
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @summary FieldDeclaration tests
|
||||
* @library ../../lib
|
||||
* @compile -source 1.5 FieldDecl.java
|
||||
* @run main FieldDecl
|
||||
* @run main/othervm FieldDecl
|
||||
*/
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @summary Tests Declaration.getAnnotation method
|
||||
* @library ../../lib
|
||||
* @compile -source 1.5 GetAnno.java
|
||||
* @run main GetAnno
|
||||
* @run main/othervm GetAnno
|
||||
*/
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @summary InterfaceDeclaration tests
|
||||
* @library ../../lib
|
||||
* @compile -source 1.5 InterfaceDecl.java
|
||||
* @run main InterfaceDecl
|
||||
* @run main/othervm InterfaceDecl
|
||||
*/
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @summary MethodDeclaration tests
|
||||
* @library ../../lib
|
||||
* @compile -source 1.5 MethodDecl.java
|
||||
* @run main MethodDecl
|
||||
* @run main/othervm MethodDecl
|
||||
*/
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @summary PackageDeclaration tests
|
||||
* @library ../../lib
|
||||
* @compile -source 1.5 PackageDecl.java
|
||||
* @run main PackageDecl
|
||||
* @run main/othervm PackageDecl
|
||||
*/
|
||||
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
* @bug 4853450 5031171
|
||||
* @summary ParameterDeclaration tests
|
||||
* @library ../../lib
|
||||
* @run main/othervm ParameterDecl
|
||||
*/
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @summary AnnotationType tests
|
||||
* @library ../../lib
|
||||
* @compile -source 1.5 AnnoTyp.java
|
||||
* @run main AnnoTyp
|
||||
* @run main/othervm AnnoTyp
|
||||
*/
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @summary ArrayType tests
|
||||
* @library ../../lib
|
||||
* @compile -source 1.5 ArrayTyp.java
|
||||
* @run main ArrayTyp
|
||||
* @run main/othervm ArrayTyp
|
||||
*/
|
||||
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
* @bug 4853450 5009360 5055963
|
||||
* @summary ClassType tests
|
||||
* @library ../../lib
|
||||
* @run main/othervm ClassTyp
|
||||
*/
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @summary EnumType tests
|
||||
* @library ../../lib
|
||||
* @compile -source 1.5 EnumTyp.java
|
||||
* @run main EnumTyp
|
||||
* @run main/othervm EnumTyp
|
||||
*/
|
||||
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
* @bug 4853450 5055963
|
||||
* @summary InterfaceType tests
|
||||
* @library ../../lib
|
||||
* @run main/othervm InterfaceTyp
|
||||
*/
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @summary PrimitiveType tests
|
||||
* @library ../../lib
|
||||
* @compile -source 1.5 PrimitiveTyp.java
|
||||
* @run main PrimitiveTyp
|
||||
* @run main/othervm PrimitiveTyp
|
||||
*/
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @summary TypeVariable tests
|
||||
* @library ../../lib
|
||||
* @compile -source 1.5 TypeVar.java
|
||||
* @run main TypeVar
|
||||
* @run main/othervm TypeVar
|
||||
*/
|
||||
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @summary WildcardType tests
|
||||
* @library ../../lib
|
||||
* @compile -source 1.5 WildcardTyp.java
|
||||
* @run main WildcardTyp
|
||||
* @run main/othervm WildcardTyp
|
||||
*/
|
||||
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
* @bug 5037165
|
||||
* @summary Test the Declarations.overrides method
|
||||
* @library ../../lib
|
||||
* @run main/othervm Overrides
|
||||
*/
|
||||
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
* @bug 5033381
|
||||
* @summary Test the type creation methods in Types.
|
||||
* @library ../../lib
|
||||
* @run main/othervm TypeCreation
|
||||
*/
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user