diff -r 8e27e84de2e9 -r abd153854f16 test/tools/javac/annotations/typeAnnotations/referenceinfos/MultiCatch.java --- a/test/tools/javac/annotations/typeAnnotations/referenceinfos/MultiCatch.java Wed May 01 08:46:04 2013 -0700 +++ b/test/tools/javac/annotations/typeAnnotations/referenceinfos/MultiCatch.java Fri May 03 09:56:56 2013 -0700 @@ -26,7 +26,7 @@ /* * @test * @bug 8006732 8006775 - * @ignore + * @ignore 8013408: Need specification for type exceptions on multicatch * @summary Test population of reference info for multicatch exception parameters * @author Werner Dietl * @compile -g Driver.java ReferenceInfoUtil.java MultiCatch.java