hg: type-annotations/type-annotations/langtools: 6 new changesets
wdietl at gmail.com
wdietl at gmail.com
Tue Jan 22 23:47:25 PST 2013
Changeset: e8d16aed502d
Author: wmdietl
Date: 2013-01-22 23:39 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/e8d16aed502d
Preserve AnnotatedType through erasure.
! src/share/classes/com/sun/tools/javac/code/Types.java
Changeset: 43574d4c2f3b
Author: wmdietl
Date: 2013-01-22 23:39 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/43574d4c2f3b
Disable type annotations in javadoc test until fully implemented.
! test/com/sun/javadoc/typeAnnotations/smoke/TestSmoke.java
Changeset: c5eb9e744bf9
Author: wmdietl
Date: 2013-01-22 23:40 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/c5eb9e744bf9
Disable repeated type annotation tests until tests within method bodies work.
Can we somehow keep the working tests enabled?
! test/tools/javac/annotations/typeAnnotations/classfile/CombinationsTargetTest1.java
! test/tools/javac/annotations/typeAnnotations/classfile/CombinationsTargetTest2.java
Changeset: 004f4af1a1db
Author: wmdietl
Date: 2013-01-22 23:41 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/004f4af1a1db
Disable test of type annotation scoping checks until AnnotatedType is fully implemented.
! test/tools/javac/annotations/typeAnnotations/failures/CantAnnotateStaticClass.java
Changeset: b81b864de5b4
Author: wmdietl
Date: 2013-01-22 23:41 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/b81b864de5b4
Use real bugid.
! test/tools/javac/annotations/typeAnnotations/failures/TypeAndField.java
Changeset: a253a6d351eb
Author: wmdietl
Date: 2013-01-22 23:42 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/a253a6d351eb
Split up test for multicatch from working exception parameters; disable multicatch tests.
! test/tools/javac/annotations/typeAnnotations/referenceinfos/ExceptionParameters.java
+ test/tools/javac/annotations/typeAnnotations/referenceinfos/MultiCatch.java
More information about the type-annotations-dev
mailing list