Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8325025

3D picking tests are failing in macOS sonoma

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3 P3
    • tbd
    • jfx21.0.2, jfx22
    • javafx
    • generic
    • os_x

      I recently upgraded my M1 macbook to Sonoma(14.2.1) and when we run 3D tests of https://github.com/openjdk/jfx-tests there are new failures.

      test/scenegraph/fx3d/picking/fixedeye/MeshCameraFixedEyePickingTest.java:
      test/scenegraph/fx3d/picking/fixedeye/MeshGroupFixedEyePickingTest.java:
      test/scenegraph/fx3d/picking/fixedeye/ShapesCameraFixedEyePickingTest.java:
      test/scenegraph/fx3d/picking/fixedeye/ShapesGroupFixedEyePickingTest.java:
      test/scenegraph/fx3d/picking/perspective/MeshCameraPerspectivePickingTest.java:
      test/scenegraph/fx3d/picking/perspective/MeshGroupPerspectivePickingTest.java:
      test/scenegraph/fx3d/picking/perspective/ShapesCameraPerspectivePickingTest.java:
      test/scenegraph/fx3d/picking/perspective/ShapesGroupPerspectivePickingTest.java:

      All the 8 tests are reported as failed because of same 3 sub-tests failing from PickingTestOverall.

      test test.scenegraph.fx3d.picking.PickingTestOverall.fillTest(): failure
      org.jemmy.TimeoutExpiredException: State 'test.scenegraph.fx3d.picking.PickingTestFunctions$1@68920f6a' 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)
      test test.scenegraph.fx3d.picking.PickingTestOverall.cameraSupportTest(): failure
      org.jemmy.TimeoutExpiredException: State 'test.scenegraph.fx3d.picking.PickingTestFunctions$1@6241c4c7' 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.cameraSupportTest(PickingTestOverall.java:78)
      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)
      test test.scenegraph.fx3d.picking.PickingTestOverall.pickResultTest(): failure
      org.jemmy.TimeoutExpiredException: State 'test.scenegraph.fx3d.picking.PickingTestFunctions$1@43da5976' 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.pickResultTest(PickingTestOverall.java:123)
      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)

            jdv Jayathirth D V
            jdv Jayathirth D V
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: