@ignore the ComputeFQNsTest.java
Jan Lahoda
jan.lahoda at oracle.com
Mon Feb 29 18:30:57 UTC 2016
Hello,
The recently added ComputeFQNsTest.testSuspendIndexing test is currently
failing on Windows. I'd like to ignore it temporarily:
> diff -r ddfdf0304052 test/jdk/jshell/ComputeFQNsTest.java
> --- a/test/jdk/jshell/ComputeFQNsTest.java Mon Feb 29 11:54:06 2016 +0100
> +++ b/test/jdk/jshell/ComputeFQNsTest.java Mon Feb 29 19:28:49 2016 +0100
> @@ -73,6 +73,7 @@
> assertInferredFQNs("class X { ArrayList", "ArrayList".length(), false, "java.util.ArrayList");
> }
>
> + @Test(enabled = false) //JDK-8150860
> public void testSuspendIndexing() throws Exception {
> compiler.compile(outDir, "package test; public class FQNTest { }");
> String jarName = "test.jar";
Thanks,
Jan
More information about the kulla-dev
mailing list