Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_langtools
提交
1c0a0b83
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看板
提交
1c0a0b83
编写于
5月 03, 2013
作者:
J
jjg
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
8012728: Normalize @ignore comments on langtools tests
Reviewed-by: vromero, mcimadamore
上级
4a8cb00a
变更
26
隐藏空白更改
内联
并排
Showing
26 changed file
with
81 addition
and
62 deletion
+81
-62
test/com/sun/javadoc/_template/Template.java
test/com/sun/javadoc/_template/Template.java
+8
-10
test/com/sun/javadoc/_template/TemplateComplete.java
test/com/sun/javadoc/_template/TemplateComplete.java
+8
-10
test/com/sun/javadoc/testTypeAnnotations/TestTypeAnnotations.java
.../sun/javadoc/testTypeAnnotations/TestTypeAnnotations.java
+10
-10
test/com/sun/javadoc/typeAnnotations/smoke/TestSmoke.java
test/com/sun/javadoc/typeAnnotations/smoke/TestSmoke.java
+20
-3
test/tools/javac/annotations/typeAnnotations/classfile/CombinationsTargetTest1.java
...ns/typeAnnotations/classfile/CombinationsTargetTest1.java
+1
-1
test/tools/javac/annotations/typeAnnotations/classfile/CombinationsTargetTest2.java
...ns/typeAnnotations/classfile/CombinationsTargetTest2.java
+1
-1
test/tools/javac/annotations/typeAnnotations/failures/CantAnnotateStaticClass.java
...ons/typeAnnotations/failures/CantAnnotateStaticClass.java
+1
-1
test/tools/javac/annotations/typeAnnotations/newlocations/MultiCatch.java
.../annotations/typeAnnotations/newlocations/MultiCatch.java
+1
-1
test/tools/javac/annotations/typeAnnotations/referenceinfos/MultiCatch.java
...nnotations/typeAnnotations/referenceinfos/MultiCatch.java
+1
-1
test/tools/javac/defaultMethods/defaultMethodExecution/DefaultMethodRegressionTests.java
.../defaultMethodExecution/DefaultMethodRegressionTests.java
+2
-2
test/tools/javac/generics/7034511/T7034511a.java
test/tools/javac/generics/7034511/T7034511a.java
+3
-1
test/tools/javac/generics/7034511/T7034511b.java
test/tools/javac/generics/7034511/T7034511b.java
+3
-1
test/tools/javac/generics/OverrideBridge.java
test/tools/javac/generics/OverrideBridge.java
+4
-2
test/tools/javac/lambda/TargetType36.java
test/tools/javac/lambda/TargetType36.java
+2
-2
test/tools/javac/lambda/TargetType53.java
test/tools/javac/lambda/TargetType53.java
+1
-1
test/tools/javac/lambda/TargetType54.java
test/tools/javac/lambda/TargetType54.java
+1
-1
test/tools/javac/lambda/TargetType58.java
test/tools/javac/lambda/TargetType58.java
+1
-1
test/tools/javac/lambda/TargetType59.java
test/tools/javac/lambda/TargetType59.java
+1
-1
test/tools/javac/lambda/TargetType62.java
test/tools/javac/lambda/TargetType62.java
+1
-1
test/tools/javac/processing/model/element/repeatingAnnotations/MixRepeatableAndOfficialContainerInheritedA1Test.java
...ons/MixRepeatableAndOfficialContainerInheritedA1Test.java
+1
-1
test/tools/javac/processing/model/element/repeatingAnnotations/MixRepeatableAndOfficialContainerInheritedB1Test.java
...ons/MixRepeatableAndOfficialContainerInheritedB1Test.java
+1
-1
test/tools/javac/processing/model/element/repeatingAnnotations/MixRepeatableAndOfficialContainerInheritedB2Test.java
...ons/MixRepeatableAndOfficialContainerInheritedB2Test.java
+1
-1
test/tools/javac/processing/model/element/repeatingAnnotations/RepeatableOverrideATest.java
...element/repeatingAnnotations/RepeatableOverrideATest.java
+1
-1
test/tools/javac/processing/model/element/repeatingAnnotations/RepeatableOverrideBTest.java
...element/repeatingAnnotations/RepeatableOverrideBTest.java
+1
-1
test/tools/javap/output/RepeatingTypeAnnotations.java
test/tools/javap/output/RepeatingTypeAnnotations.java
+4
-4
test/tools/javap/output/Tester.java
test/tools/javap/output/Tester.java
+2
-2
未找到文件。
test/com/sun/javadoc/_template/Template.java
浏览文件 @
1c0a0b83
/*
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2002,
2013,
Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
@@ -22,15 +22,13 @@
*/
/*
* test
* @bug 0000000
* @summary <DESC>
* @author jamieh
* @library ../lib/
* @ignore This is a template for regression tests.
* @build JavadocTester
* @build <CLASS NAME>
* @run main <CLASS NAME>
* @ test
* @ bug <BUG-ID>
* @ summary <BUG-SYNOPSIS>
* @ author <AUTHOR> or delete
* @ library ../lib/
* @ build JavadocTester <CLASS NAME>
* @ run main <CLASS NAME>
*/
public
class
Template
extends
JavadocTester
{
...
...
test/com/sun/javadoc/_template/TemplateComplete.java
浏览文件 @
1c0a0b83
/*
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2002,
2013,
Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
@@ -22,15 +22,13 @@
*/
/*
* test
* @bug 0000000
* @summary <DESC>
* @author jamieh
* @library ../lib/
* @ignore This is a template for regression tests.
* @build JavadocTester
* @build <CLASS NAME>
* @run main <CLASS NAME>
* @ test
* @ bug <BUG-ID>
* @ summary <BUG-SYNOPSIS>
* @ author <AUTHOR> or delete
* @ library ../lib/
* @ build JavadocTester <CLASS NAME>
* @ run main <CLASS NAME>
*/
public
class
TemplateComplete
extends
JavadocTester
{
...
...
test/com/sun/javadoc/testTypeAnnotations/TestTypeAnnotations.java
浏览文件 @
1c0a0b83
...
...
@@ -45,7 +45,7 @@ public class TestTypeAnnotations extends JavadocTester {
private
static
final
String
[][]
NEGATED_TEST
=
NO_TEST
;
private
static
final
String
[][]
TEST
=
{
// Test for type annotations on Class Extends (ClassExtends.java).
/* @ignore 8012173
/* @ignore 8012173
: javadoc does not receive all type annotations information from javac
{BUG_ID + FS + "typeannos" + FS + "MyClass.html",
"extends <a href=\"../typeannos/ClassExtA.html\" title=\"annotation " +
"in typeannos\">@ClassExtA</a> <a href=\"../typeannos/ParameterizedClass.html\" " +
...
...
@@ -54,7 +54,7 @@ public class TestTypeAnnotations extends JavadocTester {
"@ClassExtB</a> java.lang.String>"
},
*/
/* @ignore 8012173
/* @ignore 8012173
: javadoc does not receive all type annotations information from javac
{BUG_ID + FS + "typeannos" + FS + "MyClass.html",
"implements <a href=\"../typeannos/ClassExtB.html\" title=\"" +
"annotation in typeannos\">@ClassExtB</a> java.lang.CharSequence, " +
...
...
@@ -65,7 +65,7 @@ public class TestTypeAnnotations extends JavadocTester {
"typeannos\">@ClassExtB</a> java.lang.String></pre>"
},
*/
/* @ignore 8012173
/* @ignore 8012173
: javadoc does not receive all type annotations information from javac
{BUG_ID + FS + "typeannos" + FS + "MyInterface.html",
"extends <a href=\"../typeannos/ClassExtA.html\" title=\"annotation " +
"in typeannos\">@ClassExtA</a> <a href=\"../typeannos/" +
...
...
@@ -83,7 +83,7 @@ public class TestTypeAnnotations extends JavadocTester {
"href=\"../typeannos/ClassParamA.html\" title=\"annotation in "
+
"typeannos\">@ClassParamA</a> java.lang.String></span>"
},
/* @ignore 8012173
/* @ignore 8012173
: javadoc does not receive all type annotations information from javac
{BUG_ID + FS + "typeannos" + FS + "ExtendsGeneric.html",
"<pre> class <span class=\"strong\">ExtendsGeneric<K extends " +
"<a href=\"../typeannos/ClassParamA.html\" title=\"annotation in " +
...
...
@@ -119,7 +119,7 @@ public class TestTypeAnnotations extends JavadocTester {
},
// Test for type annotations on fields (Fields.java).
/* @ignore 8012173
/* @ignore 8012173
: javadoc does not receive all type annotations information from javac
{BUG_ID + FS + "typeannos" + FS + "DefaultScope.html",
"<pre><a href=\"../typeannos/Parameterized.html\" title=\"class in " +
"typeannos\">Parameterized</a><<a href=\"../typeannos/FldA.html\" " +
...
...
@@ -147,7 +147,7 @@ public class TestTypeAnnotations extends JavadocTester {
"typeannos\">@FldC</a> <a href=\"../typeannos/FldB.html\" title=\""
+
"annotation in typeannos\">@FldB</a> [] array2Deep</pre>"
},
/* @ignore 8012173
/* @ignore 8012173
: javadoc does not receive all type annotations information from javac
{BUG_ID + FS + "typeannos" + FS + "ModifiedScoped.html",
"<pre>public final <a href=\"../typeannos/Parameterized.html\" " +
"title=\"class in typeannos\">Parameterized</a><<a href=\"../" +
...
...
@@ -184,7 +184,7 @@ public class TestTypeAnnotations extends JavadocTester {
"<pre><a href=\"../typeannos/MRtnA.html\" title=\"annotation in "
+
"typeannos\">@MRtnA</a> java.lang.String[][] array2()</pre>"
},
/* @ignore 8012173
/* @ignore 8012173
: javadoc does not receive all type annotations information from javac
{BUG_ID + FS + "typeannos" + FS + "MtdModifiedScoped.html",
"<pre>public final <a href=\"../typeannos/MtdParameterized.html\" " +
"title=\"class in typeannos\">MtdParameterized</a><<a href=\"../" +
...
...
@@ -205,7 +205,7 @@ public class TestTypeAnnotations extends JavadocTester {
"annotation in typeannos\">@MTyParamA</a> java.lang.String>"
+
" void methodExtends()</pre>"
},
/* @ignore 8012173
/* @ignore 8012173
: javadoc does not receive all type annotations information from javac
{BUG_ID + FS + "typeannos" + FS + "UnscopedUnmodified.html",
"<pre><K extends <a href=\"../typeannos/MTyParamA.html\" title=\"" +
"annotation in typeannos\">@MTyParamA</a> <a href=\"../typeannos/" +
...
...
@@ -220,7 +220,7 @@ public class TestTypeAnnotations extends JavadocTester {
"MTyParamA.html\" title=\"annotation in typeannos\">@MTyParamA</a> "
+
"java.lang.String> void methodExtends()</pre>"
},
/* @ignore 8012173
/* @ignore 8012173
: javadoc does not receive all type annotations information from javac
{BUG_ID + FS + "typeannos" + FS + "PublicModifiedMethods.html",
"<pre>public final <K extends <a href=\"../typeannos/" +
"MTyParamA.html\" title=\"annotation in typeannos\">@MTyParamA</a> " +
...
...
@@ -240,7 +240,7 @@ public class TestTypeAnnotations extends JavadocTester {
"ParaParameterized</a><java.lang.String,java.lang.String>"
+
" a)</pre>"
},
/* @ignore 8012173
/* @ignore 8012173
: javadoc does not receive all type annotations information from javac
{BUG_ID + FS + "typeannos" + FS + "Parameters.html",
"<pre>void nestedParaParameterized(<a href=\"../typeannos/" +
"ParaParameterized.html\" title=\"class in typeannos\">" +
...
...
test/com/sun/javadoc/typeAnnotations/smoke/TestSmoke.java
浏览文件 @
1c0a0b83
/*
* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010,
2013,
Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
@@ -24,7 +24,6 @@
/*
* @test
* @bug 8006735
* @ignore
* @summary Smoke test for ensuring that annotations are emited to javadoc
*
* @author Mahmood Ali <mali>
...
...
@@ -37,7 +36,7 @@
public
class
TestSmoke
extends
JavadocTester
{
//Test information.
private
static
final
String
BUG_ID
=
"
NOT_SPECIFIED_YET
"
;
private
static
final
String
BUG_ID
=
"
8006735
"
;
//Javadoc arguments.
private
static
final
String
[]
ARGS
=
new
String
[]
{
...
...
@@ -47,19 +46,37 @@ public class TestSmoke extends JavadocTester {
//Input for string search tests.
private
static
final
String
[][]
TEST
=
{
{
BUG_ID
+
FS
+
"pkg"
+
FS
+
"T0x1C.html"
,
"@DA"
},
/* @ignore 8013406: Test cases fail in javadoc test TestSmoke.java
{BUG_ID + FS + "pkg" + FS + "T0x1D.html", "@DA"},
*/
/* @ignore 8013406: Test cases fail in javadoc test TestSmoke.java
{BUG_ID + FS + "pkg" + FS + "T0x0D.html", "@DA"},
*/
{
BUG_ID
+
FS
+
"pkg"
+
FS
+
"T0x06.html"
,
"@DA"
},
/* @ignore 8013406: Test cases fail in javadoc test TestSmoke.java
{BUG_ID + FS + "pkg" + FS + "T0x0B.html", "@DA"},
*/
/* @ignore 8013406: Test cases fail in javadoc test TestSmoke.java
{BUG_ID + FS + "pkg" + FS + "T0x0F.html", "@DA"},
*/
/* @ignore 8013406: Test cases fail in javadoc test TestSmoke.java
{BUG_ID + FS + "pkg" + FS + "T0x20.html", "@DA"},
*/
/* @ignore 8013406: Test cases fail in javadoc test TestSmoke.java
{BUG_ID + FS + "pkg" + FS + "T0x22.html", "@DA"},
*/
{
BUG_ID
+
FS
+
"pkg"
+
FS
+
"T0x10.html"
,
"@DA"
},
{
BUG_ID
+
FS
+
"pkg"
+
FS
+
"T0x10A.html"
,
"@DA"
},
{
BUG_ID
+
FS
+
"pkg"
+
FS
+
"T0x12.html"
,
"@DA"
},
/* @ignore 8013406: Test cases fail in javadoc test TestSmoke.java
{BUG_ID + FS + "pkg" + FS + "T0x11.html", "@DA"},
*/
/* @ignore 8013406: Test cases fail in javadoc test TestSmoke.java
{BUG_ID + FS + "pkg" + FS + "T0x13.html", "@DA"},
*/
/* @ignore 8013406: Test cases fail in javadoc test TestSmoke.java
{BUG_ID + FS + "pkg" + FS + "T0x15.html", "@DA"},
*/
{
BUG_ID
+
FS
+
"pkg"
+
FS
+
"T0x14.html"
,
"@DA"
},
{
BUG_ID
+
FS
+
"pkg"
+
FS
+
"T0x16.html"
,
"@DA"
}
};
...
...
test/tools/javac/annotations/typeAnnotations/classfile/CombinationsTargetTest1.java
浏览文件 @
1c0a0b83
...
...
@@ -24,7 +24,7 @@
/*
* @test
* @bug 8005085 8005877 8004829 8005681 8006734 8006775
* @ignore
* @ignore
8013409: test failures for type annotations
* @summary Combinations of Target ElementTypes on (repeated)type annotations.
*/
...
...
test/tools/javac/annotations/typeAnnotations/classfile/CombinationsTargetTest2.java
浏览文件 @
1c0a0b83
...
...
@@ -24,7 +24,7 @@
/*
* @test
* @bug 8005085 8005877 8004829 8005681 8006734 8006775
* @ignore
* @ignore
8013409: test failures for type annotations
* @summary Combinations of Target ElementTypes on (repeated)type annotations.
*/
...
...
test/tools/javac/annotations/typeAnnotations/failures/CantAnnotateStaticClass.java
浏览文件 @
1c0a0b83
/*
* @test /nodynamiccopyright/
* @bug 8006733 8006775
* @ignore
* @ignore
8013409: test failures for type annotations
* @summary A static outer class cannot be annotated.
* @author Werner Dietl
* @compile/fail/ref=CantAnnotateStaticClass.out -XDrawDiagnostics CantAnnotateStaticClass.java
...
...
test/tools/javac/annotations/typeAnnotations/newlocations/MultiCatch.java
浏览文件 @
1c0a0b83
...
...
@@ -25,7 +25,7 @@ import java.lang.annotation.*;
/*
* @test
* @ignore
// syntax not sure yet.
* @ignore
8013408: Need specification for type exceptions on multicatch
* @bug 8006775
* @summary new type annotation location: multicatch
* @author Werner Dietl
...
...
test/tools/javac/annotations/typeAnnotations/referenceinfos/MultiCatch.java
浏览文件 @
1c0a0b83
...
...
@@ -26,7 +26,7 @@ import static com.sun.tools.classfile.TypeAnnotation.TargetType.*;
/*
* @test
* @bug 8006732 8006775
* @ignore
* @ignore
8013408: Need specification for type exceptions on multicatch
* @summary Test population of reference info for multicatch exception parameters
* @author Werner Dietl
* @compile -g Driver.java ReferenceInfoUtil.java MultiCatch.java
...
...
test/tools/javac/defaultMethods/defaultMethodExecution/DefaultMethodRegressionTests.java
浏览文件 @
1c0a0b83
/*
* Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012,
2013,
Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
@@ -25,7 +25,7 @@
/**
* @test
* @ignore 800
4360
* @ignore 800
7517: DefaultMethodRegressionTests.java fail in TL
* @bug 8003639
* @summary convert lambda testng tests to jtreg and add them
* @run testng DefaultMethodRegressionTests
...
...
test/tools/javac/generics/7034511/T7034511a.java
浏览文件 @
1c0a0b83
/*
* @test /nodynamiccopyright/
* @ignore
backing out 7034511, see 7040883
* @ignore
7041019 Bogus type-variable substitution with array types with dependencies on accessibility check
* @bug 7034511 7040883
* @summary Loophole in typesafety
* @compile/fail/ref=T7034511a.out -XDrawDiagnostics T7034511a.java
*/
// backing out 7034511, see 7040883
class
T7034511a
{
interface
A
<
T
>
{
...
...
test/tools/javac/generics/7034511/T7034511b.java
浏览文件 @
1c0a0b83
/*
* @test /nodynamiccopyright/
* @ignore
backing out 7034511, see 7040883
* @ignore
7041019 Bogus type-variable substitution with array types with dependencies on accessibility check
* @bug 7034511 7040883
* @summary Loophole in typesafety
* @compile/fail/ref=T7034511b.out -XDrawDiagnostics T7034511b.java
*/
// backing out 7034511, see 7040883
class
T7034511b
{
static
class
MyList
<
E
>
{
E
toArray
(
E
[]
e
)
{
return
null
;
}
...
...
test/tools/javac/generics/OverrideBridge.java
浏览文件 @
1c0a0b83
/*
* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010,
2013,
Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
@@ -24,11 +24,13 @@
/*
* @test
* @bug 6337171 6996415
* @ignore
fix has been disabled as a consequence of 6996415
* @ignore
6996758: Investigate better override bridges strategy
* @summary javac should create bridge methods when type variable bounds restricted
* @run main OverrideBridge
*/
// fix, and test, has been disabled as a consequence of 6996415
import
java.io.*
;
import
java.net.URI
;
import
java.util.ArrayList
;
...
...
test/tools/javac/lambda/TargetType36.java
浏览文件 @
1c0a0b83
/*
* Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012,
2013,
Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
...
...
@@ -23,7 +23,7 @@
/*
* @test
* @ignore
* @ignore
8013404: Test awaits spec clarification
* @bug 8003280
* @summary Add lambda tests
* check that target type of cast is propagated to conditional subexpressions
...
...
test/tools/javac/lambda/TargetType53.java
浏览文件 @
1c0a0b83
...
...
@@ -26,7 +26,7 @@
* @bug 8007464
* @summary Add graph inference support
* smoke test for graph inference
* @ignore
awaits stream API: 800NNNN
* @ignore
8008682: Core stream API classes
* @compile TargetType53.java
*/
import
java.util.*
;
...
...
test/tools/javac/lambda/TargetType54.java
浏览文件 @
1c0a0b83
...
...
@@ -26,7 +26,7 @@
* @bug 8007464
* @summary Add graph inference support
* smoke test for graph inference
* @ignore
awaits stream API: 800NNNN
* @ignore
8008682: Core stream API classes
* @compile TargetType54.java
*/
import
java.util.stream.*
;
...
...
test/tools/javac/lambda/TargetType58.java
浏览文件 @
1c0a0b83
...
...
@@ -26,7 +26,7 @@
* @bug 8007464
* @summary Add graph inference support
* more smoke tests for graph inference
* @ignore
awaits stream API: 800NNNN
* @ignore
8008682: Core stream API classes
* @compile TargetType58.java
*/
import
java.util.*
;
...
...
test/tools/javac/lambda/TargetType59.java
浏览文件 @
1c0a0b83
...
...
@@ -26,7 +26,7 @@
* @bug 8007464
* @summary Add graph inference support
* more smoke tests for graph inference
* @ignore
awaits stream API: 800NNNN
* @ignore
8008682: Core stream API classes
* @compile TargetType59.java
*/
import
java.util.*
;
...
...
test/tools/javac/lambda/TargetType62.java
浏览文件 @
1c0a0b83
...
...
@@ -26,7 +26,7 @@
* @bug 8007464
* @summary Add graph inference support
* check that new wildcards inference strategy doesn't run into 7190296
* @ignore
awaits stream API: 800NNNN
* @ignore
8008682: Core stream API classes
* @compile TargetType62.java
*/
import
java.util.*
;
...
...
test/tools/javac/processing/model/element/repeatingAnnotations/MixRepeatableAndOfficialContainerInheritedA1Test.java
浏览文件 @
1c0a0b83
...
...
@@ -22,13 +22,13 @@
*/
/*
* @ignore
* @test
* @bug 8004822
* @author mnunez
* @summary Language model api test basics for repeating annotations
* @library /tools/javac/lib
* @library supportingAnnotations
* @ignore 8013407: test failures for repeating annotations
* @build JavacTestingAbstractProcessor ElementRepAnnoTester
* @compile -processor ElementRepAnnoTester -proc:only
* MixRepeatableAndOfficialContainerInheritedA1Test.java
...
...
test/tools/javac/processing/model/element/repeatingAnnotations/MixRepeatableAndOfficialContainerInheritedB1Test.java
浏览文件 @
1c0a0b83
...
...
@@ -22,13 +22,13 @@
*/
/*
* @ignore
* @test
* @bug 8004822
* @author mnunez
* @summary Language model api test basics for repeating annotations
* @library /tools/javac/lib
* @library supportingAnnotations
* @ignore 8013407: test failures for repeating annotations
* @build JavacTestingAbstractProcessor ElementRepAnnoTester
* @compile -processor ElementRepAnnoTester -proc:only
* MixRepeatableAndOfficialContainerInheritedB1Test.java
...
...
test/tools/javac/processing/model/element/repeatingAnnotations/MixRepeatableAndOfficialContainerInheritedB2Test.java
浏览文件 @
1c0a0b83
...
...
@@ -22,13 +22,13 @@
*/
/*
* @ignore
* @test
* @bug 8004822
* @author mnunez
* @summary Language model api test basics for repeating annotations
* @library /tools/javac/lib
* @library supportingAnnotations
* @ignore 8013407: test failures for repeating annotations
* @build JavacTestingAbstractProcessor ElementRepAnnoTester
* @compile -processor ElementRepAnnoTester -proc:only
* MixRepeatableAndOfficialContainerInheritedB2Test.java
...
...
test/tools/javac/processing/model/element/repeatingAnnotations/RepeatableOverrideATest.java
浏览文件 @
1c0a0b83
...
...
@@ -22,13 +22,13 @@
*/
/*
* @ignore
* @test
* @bug 8004822
* @author mnunez
* @summary Language model api test basics for repeating annotations
* @library /tools/javac/lib
* @library supportingAnnotations
* @ignore 8013407: test failures for repeating annotations
* @build JavacTestingAbstractProcessor ElementRepAnnoTester
* @compile -processor ElementRepAnnoTester -proc:only RepeatableOverrideATest.java
*/
...
...
test/tools/javac/processing/model/element/repeatingAnnotations/RepeatableOverrideBTest.java
浏览文件 @
1c0a0b83
...
...
@@ -22,13 +22,13 @@
*/
/*
* @ignore
* @test
* @bug 8004822
* @author mnunez
* @summary Language model api test basics for repeating annotations
* @library /tools/javac/lib
* @library supportingAnnotations
* @ignore 8013407: test failures for repeating annotations
* @build JavacTestingAbstractProcessor ElementRepAnnoTester
* @compile -processor ElementRepAnnoTester -proc:only RepeatableOverrideBTest.java
*/
...
...
test/tools/javap/output/RepeatingTypeAnnotations.java
浏览文件 @
1c0a0b83
...
...
@@ -121,7 +121,7 @@ public class RepeatingTypeAnnotations extends Tester {
*/
@TestCase
@ignore
// 8008082:missing type annotation for cast
@ignore
// 8008082:
missing type annotation for cast
public
static
class
TC1
extends
RepeatingTypeAnnotations
{
public
TC1
()
{
setSrc
(
" static String so = \"hello world\";"
,
...
...
@@ -176,7 +176,7 @@ public class RepeatingTypeAnnotations extends Tester {
}
@TestCase
@ignore
// 8008082:missing type annotation for cast
@ignore
// 8008082:
missing type annotation for cast
public
static
class
TC5
extends
RepeatingTypeAnnotations
{
public
TC5
()
{
setSrc
(
" static String so = \"hello world\";"
,
...
...
@@ -231,7 +231,7 @@ public class RepeatingTypeAnnotations extends Tester {
}
@TestCase
@ignore
// 8008082:missing type annotation for cast
@ignore
// 8008082:
missing type annotation for cast
public
static
class
TC9
extends
RepeatingTypeAnnotations
{
public
TC9
()
{
setSrc
(
" public Test(@A @A @A Object o, @A int i, long l) {"
,
...
...
@@ -305,7 +305,7 @@ public class RepeatingTypeAnnotations extends Tester {
}
@TestCase
@ignore
// 8008082:missing type annotation for cast
@ignore
// 8008082:
missing type annotation for cast
public
static
class
TC13
extends
RepeatingTypeAnnotations
{
public
TC13
()
{
setSrc
(
" public @A @A @A String foo(@A @A @A Object o, @A int i, long l) {"
,
...
...
test/tools/javap/output/Tester.java
浏览文件 @
1c0a0b83
...
...
@@ -128,8 +128,8 @@ public abstract class Tester {
/**
* Individual test-cases failing due to product bugs, may temporarily
* be excluded by marking them like
this:
*
@ignore // 1234567:
bug synopsis
* be excluded by marking them like
this, (where "at-" is replaced by "@")
*
at-ignore // 1234567:
bug synopsis
*/
@Retention
(
RetentionPolicy
.
RUNTIME
)
@interface
ignore
{
}
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录