8007504: Remove @ignore from tests that no longer need it

Tue, 05 Feb 2013 18:55:13 +0000

author
jjh
date
Tue, 05 Feb 2013 18:55:13 +0000
changeset 1546
2480aec9a3f1
parent 1545
10619513f51a
child 1547
89c664151689
child 1549
de932285124c

8007504: Remove @ignore from tests that no longer need it
Reviewed-by: mcimadamore

test/tools/javac/api/T6306137.java file | annotate | diff | comparison | revisions
test/tools/javac/defaultMethods/TestNoBridgeOnDefaults.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/LambdaCapture06.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/LambdaExpr15.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/tools/javac/api/T6306137.java	Mon Feb 04 22:38:11 2013 -0800
     1.2 +++ b/test/tools/javac/api/T6306137.java	Tue Feb 05 18:55:13 2013 +0000
     1.3 @@ -26,9 +26,6 @@
     1.4   * @bug     6306137
     1.5   * @summary JSR 199: encoding option doesn't affect standard file manager
     1.6   * @author  Peter von der Ahé
     1.7 - * @ignore
     1.8 - *    Need to make the contentCache in JavacFileManager be aware of changes to the encoding.
     1.9 - *    Need to propogate -source (and -encoding?) down to the JavacFileManager
    1.10   */
    1.11  
    1.12  import java.io.File;
     2.1 --- a/test/tools/javac/defaultMethods/TestNoBridgeOnDefaults.java	Mon Feb 04 22:38:11 2013 -0800
     2.2 +++ b/test/tools/javac/defaultMethods/TestNoBridgeOnDefaults.java	Tue Feb 05 18:55:13 2013 +0000
     2.3 @@ -23,7 +23,6 @@
     2.4  
     2.5  /*
     2.6   * @test
     2.7 - * @ignore awaits for VM support
     2.8   * @summary  check that javac does not generate bridge methods for defaults
     2.9   */
    2.10  
     3.1 --- a/test/tools/javac/lambda/LambdaCapture06.java	Mon Feb 04 22:38:11 2013 -0800
     3.2 +++ b/test/tools/javac/lambda/LambdaCapture06.java	Tue Feb 05 18:55:13 2013 +0000
     3.3 @@ -23,7 +23,6 @@
     3.4  
     3.5  /*
     3.6   * @test
     3.7 - * @ignore investigate as to whether code generation fails
     3.8   * @bug 8003280
     3.9   * @summary Add lambda tests
    3.10   *  Compiler crash when local inner class nested inside lambda captures local variables from enclosing scope
     4.1 --- a/test/tools/javac/lambda/LambdaExpr15.java	Mon Feb 04 22:38:11 2013 -0800
     4.2 +++ b/test/tools/javac/lambda/LambdaExpr15.java	Tue Feb 05 18:55:13 2013 +0000
     4.3 @@ -23,7 +23,6 @@
     4.4  
     4.5  /*
     4.6   * @test
     4.7 - * @ignore investigate as to whether code generation fails
     4.8   * @bug 8003280
     4.9   * @summary Add lambda tests
    4.10   *  check that nested inner class in statement lambdas don't get corrupted return statements

mercurial