********* Start testing of tst_DragHandler *********
Config: Using QtTest library 6.13.0, Qt 6.13.0 (arm64-little_endian-lp64 shared (dynamic) debug build; by Apple LLVM 16.0.0 (clang-1600.0.26.3)), macos 14.8.5
PASS   : tst_DragHandler::initTestCase()
QDEBUG : tst_DragHandler::defaultPropertyValues() qml: QQuickRectangle(0x600001f94700) parent QQuickItem(0x600001f94380, "Draggables")
QDEBUG : tst_DragHandler::defaultPropertyValues() qml: QQuickRectangle(0x600001f86840) parent QQuickItem(0x600001f94380, "Draggables")
PASS   : tst_DragHandler::defaultPropertyValues()
QDEBUG : tst_DragHandler::touchDrag(threshold zero) qml: QQuickRectangle(0x600001f87e20) parent QQuickItem(0x600001f86d80, "Draggables")
QDEBUG : tst_DragHandler::touchDrag(threshold zero) qml: QQuickRectangle(0x600001f9cd20) parent QQuickItem(0x600001f86d80, "Draggables")
PASS   : tst_DragHandler::touchDrag(threshold zero)
QDEBUG : tst_DragHandler::touchDrag(threshold one) qml: QQuickRectangle(0x600001fbc8c0) parent QQuickItem(0x600001fbcb60, "Draggables")
QDEBUG : tst_DragHandler::touchDrag(threshold one) qml: QQuickRectangle(0x600001fbc700) parent QQuickItem(0x600001fbcb60, "Draggables")
PASS   : tst_DragHandler::touchDrag(threshold one)
QDEBUG : tst_DragHandler::touchDrag(threshold 20) qml: QQuickRectangle(0x600001fbc8c0) parent QQuickItem(0x600001fbcee0, "Draggables")
QDEBUG : tst_DragHandler::touchDrag(threshold 20) qml: QQuickRectangle(0x600001fbd180) parent QQuickItem(0x600001fbcee0, "Draggables")
PASS   : tst_DragHandler::touchDrag(threshold 20)
QDEBUG : tst_DragHandler::touchDrag(threshold default) qml: QQuickRectangle(0x600001fbdea0) parent QQuickItem(0x600001fbcee0, "Draggables")
QDEBUG : tst_DragHandler::touchDrag(threshold default) qml: QQuickRectangle(0x600001fbc700) parent QQuickItem(0x600001fbcee0, "Draggables")
PASS   : tst_DragHandler::touchDrag(threshold default)
QDEBUG : tst_DragHandler::mouseDrag(left: drag) qml: QQuickRectangle(0x600001f802a0) parent QQuickItem(0x600001f80000, "Draggables")
QDEBUG : tst_DragHandler::mouseDrag(left: drag) qml: QQuickRectangle(0x600001f80620) parent QQuickItem(0x600001f80000, "Draggables")
PASS   : tst_DragHandler::mouseDrag(left: drag)
QDEBUG : tst_DragHandler::mouseDrag(right: don't drag) qml: QQuickRectangle(0x600001fbc700) parent QQuickItem(0x600001fbcb60, "Draggables")
QDEBUG : tst_DragHandler::mouseDrag(right: don't drag) qml: QQuickRectangle(0x600001fbd180) parent QQuickItem(0x600001fbcb60, "Draggables")
PASS   : tst_DragHandler::mouseDrag(right: don't drag)
QDEBUG : tst_DragHandler::mouseDrag(left: don't drag) qml: QQuickRectangle(0x600001f88ee0) parent QQuickItem(0x600001f88700, "Draggables")
QDEBUG : tst_DragHandler::mouseDrag(left: don't drag) qml: QQuickRectangle(0x600001f89260) parent QQuickItem(0x600001f88700, "Draggables")
PASS   : tst_DragHandler::mouseDrag(left: don't drag)
QDEBUG : tst_DragHandler::mouseDrag(right or middle: drag) qml: QQuickRectangle(0x600001f823e0) parent QQuickItem(0x600001f80460, "Draggables")
QDEBUG : tst_DragHandler::mouseDrag(right or middle: drag) qml: QQuickRectangle(0x600001f82220) parent QQuickItem(0x600001f80460, "Draggables")
PASS   : tst_DragHandler::mouseDrag(right or middle: drag)
QDEBUG : tst_DragHandler::mouseDragThreshold(threshold zero) qml: QQuickRectangle(0x600001f8dea0) parent QQuickItem(0x600001f8e140, "Draggables")
QDEBUG : tst_DragHandler::mouseDragThreshold(threshold zero) qml: QQuickRectangle(0x600001f8ddc0) parent QQuickItem(0x600001f8e140, "Draggables")
PASS   : tst_DragHandler::mouseDragThreshold(threshold zero)
QDEBUG : tst_DragHandler::mouseDragThreshold(threshold one) qml: QQuickRectangle(0x600001f81ce0) parent QQuickItem(0x600001f80c40, "Draggables")
QDEBUG : tst_DragHandler::mouseDragThreshold(threshold one) qml: QQuickRectangle(0x600001f81b20) parent QQuickItem(0x600001f80c40, "Draggables")
PASS   : tst_DragHandler::mouseDragThreshold(threshold one)
QDEBUG : tst_DragHandler::mouseDragThreshold(threshold 20) qml: QQuickRectangle(0x600001f8e3e0) parent QQuickItem(0x600001f8e220, "Draggables")
QDEBUG : tst_DragHandler::mouseDragThreshold(threshold 20) qml: QQuickRectangle(0x600001f8dce0) parent QQuickItem(0x600001f8e220, "Draggables")
PASS   : tst_DragHandler::mouseDragThreshold(threshold 20)
QDEBUG : tst_DragHandler::mouseDragThreshold(threshold default) qml: QQuickRectangle(0x600001f82220) parent QQuickItem(0x600001f81c00, "Draggables")
QDEBUG : tst_DragHandler::mouseDragThreshold(threshold default) qml: QQuickRectangle(0x600001f81dc0) parent QQuickItem(0x600001f81c00, "Draggables")
PASS   : tst_DragHandler::mouseDragThreshold(threshold default)
PASS   : tst_DragHandler::dragFromMargin()
PASS   : tst_DragHandler::snapMode(rect1, SnapAuto, outside the target)
PASS   : tst_DragHandler::snapMode(rect1, SnapAuto, inside the  target)
PASS   : tst_DragHandler::snapMode(rect1, SnapAlways, outside the target)
PASS   : tst_DragHandler::snapMode(rect1, NoSnap, outside the target)
PASS   : tst_DragHandler::snapMode(rect1, SnapIfPressedOutsideTarget, outside the target)
PASS   : tst_DragHandler::snapMode(rect1, SnapIfPressedOutsideTarget, inside the target)
PASS   : tst_DragHandler::snapMode(rect2, SnapAuto, outside target, should snap)
PASS   : tst_DragHandler::snapMode(rect2, SnapAuto, inside target, shouldn't snap)
PASS   : tst_DragHandler::twoFingerDrag(both start outside)
PASS   : tst_DragHandler::twoFingerDrag(one starts outside)
PASS   : tst_DragHandler::twoFingerDrag(both start inside)
QDEBUG : tst_DragHandler::dragStartsOutside() qml: QQuickRectangle(0x600001f80fc0) parent QQuickItem(0x600001f808c0, "Draggables")
QDEBUG : tst_DragHandler::dragStartsOutside() qml: QQuickRectangle(0x600001f816c0) parent QQuickItem(0x600001f808c0, "Draggables")
PASS   : tst_DragHandler::dragStartsOutside()
QDEBUG : tst_DragHandler::touchDragMulti() qml: QQuickRectangle(0x600001fbc380) parent QQuickItem(0x600001fbeae0, "Draggables")
QDEBUG : tst_DragHandler::touchDragMulti() qml: QQuickRectangle(0x600001fbe060) parent QQuickItem(0x600001fbeae0, "Draggables")
PASS   : tst_DragHandler::touchDragMulti()
PASS   : tst_DragHandler::touchDragMultiSliders(Drag Knob: start on the knobs, drag down)
PASS   : tst_DragHandler::touchDragMultiSliders(Drag Knob: start on the knobs, drag diagonally downward)
PASS   : tst_DragHandler::touchDragMultiSliders(Drag Anywhere: start on the knobs, drag down)
PASS   : tst_DragHandler::touchDragMultiSliders(Drag Anywhere: start on the knobs, drag diagonally downward)
PASS   : tst_DragHandler::touchDragMultiSliders(Drag Anywhere: start above the knobs, drag down)
PASS   : tst_DragHandler::touchDragMultiSliders(Drag Anywhere: start above the knobs, drag diagonally downward)
PASS   : tst_DragHandler::touchPassiveGrabbers(Drag And Tap)
PASS   : tst_DragHandler::touchPassiveGrabbers(Tap And Drag)
PASS   : tst_DragHandler::touchPassiveGrabbers(Drag And Tap (not siblings))
PASS   : tst_DragHandler::touchPassiveGrabbers(Tap And Drag (not siblings))
PASS   : tst_DragHandler::touchPinchAndMouseMove()
PASS   : tst_DragHandler::unsuitableEventDuringDrag()
PASS   : tst_DragHandler::underModalLayer()
QDEBUG : tst_DragHandler::interruptedByIrrelevantButton() qml: QQuickRectangle(0x600001f93aa0) parent QQuickItem(0x600001f93c60, "Draggables")
QDEBUG : tst_DragHandler::interruptedByIrrelevantButton() qml: QQuickRectangle(0x600001f92ae0) parent QQuickItem(0x600001f93c60, "Draggables")
PASS   : tst_DragHandler::interruptedByIrrelevantButton()
PASS   : tst_DragHandler::touchDragExclusiveGrabber()
PASS   : tst_DragHandler::touchDragSceneRotated(Drag X on rotated scene when Axis Y is disabled)
PASS   : tst_DragHandler::touchDragSceneRotated(Drag Y on rotated scene when Axis Y is disabled)
PASS   : tst_DragHandler::touchDragSceneRotated(Drag X on rotated scene when Axis X is disabled)
PASS   : tst_DragHandler::touchDragSceneRotated(Drag Y on rotated scene when Axis X is disabled)
PASS   : tst_DragHandler::cleanupTestCase()
Totals: 48 passed, 0 failed, 0 skipped, 0 blacklisted, 5577ms
********* Finished testing of tst_DragHandler *********
