langtools/test/tools/javac/annotations/6881115/T6881115.out
author mcimadamore
Tue, 10 Aug 2010 14:53:19 +0100
changeset 6345 7d98c298aafd
parent 6342 228b73431edb
child 6347 947437d52cc1
permissions -rw-r--r--
6975231: Regression test for 6881115 is failing with compiler output not matching expected output Summary: missing symbols are collected in an HashSet which doesn't preserve ordering Reviewed-by: jjg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6342
228b73431edb 6881115: javac permits nested anno w/o mandatory attrs => IncompleteAnnotationException
mcimadamore
parents:
diff changeset
     1
T6881115.java:10:30: compiler.err.duplicate.annotation.member.value: b2, B
228b73431edb 6881115: javac permits nested anno w/o mandatory attrs => IncompleteAnnotationException
mcimadamore
parents:
diff changeset
     2
T6881115.java:10:19: compiler.err.annotation.missing.default.value: B, b1
6345
7d98c298aafd 6975231: Regression test for 6881115 is failing with compiler output not matching expected output
mcimadamore
parents: 6342
diff changeset
     3
T6881115.java:11:26: compiler.err.annotation.missing.default.value.1: B, b1,b2
6342
228b73431edb 6881115: javac permits nested anno w/o mandatory attrs => IncompleteAnnotationException
mcimadamore
parents:
diff changeset
     4
T6881115.java:11:43: compiler.err.duplicate.annotation.member.value: b2, B
228b73431edb 6881115: javac permits nested anno w/o mandatory attrs => IncompleteAnnotationException
mcimadamore
parents:
diff changeset
     5
T6881115.java:11:32: compiler.err.annotation.missing.default.value: B, b1
228b73431edb 6881115: javac permits nested anno w/o mandatory attrs => IncompleteAnnotationException
mcimadamore
parents:
diff changeset
     6
5 errors