8178283: tools/javac/lambda/speculative/T8177933.java fails with assertion error
authormcimadamore
Fri, 07 Apr 2017 15:46:31 +0100
changeset 44575 e8892d76055f
parent 44574 0bfc30a4b905
child 44576 9e18c9ce29e7
8178283: tools/javac/lambda/speculative/T8177933.java fails with assertion error Summary: disable test on solaris Reviewed-by: darcy
langtools/test/tools/javac/lambda/speculative/T8177933.java
--- a/langtools/test/tools/javac/lambda/speculative/T8177933.java	Fri Apr 07 10:58:38 2017 +0100
+++ b/langtools/test/tools/javac/lambda/speculative/T8177933.java	Fri Apr 07 15:46:31 2017 +0100
@@ -29,6 +29,7 @@
  * @summary Stackoverflow during compilation, starting jdk-9+163
  *
  * @library /tools/javac/lib
+ * @requires !(os.family == "solaris")
  * @modules jdk.compiler/com.sun.tools.javac.api
  *          jdk.compiler/com.sun.tools.javac.code
  *          jdk.compiler/com.sun.tools.javac.comp