langtools/test/tools/javac/processing/model/element/repeatingAnnotations/RepeatableOverrideBTest.java
changeset 17544 80db48a54a9f
parent 15715 0633054b777a
child 19126 20123a84b35a
equal deleted inserted replaced
17286:fec581c36de4 17544:80db48a54a9f
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @ignore
       
    26  * @test
    25  * @test
    27  * @bug     8004822
    26  * @bug     8004822
    28  * @author  mnunez
    27  * @author  mnunez
    29  * @summary Language model api test basics for repeating annotations
    28  * @summary Language model api test basics for repeating annotations
    30  * @library /tools/javac/lib
    29  * @library /tools/javac/lib
    31  * @library supportingAnnotations
    30  * @library supportingAnnotations
       
    31  * @ignore  8013407: test failures for repeating annotations
    32  * @build   JavacTestingAbstractProcessor ElementRepAnnoTester
    32  * @build   JavacTestingAbstractProcessor ElementRepAnnoTester
    33  * @compile -processor ElementRepAnnoTester -proc:only RepeatableOverrideBTest.java
    33  * @compile -processor ElementRepAnnoTester -proc:only RepeatableOverrideBTest.java
    34  */
    34  */
    35 
    35 
    36 @BarInherited(value = 0)
    36 @BarInherited(value = 0)