-
Bug
-
Resolution: Fixed
-
P4
-
jfx22
-
inapplicable
-
generic
-
generic
When we subscene not just ParallelCamera but even Perspective Camera test fail.
These tests fail because of AssertionFailedError or TimeoutExpiredException:
test test.scenegraph.fx3d.picking.MeshPickingTests.distanceTest(): failure
junit.framework.AssertionFailedError: Expected 2200.9616080250016, but was 1007.6537180435971
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.Assert.assertTrue(Assert.java:22)
at test.scenegraph.fx3d.picking.MeshPickingTests.distanceTest(MeshPickingTests.java:108)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:577)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.lang.Thread.run(Thread.java:833)
Or
test test.scenegraph.fx3d.picking.PickingTestOverall.fillTest(): failure
org.jemmy.TimeoutExpiredException: State 'test.scenegraph.fx3d.picking.PickingTestFunctions$1@5c3ed7b3' has not been reached in 1000 milliseconds
at org.jemmy.timing.Waiter.ensureValue(Waiter.java:93)
at test.scenegraph.fx3d.picking.PickingTestFunctions.click(PickingTestFunctions.java:53)
at test.scenegraph.fx3d.picking.PickingTestOverall.fillTest(PickingTestOverall.java:134)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:577)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.lang.Thread.run(Thread.java:833)
These tests fail because of AssertionFailedError or TimeoutExpiredException:
test test.scenegraph.fx3d.picking.MeshPickingTests.distanceTest(): failure
junit.framework.AssertionFailedError: Expected 2200.9616080250016, but was 1007.6537180435971
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.Assert.assertTrue(Assert.java:22)
at test.scenegraph.fx3d.picking.MeshPickingTests.distanceTest(MeshPickingTests.java:108)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:577)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.lang.Thread.run(Thread.java:833)
Or
test test.scenegraph.fx3d.picking.PickingTestOverall.fillTest(): failure
org.jemmy.TimeoutExpiredException: State 'test.scenegraph.fx3d.picking.PickingTestFunctions$1@5c3ed7b3' has not been reached in 1000 milliseconds
at org.jemmy.timing.Waiter.ensureValue(Waiter.java:93)
at test.scenegraph.fx3d.picking.PickingTestFunctions.click(PickingTestFunctions.java:53)
at test.scenegraph.fx3d.picking.PickingTestOverall.fillTest(PickingTestOverall.java:134)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:577)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.lang.Thread.run(Thread.java:833)
- relates to
-
JDK-8317309 3D subscene picking tests fail even when we set pick handler on scene
-
- Open
-
-
JDK-8123900 FX 8 3D : SubScene setFill and mouse event issues
-
- Closed
-