type-annotations test failures: update
Jonathan Gibbons
jonathan.gibbons at oracle.com
Wed Apr 10 18:39:58 PDT 2013
OK, after making allowances for some pilot error earlier today, and
after fixing up problems with diagnostics, I've reduced the test of test
failures to these:
Failed. com/sun/javadoc/testTypeAnnotations/TestTypeAnnotations.java
Failed. com/sun/javadoc/typeAnnotations/smoke/TestSmoke.java
Bhavesh says the first is fixed in his webrev which he is waiting to push,
so I can see us overlooking these for now. (We need to break a circular
dependency, here.)
Failed. tools/javac/annotations/typeAnnotations/classfile/T8008762.java
Failed. tools/javac/annotations/typeAnnotations/classfile/T8008769.java
Failed.
tools/javac/annotations/typeAnnotations/classfile/TestNewCastArray.java
Failed.
tools/javac/annotations/typeAnnotations/failures/CantAnnotateStaticClass.java
Failed.
tools/javac/annotations/typeAnnotations/referenceinfos/MultiCatch.java
I'm assuming these are serious and need to be fixed.
Failed. tools/javac/lambda/SerializedLambdaInInit.java
Error. tools/javac/lambda/TargetType24.java
I'm prepared to overlook these for now, although I'll also check if these
are also failing in tl. I don't think they are.
Failed. tools/javac/processing/model/type/BasicAnnoTests.java
I wrote this test and pushed it into type-annotations because it seemed
to demo a problem with the support for the javax.lang.model API.
Someone needs to look at it.
-- Jon
More information about the type-annotations-dev
mailing list