# HG changeset patch # User jjg # Date 1367600216 25200 # Node ID abd153854f16324eb880a21c21a53c2fad25a3d6 # Parent 8e27e84de2e92d8d4b108499fecc3a5a3082622e 8012728: Normalize @ignore comments on langtools tests Reviewed-by: vromero, mcimadamore diff -r 8e27e84de2e9 -r abd153854f16 test/com/sun/javadoc/_template/Template.java --- a/test/com/sun/javadoc/_template/Template.java Wed May 01 08:46:04 2013 -0700 +++ b/test/com/sun/javadoc/_template/Template.java Fri May 03 09:56:56 2013 -0700 @@ -1,5 +1,5 @@ /* - * 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 - * @author jamieh - * @library ../lib/ - * @ignore This is a template for regression tests. - * @build JavadocTester - * @build - * @run main + * @ test + * @ bug + * @ summary + * @ author or delete + * @ library ../lib/ + * @ build JavadocTester + * @ run main */ public class Template extends JavadocTester { diff -r 8e27e84de2e9 -r abd153854f16 test/com/sun/javadoc/_template/TemplateComplete.java --- a/test/com/sun/javadoc/_template/TemplateComplete.java Wed May 01 08:46:04 2013 -0700 +++ b/test/com/sun/javadoc/_template/TemplateComplete.java Fri May 03 09:56:56 2013 -0700 @@ -1,5 +1,5 @@ /* - * 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 - * @author jamieh - * @library ../lib/ - * @ignore This is a template for regression tests. - * @build JavadocTester - * @build - * @run main + * @ test + * @ bug + * @ summary + * @ author or delete + * @ library ../lib/ + * @ build JavadocTester + * @ run main */ public class TemplateComplete extends JavadocTester { diff -r 8e27e84de2e9 -r abd153854f16 test/com/sun/javadoc/testTypeAnnotations/TestTypeAnnotations.java --- a/test/com/sun/javadoc/testTypeAnnotations/TestTypeAnnotations.java Wed May 01 08:46:04 2013 -0700 +++ b/test/com/sun/javadoc/testTypeAnnotations/TestTypeAnnotations.java Fri May 03 09:56:56 2013 -0700 @@ -45,7 +45,7 @@ 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 @ClassExtA 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 @ClassExtB java.lang.CharSequence, " + @@ -65,7 +65,7 @@ "typeannos\">@ClassExtB java.lang.String>" }, */ - /* @ignore 8012173 + /* @ignore 8012173: javadoc does not receive all type annotations information from javac {BUG_ID + FS + "typeannos" + FS + "MyInterface.html", "extends @ClassExtA @ClassParamA java.lang.String>" }, - /* @ignore 8012173 + /* @ignore 8012173: javadoc does not receive all type annotations information from javac {BUG_ID + FS + "typeannos" + FS + "ExtendsGeneric.html", "
 class ExtendsGeneric<K extends " +
             "Parameterized<@FldC @FldB [] array2Deep
" }, - /* @ignore 8012173 + /* @ignore 8012173: javadoc does not receive all type annotations information from javac {BUG_ID + FS + "typeannos" + FS + "ModifiedScoped.html", "
public final Parameterized<@MRtnA java.lang.String[][] array2()
" }, - /* @ignore 8012173 + /* @ignore 8012173: javadoc does not receive all type annotations information from javac {BUG_ID + FS + "typeannos" + FS + "MtdModifiedScoped.html", "
public final MtdParameterized<@MTyParamA java.lang.String>" +
             " void methodExtends()
" }, - /* @ignore 8012173 + /* @ignore 8012173: javadoc does not receive all type annotations information from javac {BUG_ID + FS + "typeannos" + FS + "UnscopedUnmodified.html", "
<K extends @MTyParamA @MTyParamA " +
             "java.lang.String> void methodExtends()
