8067663: Add bugId to tests that have been modified as part of JDK-8064365

Add missing bug id to modified tests

Reviewed-by: jlahoda
This commit is contained in:
Maurizio Cimadamore 2014-12-16 13:44:22 +00:00
parent 7167a27a1f
commit eb3798a14a
4 changed files with 4 additions and 4 deletions
langtools/test/tools/javac
generics/diamond
lambda

@ -1,6 +1,6 @@
/*
* @test /nodynamiccopyright/
* @bug 6939780 7020044 8009459 8021338
* @bug 6939780 7020044 8009459 8021338 8064365
*
* @summary add a warning to detect diamond sites
* @author mcimadamore

@ -1,6 +1,6 @@
/*
* @test /nodynamiccopyright/
* @bug 7002837
* @bug 7002837 8064365
*
* @summary Diamond: javac generates diamond inference errors when in 'finder' mode
* @author mcimadamore

@ -1,6 +1,6 @@
/*
* @test /nodynamiccopyright/
* @bug 8003280
* @bug 8003280 8064365
* @summary Add lambda tests
* simple test for lambda candidate check
* @compile/fail/ref=LambdaConv18.out -XDrawDiagnostics -XDfind=lambda LambdaConv18.java

@ -23,7 +23,7 @@
/*
* @test
* @bug 8003280
* @bug 8003280 8064365
* @summary Add lambda tests
* spurious crashes when running in 'diamond finder' mode
* @compile -XDfind=diamond DiamondFinder.java