test/tools/javac/processing/model/element/repeatingAnnotations/RepeatableOverrideATest.java

changeset 1721
abd153854f16
parent 1560
973646bf043a
child 1918
a218f7befd55
equal deleted inserted replaced
1717:8e27e84de2e9 1721:abd153854f16
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 RepeatableOverrideATest.java 33 * @compile -processor ElementRepAnnoTester -proc:only RepeatableOverrideATest.java
34 */ 34 */
35 35
36 @BarInherited(value = 1) 36 @BarInherited(value = 1)

mercurial