[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openjdk-openjfx-dev
Subject:    Re: [11] RFR JDK-8207923: Disable failing Swing interop tests in SandboxAppTest
From:       Kevin Rushforth <kevin.rushforth () oracle ! com>
Date:       2018-07-20 11:57:58
Message-ID: e36e4c52-dd63-621a-e6ba-c6bd4f9869b5 () oracle ! com
[Download RAW message or body]

+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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic