8008160: Five lambda TargetType tests have @ignore

Tue, 04 Jun 2013 11:31:12 +0100

author
mcimadamore
date
Tue, 04 Jun 2013 11:31:12 +0100
changeset 1799
32c50b5f70b5
parent 1798
5cd3cb69c8b3
child 1800
c8acc254b6d7

8008160: Five lambda TargetType tests have @ignore
Summary: Remove @ignore flags from tests that now pass
Reviewed-by: jjg

test/tools/javac/lambda/TargetType53.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/TargetType54.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/TargetType58.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/TargetType59.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/TargetType62.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/tools/javac/lambda/TargetType53.java	Tue Jun 04 11:30:51 2013 +0100
     1.2 +++ b/test/tools/javac/lambda/TargetType53.java	Tue Jun 04 11:31:12 2013 +0100
     1.3 @@ -26,7 +26,6 @@
     1.4   * @bug 8007464
     1.5   * @summary Add graph inference support
     1.6   *          smoke test for graph inference
     1.7 - * @ignore  8008682: Core stream API classes
     1.8   * @compile TargetType53.java
     1.9   */
    1.10  import java.util.*;
     2.1 --- a/test/tools/javac/lambda/TargetType54.java	Tue Jun 04 11:30:51 2013 +0100
     2.2 +++ b/test/tools/javac/lambda/TargetType54.java	Tue Jun 04 11:31:12 2013 +0100
     2.3 @@ -26,7 +26,6 @@
     2.4   * @bug 8007464
     2.5   * @summary Add graph inference support
     2.6   *          smoke test for graph inference
     2.7 - * @ignore  8008682: Core stream API classes
     2.8   * @compile TargetType54.java
     2.9   */
    2.10  import java.util.stream.*;
     3.1 --- a/test/tools/javac/lambda/TargetType58.java	Tue Jun 04 11:30:51 2013 +0100
     3.2 +++ b/test/tools/javac/lambda/TargetType58.java	Tue Jun 04 11:31:12 2013 +0100
     3.3 @@ -26,7 +26,6 @@
     3.4   * @bug 8007464
     3.5   * @summary Add graph inference support
     3.6   *          more smoke tests for graph inference
     3.7 - * @ignore  8008682: Core stream API classes
     3.8   * @compile TargetType58.java
     3.9   */
    3.10  import java.util.*;
     4.1 --- a/test/tools/javac/lambda/TargetType59.java	Tue Jun 04 11:30:51 2013 +0100
     4.2 +++ b/test/tools/javac/lambda/TargetType59.java	Tue Jun 04 11:31:12 2013 +0100
     4.3 @@ -26,7 +26,6 @@
     4.4   * @bug 8007464
     4.5   * @summary Add graph inference support
     4.6   *          more smoke tests for graph inference
     4.7 - * @ignore  8008682: Core stream API classes
     4.8   * @compile TargetType59.java
     4.9   */
    4.10  import java.util.*;
     5.1 --- a/test/tools/javac/lambda/TargetType62.java	Tue Jun 04 11:30:51 2013 +0100
     5.2 +++ b/test/tools/javac/lambda/TargetType62.java	Tue Jun 04 11:31:12 2013 +0100
     5.3 @@ -26,7 +26,6 @@
     5.4   * @bug 8007464
     5.5   * @summary Add graph inference support
     5.6   *          check that new wildcards inference strategy doesn't run into 7190296
     5.7 - * @ignore  8008682: Core stream API classes
     5.8   * @compile TargetType62.java
     5.9   */
    5.10  import java.util.*;

mercurial