langtools/test/tools/javac/annotations/typeAnnotations/referenceinfos/MultiCatch.java
changeset 21010 5ffe0d8a5e24
parent 17578 46ac954e4a84
child 21498 58c2486db8d0
--- a/langtools/test/tools/javac/annotations/typeAnnotations/referenceinfos/MultiCatch.java	Thu Oct 10 13:55:41 2013 -0400
+++ b/langtools/test/tools/javac/annotations/typeAnnotations/referenceinfos/MultiCatch.java	Thu Oct 10 20:12:08 2013 -0400
@@ -25,6 +25,7 @@
 
 /*
  * @test
+ * @ignore 8008762 Type annotation failures
  * @bug 8006732 8006775
  * @summary Test population of reference info for multicatch exception parameters
  * @author Werner Dietl