********* Start testing of tst_Picking *********
Config: Using QtTest library 6.12.0, Qt 6.12.0 (arm64-little_endian-lp64 shared (dynamic) debug build; by Apple LLVM 16.0.0 (clang-1600.0.26.3)), macos 14.3.0
PASS   : tst_Picking::initTestCase()
QWARN  : tst_Picking::test_view_picking() Scenes with non-explicit cameras with a layer detected! Set the camera explicitly to avoid unecessery evaluation of scene nodes!
FAIL!  : tst_Picking::test_view_picking() Compared values are not the same
   Actual   (result.hitType())                       : Null
   Expected (QQuick3DPickResultEnums::HitType::Model): Model
   Loc: [/Users/qt/work/qt/qtquick3d/tests/auto/quick3d_visual/picking/tst_picking.cpp(188)]
QWARN  : tst_Picking::test_ray_picking() Scenes with non-explicit cameras with a layer detected! Set the camera explicitly to avoid unecessery evaluation of scene nodes!
FAIL!  : tst_Picking::test_ray_picking() Compared values are not the same
   Actual   (result.hitType())                       : Null
   Expected (QQuick3DPickResultEnums::HitType::Model): Model
   Loc: [/Users/qt/work/qt/qtquick3d/tests/auto/quick3d_visual/picking/tst_picking.cpp(455)]
QWARN  : tst_Picking::test_object_picking2() Scenes with non-explicit cameras with a layer detected! Set the camera explicitly to avoid unecessery evaluation of scene nodes!
FAIL!  : tst_Picking::test_object_picking2() 'result.objectHit() != nullptr' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtquick3d/tests/auto/quick3d_visual/picking/tst_picking.cpp(569)]
QWARN  : tst_Picking::test_item_picking() Scenes with non-explicit cameras with a layer detected! Set the camera explicitly to avoid unecessery evaluation of scene nodes!
FAIL!  : tst_Picking::test_item_picking() Compared values are not the same
   Actual   (resultsList.size()): 1
   Expected (3)                 : 3
   Loc: [/Users/qt/work/qt/qtquick3d/tests/auto/quick3d_visual/picking/tst_picking.cpp(717)]
QWARN  : tst_Picking::test_picking_QTBUG_111997() Scenes with non-explicit cameras with a layer detected! Set the camera explicitly to avoid unecessery evaluation of scene nodes!
BFAIL  : tst_Picking::test_picking_QTBUG_111997() 'result.objectHit() != nullptr' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtquick3d/tests/auto/quick3d_visual/picking/tst_picking.cpp(928)]
QWARN  : tst_Picking::test_picking_corner_case() Scenes with non-explicit cameras with a layer detected! Set the camera explicitly to avoid unecessery evaluation of scene nodes!
FAIL!  : tst_Picking::test_picking_corner_case() 'result.objectHit() != nullptr' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtquick3d/tests/auto/quick3d_visual/picking/tst_picking.cpp(976)]
PASS   : tst_Picking::test_triangleIntersect()
QWARN  : tst_Picking::test_sphere_geometry() Scenes with non-explicit cameras with a layer detected! Set the camera explicitly to avoid unecessery evaluation of scene nodes!
PASS   : tst_Picking::test_sphere_geometry()
QWARN  : tst_Picking::test_closest_point_picking() Scenes with non-explicit cameras with a layer detected! Set the camera explicitly to avoid unecessery evaluation of scene nodes!
FAIL!  : tst_Picking::test_closest_point_picking() Compared values are not the same
   Actual   (result.hitType())                       : Null
   Expected (QQuick3DPickResultEnums::HitType::Model): Model
   Loc: [/Users/qt/work/qt/qtquick3d/tests/auto/quick3d_visual/picking/tst_picking.cpp(1167)]
PASS   : tst_Picking::cleanupTestCase()
Totals: 4 passed, 6 failed, 0 skipped, 1 blacklisted, 3571ms
********* Finished testing of tst_Picking *********
