6749967: regression tests for apt should be same-vm friendly

Reviewed-by: darcy
This commit is contained in:
Jonathan Gibbons 2008-10-07 15:39:19 -07:00
parent 1a0a9d1a6f
commit 98ab03e7e5
24 changed files with 24 additions and 19 deletions

View File

@ -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
*/

View File

@ -28,7 +28,7 @@
* @summary AnnotationTypeDeclaration tests
* @library ../../lib
* @compile -source 1.5 AnnoTypeDecl.java
* @run main AnnoTypeDecl
* @run main/othervm AnnoTypeDecl
*/

View File

@ -28,7 +28,7 @@
* @summary AnnotationTypeElementDeclaration tests
* @library ../../lib
* @compile -source 1.5 AnnoTypeElemDecl.java
* @run main AnnoTypeElemDecl
* @run main/othervm AnnoTypeElemDecl
*/

View File

@ -28,7 +28,7 @@
* @summary Tests AnnotationValue methods.
* @library ../../lib
* @compile -source 1.5 AnnoVal.java
* @run main AnnoVal
* @run main/othervm AnnoVal
*/

View File

@ -28,7 +28,7 @@
* @summary ClassDeclaration tests
* @library ../../lib
* @compile -source 1.5 ClassDecl.java
* @run main ClassDecl
* @run main/othervm ClassDecl
*/

View File

@ -28,7 +28,7 @@
* @summary Tests FieldDeclaration.getConstantExpression method
* @library ../../lib
* @compile -source 1.5 ConstExpr.java
* @run main ConstExpr
* @run main/othervm ConstExpr
*/

View File

@ -28,7 +28,7 @@
* @summary ConstructorDeclaration tests
* @library ../../lib
* @compile -source 1.5 ConstructorDecl.java
* @run main ConstructorDecl
* @run main/othervm ConstructorDecl
*/

View File

@ -28,7 +28,7 @@
* @summary EnumDeclaration tests
* @library ../../lib
* @compile -source 1.5 EnumDecl.java
* @run main EnumDecl
* @run main/othervm EnumDecl
*/

View File

@ -28,7 +28,7 @@
* @summary FieldDeclaration tests
* @library ../../lib
* @compile -source 1.5 FieldDecl.java
* @run main FieldDecl
* @run main/othervm FieldDecl
*/

View File

@ -28,7 +28,7 @@
* @summary Tests Declaration.getAnnotation method
* @library ../../lib
* @compile -source 1.5 GetAnno.java
* @run main GetAnno
* @run main/othervm GetAnno
*/

View File

@ -28,7 +28,7 @@
* @summary InterfaceDeclaration tests
* @library ../../lib
* @compile -source 1.5 InterfaceDecl.java
* @run main InterfaceDecl
* @run main/othervm InterfaceDecl
*/

View File

@ -28,7 +28,7 @@
* @summary MethodDeclaration tests
* @library ../../lib
* @compile -source 1.5 MethodDecl.java
* @run main MethodDecl
* @run main/othervm MethodDecl
*/

View File

@ -28,7 +28,7 @@
* @summary PackageDeclaration tests
* @library ../../lib
* @compile -source 1.5 PackageDecl.java
* @run main PackageDecl
* @run main/othervm PackageDecl
*/

View File

@ -27,6 +27,7 @@
* @bug 4853450 5031171
* @summary ParameterDeclaration tests
* @library ../../lib
* @run main/othervm ParameterDecl
*/

View File

@ -28,7 +28,7 @@
* @summary AnnotationType tests
* @library ../../lib
* @compile -source 1.5 AnnoTyp.java
* @run main AnnoTyp
* @run main/othervm AnnoTyp
*/

View File

@ -28,7 +28,7 @@
* @summary ArrayType tests
* @library ../../lib
* @compile -source 1.5 ArrayTyp.java
* @run main ArrayTyp
* @run main/othervm ArrayTyp
*/

View File

@ -27,6 +27,7 @@
* @bug 4853450 5009360 5055963
* @summary ClassType tests
* @library ../../lib
* @run main/othervm ClassTyp
*/

View File

@ -28,7 +28,7 @@
* @summary EnumType tests
* @library ../../lib
* @compile -source 1.5 EnumTyp.java
* @run main EnumTyp
* @run main/othervm EnumTyp
*/

View File

@ -27,6 +27,7 @@
* @bug 4853450 5055963
* @summary InterfaceType tests
* @library ../../lib
* @run main/othervm InterfaceTyp
*/

View File

@ -28,7 +28,7 @@
* @summary PrimitiveType tests
* @library ../../lib
* @compile -source 1.5 PrimitiveTyp.java
* @run main PrimitiveTyp
* @run main/othervm PrimitiveTyp
*/

View File

@ -28,7 +28,7 @@
* @summary TypeVariable tests
* @library ../../lib
* @compile -source 1.5 TypeVar.java
* @run main TypeVar
* @run main/othervm TypeVar
*/

View File

@ -28,7 +28,7 @@
* @summary WildcardType tests
* @library ../../lib
* @compile -source 1.5 WildcardTyp.java
* @run main WildcardTyp
* @run main/othervm WildcardTyp
*/

View File

@ -27,6 +27,7 @@
* @bug 5037165
* @summary Test the Declarations.overrides method
* @library ../../lib
* @run main/othervm Overrides
*/

View File

@ -27,6 +27,7 @@
* @bug 5033381
* @summary Test the type creation methods in Types.
* @library ../../lib
* @run main/othervm TypeCreation
*/