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. * @summary Tests AnnotationMirror and AnnotationValue methods.
* @library ../../lib * @library ../../lib
* @compile -source 1.5 AnnoMirror.java * @compile -source 1.5 AnnoMirror.java
* @run main AnnoMirror * @run main/othervm AnnoMirror
*/ */

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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