8008160: Five lambda TargetType tests have @ignore
authormcimadamore
Tue, 04 Jun 2013 11:31:12 +0100
changeset 18007 0afa95bd8bc3
parent 18006 c1b8a1815c54
child 18008 6d75e3886bac
8008160: Five lambda TargetType tests have @ignore Summary: Remove @ignore flags from tests that now pass Reviewed-by: jjg
langtools/test/tools/javac/lambda/TargetType53.java
langtools/test/tools/javac/lambda/TargetType54.java
langtools/test/tools/javac/lambda/TargetType58.java
langtools/test/tools/javac/lambda/TargetType59.java
langtools/test/tools/javac/lambda/TargetType62.java
--- a/langtools/test/tools/javac/lambda/TargetType53.java	Tue Jun 04 11:30:51 2013 +0100
+++ b/langtools/test/tools/javac/lambda/TargetType53.java	Tue Jun 04 11:31:12 2013 +0100
@@ -26,7 +26,6 @@
  * @bug 8007464
  * @summary Add graph inference support
  *          smoke test for graph inference
- * @ignore  8008682: Core stream API classes
  * @compile TargetType53.java
  */
 import java.util.*;
--- a/langtools/test/tools/javac/lambda/TargetType54.java	Tue Jun 04 11:30:51 2013 +0100
+++ b/langtools/test/tools/javac/lambda/TargetType54.java	Tue Jun 04 11:31:12 2013 +0100
@@ -26,7 +26,6 @@
  * @bug 8007464
  * @summary Add graph inference support
  *          smoke test for graph inference
- * @ignore  8008682: Core stream API classes
  * @compile TargetType54.java
  */
 import java.util.stream.*;
--- a/langtools/test/tools/javac/lambda/TargetType58.java	Tue Jun 04 11:30:51 2013 +0100
+++ b/langtools/test/tools/javac/lambda/TargetType58.java	Tue Jun 04 11:31:12 2013 +0100
@@ -26,7 +26,6 @@
  * @bug 8007464
  * @summary Add graph inference support
  *          more smoke tests for graph inference
- * @ignore  8008682: Core stream API classes
  * @compile TargetType58.java
  */
 import java.util.*;
--- a/langtools/test/tools/javac/lambda/TargetType59.java	Tue Jun 04 11:30:51 2013 +0100
+++ b/langtools/test/tools/javac/lambda/TargetType59.java	Tue Jun 04 11:31:12 2013 +0100
@@ -26,7 +26,6 @@
  * @bug 8007464
  * @summary Add graph inference support
  *          more smoke tests for graph inference
- * @ignore  8008682: Core stream API classes
  * @compile TargetType59.java
  */
 import java.util.*;
--- a/langtools/test/tools/javac/lambda/TargetType62.java	Tue Jun 04 11:30:51 2013 +0100
+++ b/langtools/test/tools/javac/lambda/TargetType62.java	Tue Jun 04 11:31:12 2013 +0100
@@ -26,7 +26,6 @@
  * @bug 8007464
  * @summary Add graph inference support
  *          check that new wildcards inference strategy doesn't run into 7190296
- * @ignore  8008682: Core stream API classes
  * @compile TargetType62.java
  */
 import java.util.*;