" }, - /* @ignore 8012173 + /* @ignore 8012173: javadoc does not receive all type annotations information from javac {BUG_ID + FS + "typeannos" + FS + "PublicModifiedMethods.html", "
public final <K extends @MTyParamA " +
@@ -240,7 +240,7 @@
             "ParaParameterized<java.lang.String,java.lang.String>" +
             " a)
" }, - /* @ignore 8012173 + /* @ignore 8012173: javadoc does not receive all type annotations information from javac {BUG_ID + FS + "typeannos" + FS + "Parameters.html", "
void nestedParaParameterized(" +
diff -r 8e27e84de2e9 -r abd153854f16 test/com/sun/javadoc/typeAnnotations/smoke/TestSmoke.java
--- a/test/com/sun/javadoc/typeAnnotations/smoke/TestSmoke.java	Wed May 01 08:46:04 2013 -0700
+++ b/test/com/sun/javadoc/typeAnnotations/smoke/TestSmoke.java	Fri May 03 09:56:56 2013 -0700
@@ -1,5 +1,5 @@
 /*
- * 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 
@@ -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 @@
     //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"}
     };
diff -r 8e27e84de2e9 -r abd153854f16 test/tools/javac/annotations/typeAnnotations/classfile/CombinationsTargetTest1.java
--- a/test/tools/javac/annotations/typeAnnotations/classfile/CombinationsTargetTest1.java	Wed May 01 08:46:04 2013 -0700
+++ b/test/tools/javac/annotations/typeAnnotations/classfile/CombinationsTargetTest1.java	Fri May 03 09:56:56 2013 -0700
@@ -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.
  */
 
diff -r 8e27e84de2e9 -r abd153854f16 test/tools/javac/annotations/typeAnnotations/classfile/CombinationsTargetTest2.java
--- a/test/tools/javac/annotations/typeAnnotations/classfile/CombinationsTargetTest2.java	Wed May 01 08:46:04 2013 -0700
+++ b/test/tools/javac/annotations/typeAnnotations/classfile/CombinationsTargetTest2.java	Fri May 03 09:56:56 2013 -0700
@@ -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.
  */
 
diff -r 8e27e84de2e9 -r abd153854f16 test/tools/javac/annotations/typeAnnotations/failures/CantAnnotateStaticClass.java
--- a/test/tools/javac/annotations/typeAnnotations/failures/CantAnnotateStaticClass.java	Wed May 01 08:46:04 2013 -0700
+++ b/test/tools/javac/annotations/typeAnnotations/failures/CantAnnotateStaticClass.java	Fri May 03 09:56:56 2013 -0700
@@ -1,7 +1,7 @@
 /*
  * @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
diff -r 8e27e84de2e9 -r abd153854f16 test/tools/javac/annotations/typeAnnotations/newlocations/MultiCatch.java
--- a/test/tools/javac/annotations/typeAnnotations/newlocations/MultiCatch.java	Wed May 01 08:46:04 2013 -0700
+++ b/test/tools/javac/annotations/typeAnnotations/newlocations/MultiCatch.java	Fri May 03 09:56:56 2013 -0700
@@ -25,7 +25,7 @@
 
 /*
  * @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
diff -r 8e27e84de2e9 -r abd153854f16 test/tools/javac/annotations/typeAnnotations/referenceinfos/MultiCatch.java
--- a/test/tools/javac/annotations/typeAnnotations/referenceinfos/MultiCatch.java	Wed May 01 08:46:04 2013 -0700
+++ b/test/tools/javac/annotations/typeAnnotations/referenceinfos/MultiCatch.java	Fri May 03 09:56:56 2013 -0700
@@ -26,7 +26,7 @@
 /*
  * @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
diff -r 8e27e84de2e9 -r abd153854f16 test/tools/javac/defaultMethods/defaultMethodExecution/DefaultMethodRegressionTests.java
--- a/test/tools/javac/defaultMethods/defaultMethodExecution/DefaultMethodRegressionTests.java	Wed May 01 08:46:04 2013 -0700
+++ b/test/tools/javac/defaultMethods/defaultMethodExecution/DefaultMethodRegressionTests.java	Fri May 03 09:56:56 2013 -0700
@@ -1,5 +1,5 @@
 /*
- * 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 8004360
+ * @ignore 8007517: DefaultMethodRegressionTests.java fail in TL
  * @bug 8003639
  * @summary convert lambda testng tests to jtreg and add them
  * @run testng DefaultMethodRegressionTests
diff -r 8e27e84de2e9 -r abd153854f16 test/tools/javac/generics/7034511/T7034511a.java
--- a/test/tools/javac/generics/7034511/T7034511a.java	Wed May 01 08:46:04 2013 -0700
+++ b/test/tools/javac/generics/7034511/T7034511a.java	Fri May 03 09:56:56 2013 -0700
@@ -1,11 +1,13 @@
 /*
  * @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 {
diff -r 8e27e84de2e9 -r abd153854f16 test/tools/javac/generics/7034511/T7034511b.java
--- a/test/tools/javac/generics/7034511/T7034511b.java	Wed May 01 08:46:04 2013 -0700
+++ b/test/tools/javac/generics/7034511/T7034511b.java	Fri May 03 09:56:56 2013 -0700
@@ -1,11 +1,13 @@
 /*
  * @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 toArray(E[] e) { return null; }
diff -r 8e27e84de2e9 -r abd153854f16 test/tools/javac/generics/OverrideBridge.java
--- a/test/tools/javac/generics/OverrideBridge.java	Wed May 01 08:46:04 2013 -0700
+++ b/test/tools/javac/generics/OverrideBridge.java	Fri May 03 09:56:56 2013 -0700
@@ -1,5 +1,5 @@
 /*
- * 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;
diff -r 8e27e84de2e9 -r abd153854f16 test/tools/javac/lambda/TargetType36.java
--- a/test/tools/javac/lambda/TargetType36.java	Wed May 01 08:46:04 2013 -0700
+++ b/test/tools/javac/lambda/TargetType36.java	Fri May 03 09:56:56 2013 -0700
@@ -1,5 +1,5 @@
 /*
- * 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
diff -r 8e27e84de2e9 -r abd153854f16 test/tools/javac/lambda/TargetType53.java
--- a/test/tools/javac/lambda/TargetType53.java	Wed May 01 08:46:04 2013 -0700
+++ b/test/tools/javac/lambda/TargetType53.java	Fri May 03 09:56:56 2013 -0700
@@ -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.*;
diff -r 8e27e84de2e9 -r abd153854f16 test/tools/javac/lambda/TargetType54.java
--- a/test/tools/javac/lambda/TargetType54.java	Wed May 01 08:46:04 2013 -0700
+++ b/test/tools/javac/lambda/TargetType54.java	Fri May 03 09:56:56 2013 -0700
@@ -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.*;
diff -r 8e27e84de2e9 -r abd153854f16 test/tools/javac/lambda/TargetType58.java
--- a/test/tools/javac/lambda/TargetType58.java	Wed May 01 08:46:04 2013 -0700
+++ b/test/tools/javac/lambda/TargetType58.java	Fri May 03 09:56:56 2013 -0700
@@ -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.*;
diff -r 8e27e84de2e9 -r abd153854f16 test/tools/javac/lambda/TargetType59.java
--- a/test/tools/javac/lambda/TargetType59.java	Wed May 01 08:46:04 2013 -0700
+++ b/test/tools/javac/lambda/TargetType59.java	Fri May 03 09:56:56 2013 -0700
@@ -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.*;
diff -r 8e27e84de2e9 -r abd153854f16 test/tools/javac/lambda/TargetType62.java
--- a/test/tools/javac/lambda/TargetType62.java	Wed May 01 08:46:04 2013 -0700
+++ b/test/tools/javac/lambda/TargetType62.java	Fri May 03 09:56:56 2013 -0700
@@ -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.*;
diff -r 8e27e84de2e9 -r abd153854f16 test/tools/javac/processing/model/element/repeatingAnnotations/MixRepeatableAndOfficialContainerInheritedA1Test.java
--- a/test/tools/javac/processing/model/element/repeatingAnnotations/MixRepeatableAndOfficialContainerInheritedA1Test.java	Wed May 01 08:46:04 2013 -0700
+++ b/test/tools/javac/processing/model/element/repeatingAnnotations/MixRepeatableAndOfficialContainerInheritedA1Test.java	Fri May 03 09:56:56 2013 -0700
@@ -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
diff -r 8e27e84de2e9 -r abd153854f16 test/tools/javac/processing/model/element/repeatingAnnotations/MixRepeatableAndOfficialContainerInheritedB1Test.java
--- a/test/tools/javac/processing/model/element/repeatingAnnotations/MixRepeatableAndOfficialContainerInheritedB1Test.java	Wed May 01 08:46:04 2013 -0700
+++ b/test/tools/javac/processing/model/element/repeatingAnnotations/MixRepeatableAndOfficialContainerInheritedB1Test.java	Fri May 03 09:56:56 2013 -0700
@@ -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
diff -r 8e27e84de2e9 -r abd153854f16 test/tools/javac/processing/model/element/repeatingAnnotations/MixRepeatableAndOfficialContainerInheritedB2Test.java
--- a/test/tools/javac/processing/model/element/repeatingAnnotations/MixRepeatableAndOfficialContainerInheritedB2Test.java	Wed May 01 08:46:04 2013 -0700
+++ b/test/tools/javac/processing/model/element/repeatingAnnotations/MixRepeatableAndOfficialContainerInheritedB2Test.java	Fri May 03 09:56:56 2013 -0700
@@ -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
diff -r 8e27e84de2e9 -r abd153854f16 test/tools/javac/processing/model/element/repeatingAnnotations/RepeatableOverrideATest.java
--- a/test/tools/javac/processing/model/element/repeatingAnnotations/RepeatableOverrideATest.java	Wed May 01 08:46:04 2013 -0700
+++ b/test/tools/javac/processing/model/element/repeatingAnnotations/RepeatableOverrideATest.java	Fri May 03 09:56:56 2013 -0700
@@ -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
  */
diff -r 8e27e84de2e9 -r abd153854f16 test/tools/javac/processing/model/element/repeatingAnnotations/RepeatableOverrideBTest.java
--- a/test/tools/javac/processing/model/element/repeatingAnnotations/RepeatableOverrideBTest.java	Wed May 01 08:46:04 2013 -0700
+++ b/test/tools/javac/processing/model/element/repeatingAnnotations/RepeatableOverrideBTest.java	Fri May 03 09:56:56 2013 -0700
@@ -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
  */
diff -r 8e27e84de2e9 -r abd153854f16 test/tools/javap/output/RepeatingTypeAnnotations.java
--- a/test/tools/javap/output/RepeatingTypeAnnotations.java	Wed May 01 08:46:04 2013 -0700
+++ b/test/tools/javap/output/RepeatingTypeAnnotations.java	Fri May 03 09:56:56 2013 -0700
@@ -121,7 +121,7 @@
      */
 
     @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 @@
     }
 
     @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 @@
     }
 
     @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 @@
     }
 
     @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) {",
diff -r 8e27e84de2e9 -r abd153854f16 test/tools/javap/output/Tester.java
--- a/test/tools/javap/output/Tester.java	Wed May 01 08:46:04 2013 -0700
+++ b/test/tools/javap/output/Tester.java	Fri May 03 09:56:56 2013 -0700
@@ -128,8 +128,8 @@
 
     /**
      * 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 { }