changeset 1685:2480aec9a3f1

8007504: Remove @ignore from tests that no longer need it Reviewed-by: mcimadamore
author jjh
date Tue, 05 Feb 2013 18:55:13 +0000
parents 10619513f51a
children 89c664151689 de932285124c
files test/tools/javac/api/T6306137.java test/tools/javac/defaultMethods/TestNoBridgeOnDefaults.java test/tools/javac/lambda/LambdaCapture06.java test/tools/javac/lambda/LambdaExpr15.java
diffstat 4 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/test/tools/javac/api/T6306137.java	Mon Feb 04 22:38:11 2013 -0800
+++ b/test/tools/javac/api/T6306137.java	Tue Feb 05 18:55:13 2013 +0000
@@ -26,9 +26,6 @@
  * @bug     6306137
  * @summary JSR 199: encoding option doesn't affect standard file manager
  * @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;
--- a/test/tools/javac/defaultMethods/TestNoBridgeOnDefaults.java	Mon Feb 04 22:38:11 2013 -0800
+++ b/test/tools/javac/defaultMethods/TestNoBridgeOnDefaults.java	Tue Feb 05 18:55:13 2013 +0000
@@ -23,7 +23,6 @@
 
 /*
  * @test
- * @ignore awaits for VM support
  * @summary  check that javac does not generate bridge methods for defaults
  */
 
--- a/test/tools/javac/lambda/LambdaCapture06.java	Mon Feb 04 22:38:11 2013 -0800
+++ b/test/tools/javac/lambda/LambdaCapture06.java	Tue Feb 05 18:55:13 2013 +0000
@@ -23,7 +23,6 @@
 
 /*
  * @test
- * @ignore investigate as to whether code generation fails
  * @bug 8003280
  * @summary Add lambda tests
  *  Compiler crash when local inner class nested inside lambda captures local variables from enclosing scope
--- a/test/tools/javac/lambda/LambdaExpr15.java	Mon Feb 04 22:38:11 2013 -0800
+++ b/test/tools/javac/lambda/LambdaExpr15.java	Tue Feb 05 18:55:13 2013 +0000
@@ -23,7 +23,6 @@
 
 /*
  * @test
- * @ignore investigate as to whether code generation fails
  * @bug 8003280
  * @summary Add lambda tests
  *  check that nested inner class in statement lambdas don't get corrupted return statements