8042358: some tests have placeholder bugid 1234567

Reviewed-by: mduigou
This commit is contained in:
Jonathan Gibbons 2014-05-02 16:41:10 -07:00
parent 6ec0c32eff
commit 7e2e9759d5
8 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
/*
* @test /nodynamiccopyright/
* @bug 1234567
* @bug 8026564
* @summary The parts of a fully-qualified type can't be annotated.
* @author Werner Dietl
* @compile/fail/ref=CantAnnotatePackages.out -XDrawDiagnostics CantAnnotatePackages.java

View File

@ -23,7 +23,7 @@
/*
* @test
* @bug 1234567
* @bug 8026564
* @summary A missing annotation type in a type variable bound
* should result in the same errors with and without an
* annotation processor.

View File

@ -1,6 +1,6 @@
/*
* @test /nodynamiccopyright/
* @bug 1234567
* @bug 8013852
* @summary ensure that declaration annotations are not allowed on
* new array expressions
* @author Werner Dietl

View File

@ -1,6 +1,6 @@
/*
* @test /nodynamiccopyright/
* @bug 1234567
* @bug 8013852
* @summary ensure that declaration annotations are not allowed on
* method receiver types
* @author Werner Dietl

View File

@ -1,6 +1,6 @@
/*
* @test /nodynamiccopyright/
* @bug 1234567
* @bug 8013852
* @summary ensure that declaration annotations are not allowed on
* wildcards
* @author Werner Dietl

View File

@ -25,7 +25,7 @@ import java.lang.annotation.*;
/*
* @test
* @bug 1234567
* @bug 8013852
* @summary new type annotation location: anonymous class creation
* @author Werner Dietl
* @compile AnonymousClass.java

View File

@ -25,7 +25,7 @@ import static com.sun.tools.classfile.TypeAnnotation.TargetType.*;
/*
* @test
* @bug 1234567
* @bug 8013852
* @summary Test population of reference info for instance and class initializers
* @author Werner Dietl
* @compile -g Driver.java ReferenceInfoUtil.java Initializers.java

View File

@ -23,7 +23,7 @@
/*
* @test
* @bug 1234567
* @bug 8013852
* @summary Annotations on types
* @library /tools/javac/lib
* @ignore