diff -r 8e27e84de2e9 -r abd153854f16 test/tools/javap/output/RepeatingTypeAnnotations.java --- a/test/tools/javap/output/RepeatingTypeAnnotations.java Wed May 01 08:46:04 2013 -0700 +++ b/test/tools/javap/output/RepeatingTypeAnnotations.java Fri May 03 09:56:56 2013 -0700 @@ -121,7 +121,7 @@ */ @TestCase - @ignore // 8008082:missing type annotation for cast + @ignore // 8008082: missing type annotation for cast public static class TC1 extends RepeatingTypeAnnotations { public TC1() { setSrc(" static String so = \"hello world\";", @@ -176,7 +176,7 @@ } @TestCase - @ignore // 8008082:missing type annotation for cast + @ignore // 8008082: missing type annotation for cast public static class TC5 extends RepeatingTypeAnnotations { public TC5() { setSrc(" static String so = \"hello world\";", @@ -231,7 +231,7 @@ } @TestCase - @ignore // 8008082:missing type annotation for cast + @ignore // 8008082: missing type annotation for cast public static class TC9 extends RepeatingTypeAnnotations { public TC9() { setSrc(" public Test(@A @A @A Object o, @A int i, long l) {", @@ -305,7 +305,7 @@ } @TestCase - @ignore // 8008082:missing type annotation for cast + @ignore // 8008082: missing type annotation for cast public static class TC13 extends RepeatingTypeAnnotations { public TC13() { setSrc(" public @A @A @A String foo(@A @A @A Object o, @A int i, long l) {",