mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-18 22:35:12 +00:00
8042358: some tests have placeholder bugid 1234567
Reviewed-by: mduigou
This commit is contained in:
parent
6ec0c32eff
commit
7e2e9759d5
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* @test /nodynamiccopyright/
|
||||
* @bug 1234567
|
||||
* @bug 8013852
|
||||
* @summary ensure that declaration annotations are not allowed on
|
||||
* wildcards
|
||||
* @author Werner Dietl
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @bug 1234567
|
||||
* @bug 8013852
|
||||
* @summary Annotations on types
|
||||
* @library /tools/javac/lib
|
||||
* @ignore
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user