[11] RFR JDK-8207923: Disable failing Swing interop tests in SandboxAppTest
Kevin Rushforth
kevin.rushforth at oracle.com
Fri Jul 20 11:57:58 UTC 2018
+1
On 7/19/2018 10:21 PM, Prasanta Sadhukhan wrote:
> Hi Kevin, All
>
> Please review the disabling of the 2 failing tests in SandboxAppTest.
>
> --- a/tests/system/src/test/java/test/sandbox/SandboxAppTest.java Mon
> Jul 16 14:30:19 2018 +0530
> +++ b/tests/system/src/test/java/test/sandbox/SandboxAppTest.java Fri
> Jul 20 10:49:46 2018 +0530
> @@ -29,6 +29,7 @@
> import java.util.ArrayList;
> import junit.framework.AssertionFailedError;
> import org.junit.Test;
> +import org.junit.Ignore;
>
> import static org.junit.Assert.*;
> import static org.junit.Assume.*;
> @@ -109,11 +110,13 @@
> runSandboxedApp("FXNonApp");
> }
>
> + @Ignore("JDK-8202451")
> @Test (timeout = 15000)
> public void testJFXPanelApp() throws Exception {
> runSandboxedApp("JFXPanelApp");
> }
>
> + @Ignore("JDK-8202451")
> @Test (timeout = 15000)
> public void testJFXPanelImplicitExitApp() throws Exception {
> runSandboxedApp("JFXPanelImplicitExitApp", 0);
>
> Regards
> Prasanta
More information about the openjfx-dev
mailing list