Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_langtools
提交
f40fb139
D
dragonwell8_langtools
项目概览
openanolis
/
dragonwell8_langtools
通知
0
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8_langtools
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
f40fb139
编写于
10月 07, 2008
作者:
J
jjg
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
6749967: regression tests for apt should be same-vm friendly
Reviewed-by: darcy
上级
838f1373
变更
24
隐藏空白更改
内联
并排
Showing
24 changed file
with
24 addition
and
19 deletion
+24
-19
test/tools/apt/mirror/declaration/AnnoMirror.java
test/tools/apt/mirror/declaration/AnnoMirror.java
+1
-1
test/tools/apt/mirror/declaration/AnnoTypeDecl.java
test/tools/apt/mirror/declaration/AnnoTypeDecl.java
+1
-1
test/tools/apt/mirror/declaration/AnnoTypeElemDecl.java
test/tools/apt/mirror/declaration/AnnoTypeElemDecl.java
+1
-1
test/tools/apt/mirror/declaration/AnnoVal.java
test/tools/apt/mirror/declaration/AnnoVal.java
+1
-1
test/tools/apt/mirror/declaration/ClassDecl.java
test/tools/apt/mirror/declaration/ClassDecl.java
+1
-1
test/tools/apt/mirror/declaration/ConstExpr.java
test/tools/apt/mirror/declaration/ConstExpr.java
+1
-1
test/tools/apt/mirror/declaration/ConstructorDecl.java
test/tools/apt/mirror/declaration/ConstructorDecl.java
+1
-1
test/tools/apt/mirror/declaration/EnumDecl.java
test/tools/apt/mirror/declaration/EnumDecl.java
+1
-1
test/tools/apt/mirror/declaration/FieldDecl.java
test/tools/apt/mirror/declaration/FieldDecl.java
+1
-1
test/tools/apt/mirror/declaration/GetAnno.java
test/tools/apt/mirror/declaration/GetAnno.java
+1
-1
test/tools/apt/mirror/declaration/InterfaceDecl.java
test/tools/apt/mirror/declaration/InterfaceDecl.java
+1
-1
test/tools/apt/mirror/declaration/MethodDecl.java
test/tools/apt/mirror/declaration/MethodDecl.java
+1
-1
test/tools/apt/mirror/declaration/PackageDecl.java
test/tools/apt/mirror/declaration/PackageDecl.java
+1
-1
test/tools/apt/mirror/declaration/ParameterDecl.java
test/tools/apt/mirror/declaration/ParameterDecl.java
+1
-0
test/tools/apt/mirror/type/AnnoTyp.java
test/tools/apt/mirror/type/AnnoTyp.java
+1
-1
test/tools/apt/mirror/type/ArrayTyp.java
test/tools/apt/mirror/type/ArrayTyp.java
+1
-1
test/tools/apt/mirror/type/ClassTyp.java
test/tools/apt/mirror/type/ClassTyp.java
+1
-0
test/tools/apt/mirror/type/EnumTyp.java
test/tools/apt/mirror/type/EnumTyp.java
+1
-1
test/tools/apt/mirror/type/InterfaceTyp.java
test/tools/apt/mirror/type/InterfaceTyp.java
+1
-0
test/tools/apt/mirror/type/PrimitiveTyp.java
test/tools/apt/mirror/type/PrimitiveTyp.java
+1
-1
test/tools/apt/mirror/type/TypeVar.java
test/tools/apt/mirror/type/TypeVar.java
+1
-1
test/tools/apt/mirror/type/WildcardTyp.java
test/tools/apt/mirror/type/WildcardTyp.java
+1
-1
test/tools/apt/mirror/util/Overrides.java
test/tools/apt/mirror/util/Overrides.java
+1
-0
test/tools/apt/mirror/util/TypeCreation.java
test/tools/apt/mirror/util/TypeCreation.java
+1
-0
未找到文件。
test/tools/apt/mirror/declaration/AnnoMirror.java
浏览文件 @
f40fb139
...
@@ -28,7 +28,7 @@
...
@@ -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
*/
*/
...
...
test/tools/apt/mirror/declaration/AnnoTypeDecl.java
浏览文件 @
f40fb139
...
@@ -28,7 +28,7 @@
...
@@ -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
*/
*/
...
...
test/tools/apt/mirror/declaration/AnnoTypeElemDecl.java
浏览文件 @
f40fb139
...
@@ -28,7 +28,7 @@
...
@@ -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
*/
*/
...
...
test/tools/apt/mirror/declaration/AnnoVal.java
浏览文件 @
f40fb139
...
@@ -28,7 +28,7 @@
...
@@ -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
*/
*/
...
...
test/tools/apt/mirror/declaration/ClassDecl.java
浏览文件 @
f40fb139
...
@@ -28,7 +28,7 @@
...
@@ -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
*/
*/
...
...
test/tools/apt/mirror/declaration/ConstExpr.java
浏览文件 @
f40fb139
...
@@ -28,7 +28,7 @@
...
@@ -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
*/
*/
...
...
test/tools/apt/mirror/declaration/ConstructorDecl.java
浏览文件 @
f40fb139
...
@@ -28,7 +28,7 @@
...
@@ -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
*/
*/
...
...
test/tools/apt/mirror/declaration/EnumDecl.java
浏览文件 @
f40fb139
...
@@ -28,7 +28,7 @@
...
@@ -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
*/
*/
...
...
test/tools/apt/mirror/declaration/FieldDecl.java
浏览文件 @
f40fb139
...
@@ -28,7 +28,7 @@
...
@@ -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
*/
*/
...
...
test/tools/apt/mirror/declaration/GetAnno.java
浏览文件 @
f40fb139
...
@@ -28,7 +28,7 @@
...
@@ -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
*/
*/
...
...
test/tools/apt/mirror/declaration/InterfaceDecl.java
浏览文件 @
f40fb139
...
@@ -28,7 +28,7 @@
...
@@ -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
*/
*/
...
...
test/tools/apt/mirror/declaration/MethodDecl.java
浏览文件 @
f40fb139
...
@@ -28,7 +28,7 @@
...
@@ -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
*/
*/
...
...
test/tools/apt/mirror/declaration/PackageDecl.java
浏览文件 @
f40fb139
...
@@ -28,7 +28,7 @@
...
@@ -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
*/
*/
...
...
test/tools/apt/mirror/declaration/ParameterDecl.java
浏览文件 @
f40fb139
...
@@ -27,6 +27,7 @@
...
@@ -27,6 +27,7 @@
* @bug 4853450 5031171
* @bug 4853450 5031171
* @summary ParameterDeclaration tests
* @summary ParameterDeclaration tests
* @library ../../lib
* @library ../../lib
* @run main/othervm ParameterDecl
*/
*/
...
...
test/tools/apt/mirror/type/AnnoTyp.java
浏览文件 @
f40fb139
...
@@ -28,7 +28,7 @@
...
@@ -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
*/
*/
...
...
test/tools/apt/mirror/type/ArrayTyp.java
浏览文件 @
f40fb139
...
@@ -28,7 +28,7 @@
...
@@ -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
*/
*/
...
...
test/tools/apt/mirror/type/ClassTyp.java
浏览文件 @
f40fb139
...
@@ -27,6 +27,7 @@
...
@@ -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
*/
*/
...
...
test/tools/apt/mirror/type/EnumTyp.java
浏览文件 @
f40fb139
...
@@ -28,7 +28,7 @@
...
@@ -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
*/
*/
...
...
test/tools/apt/mirror/type/InterfaceTyp.java
浏览文件 @
f40fb139
...
@@ -27,6 +27,7 @@
...
@@ -27,6 +27,7 @@
* @bug 4853450 5055963
* @bug 4853450 5055963
* @summary InterfaceType tests
* @summary InterfaceType tests
* @library ../../lib
* @library ../../lib
* @run main/othervm InterfaceTyp
*/
*/
...
...
test/tools/apt/mirror/type/PrimitiveTyp.java
浏览文件 @
f40fb139
...
@@ -28,7 +28,7 @@
...
@@ -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
*/
*/
...
...
test/tools/apt/mirror/type/TypeVar.java
浏览文件 @
f40fb139
...
@@ -28,7 +28,7 @@
...
@@ -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
*/
*/
...
...
test/tools/apt/mirror/type/WildcardTyp.java
浏览文件 @
f40fb139
...
@@ -28,7 +28,7 @@
...
@@ -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
*/
*/
...
...
test/tools/apt/mirror/util/Overrides.java
浏览文件 @
f40fb139
...
@@ -27,6 +27,7 @@
...
@@ -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
*/
*/
...
...
test/tools/apt/mirror/util/TypeCreation.java
浏览文件 @
f40fb139
...
@@ -27,6 +27,7 @@
...
@@ -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
*/
*/
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录