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

changeset 1918
a218f7befd55
parent 1721
abd153854f16
child 2525
2eb010b6cb22
equal deleted inserted replaced
1917:2fbe77c38802 1918:a218f7befd55
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 8004822 26 * @bug 8004822 8007961
27 * @author mnunez 27 * @author mnunez
28 * @summary Language model api test basics for repeating annotations 28 * @summary Language model api test basics for repeating annotations
29 * @library /tools/javac/lib 29 * @library /tools/javac/lib
30 * @library supportingAnnotations 30 * @library supportingAnnotations
31 * @ignore 8013407: test failures for repeating annotations
32 * @build JavacTestingAbstractProcessor ElementRepAnnoTester 31 * @build JavacTestingAbstractProcessor ElementRepAnnoTester
33 * @compile -processor ElementRepAnnoTester -proc:only 32 * @compile -processor ElementRepAnnoTester -proc:only
34 * MixRepeatableAndOfficialContainerInheritedA1Test.java 33 * MixRepeatableAndOfficialContainerInheritedA1Test.java
35 */ 34 */
36 35

mercurial