< prev index next >

tests/system/src/test/java/test/sandbox/SandboxAppTest.java

Print this page
rev 9728 : 8139317: [Mac] SecurityException when constructing WebView from JFXPanel application
Reviewed-by:

@@ -109,12 +109,10 @@
         runSandboxedApp("FXNonApp");
     }
 
     @Test (timeout=15000)
     public void testJFXPanelApp() throws Exception {
-        // TODO: re-enable this when 8139317 is fixed
-        assumeTrue(!PlatformUtil.isMac());
         runSandboxedApp("JFXPanelApp");
     }
 
     @Test (timeout=15000)
     public void testJFXPanelImplicitExitApp() throws Exception {
< prev index next >