mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8007504: Remove @ignore from tests that no longer need it
Reviewed-by: mcimadamore
This commit is contained in:
parent
dea2648931
commit
8985a7c2ac
4 changed files with 0 additions and 6 deletions
|
@ -26,9 +26,6 @@
|
||||||
* @bug 6306137
|
* @bug 6306137
|
||||||
* @summary JSR 199: encoding option doesn't affect standard file manager
|
* @summary JSR 199: encoding option doesn't affect standard file manager
|
||||||
* @author Peter von der Ahé
|
* @author Peter von der Ahé
|
||||||
* @ignore
|
|
||||||
* Need to make the contentCache in JavacFileManager be aware of changes to the encoding.
|
|
||||||
* Need to propogate -source (and -encoding?) down to the JavacFileManager
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @test
|
* @test
|
||||||
* @ignore awaits for VM support
|
|
||||||
* @summary check that javac does not generate bridge methods for defaults
|
* @summary check that javac does not generate bridge methods for defaults
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @test
|
* @test
|
||||||
* @ignore investigate as to whether code generation fails
|
|
||||||
* @bug 8003280
|
* @bug 8003280
|
||||||
* @summary Add lambda tests
|
* @summary Add lambda tests
|
||||||
* Compiler crash when local inner class nested inside lambda captures local variables from enclosing scope
|
* Compiler crash when local inner class nested inside lambda captures local variables from enclosing scope
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @test
|
* @test
|
||||||
* @ignore investigate as to whether code generation fails
|
|
||||||
* @bug 8003280
|
* @bug 8003280
|
||||||
* @summary Add lambda tests
|
* @summary Add lambda tests
|
||||||
* check that nested inner class in statement lambdas don't get corrupted return statements
|
* check that nested inner class in statement lambdas don't get corrupted return statements
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue