********* Start testing of tst_QQuickWheelHandler *********
Config: Using QtTest library 6.13.0, Qt 6.13.0 (arm64-little_endian-lp64 shared (dynamic) debug build; by GCC 13.3.0), ubuntu 24.04
PASS   : tst_QQuickWheelHandler::initTestCase()
BFAIL  : tst_QQuickWheelHandler::singleHandler(vertical wheel angle delta to adjust x) Compared values are not the same
   Actual   (rect->position().toPoint()): QPoint(0,0)
   Expected (expectedPosition)          : QPoint(15,0)
   Loc: [/home/qt/work/qt/qtdeclarative/tests/auto/quick/pointerhandlers/qquickwheelhandler/tst_qquickwheelhandler.cpp(167)]
BFAIL  : tst_QQuickWheelHandler::singleHandler(horizontal wheel angle delta to adjust y) Compared values are not the same
   Actual   (rect->position().toPoint()): QPoint(0,0)
   Expected (expectedPosition)          : QPoint(0,-45)
   Loc: [/home/qt/work/qt/qtdeclarative/tests/auto/quick/pointerhandlers/qquickwheelhandler/tst_qquickwheelhandler.cpp(167)]
BFAIL  : tst_QQuickWheelHandler::singleHandler(vertical wheel angle delta to adjust y, amplified and inverted) Compared values are not the same
   Actual   (rect->position().toPoint()): QPoint(0,0)
   Expected (expectedPosition)          : QPoint(0,30)
   Loc: [/home/qt/work/qt/qtdeclarative/tests/auto/quick/pointerhandlers/qquickwheelhandler/tst_qquickwheelhandler.cpp(167)]
BFAIL  : tst_QQuickWheelHandler::singleHandler(horizontal wheel angle delta to adjust x, amplified and reversed) Compared values are not the same
   Actual   (rect->position().toPoint()): QPoint(0,0)
   Expected (expectedPosition)          : QPoint(-30,0)
   Loc: [/home/qt/work/qt/qtdeclarative/tests/auto/quick/pointerhandlers/qquickwheelhandler/tst_qquickwheelhandler.cpp(167)]
BFAIL  : tst_QQuickWheelHandler::singleHandler(vertical wheel pixel delta to adjust x) Compared values are not the same
   Actual   (rect->position().toPoint()): QPoint(0,0)
   Expected (expectedPosition)          : QPoint(20,0)
   Loc: [/home/qt/work/qt/qtdeclarative/tests/auto/quick/pointerhandlers/qquickwheelhandler/tst_qquickwheelhandler.cpp(167)]
BFAIL  : tst_QQuickWheelHandler::singleHandler(horizontal wheel pixel delta to adjust y) Compared values are not the same
   Actual   (rect->position().toPoint()): QPoint(0,0)
   Expected (expectedPosition)          : QPoint(0,20)
   Loc: [/home/qt/work/qt/qtdeclarative/tests/auto/quick/pointerhandlers/qquickwheelhandler/tst_qquickwheelhandler.cpp(167)]
BFAIL  : tst_QQuickWheelHandler::singleHandler(vertical wheel pixel delta to adjust y, amplified and inverted) Compared values are not the same
   Actual   (rect->position().toPoint()): QPoint(0,0)
   Expected (expectedPosition)          : QPoint(0,80)
   Loc: [/home/qt/work/qt/qtdeclarative/tests/auto/quick/pointerhandlers/qquickwheelhandler/tst_qquickwheelhandler.cpp(167)]
BFAIL  : tst_QQuickWheelHandler::singleHandler(horizontal wheel pixel delta to adjust x, amplified and reversed) Compared values are not the same
   Actual   (rect->position().toPoint()): QPoint(0,0)
   Expected (expectedPosition)          : QPoint(-80,0)
   Loc: [/home/qt/work/qt/qtdeclarative/tests/auto/quick/pointerhandlers/qquickwheelhandler/tst_qquickwheelhandler.cpp(167)]
BFAIL  : tst_QQuickWheelHandler::singleHandler(vertical wheel angle delta to adjust scale) Compared values are not the same
   Actual   (rect->position().toPoint()): QPoint(0,0)
   Expected (expectedPosition)          : QPoint(55,44)
   Loc: [/home/qt/work/qt/qtdeclarative/tests/auto/quick/pointerhandlers/qquickwheelhandler/tst_qquickwheelhandler.cpp(167)]
BFAIL  : tst_QQuickWheelHandler::singleHandler(horizontal wheel angle delta to adjust scale, amplified and reversed, don't adjust position) Compared values are not the same
   Actual   (activeChangedSpy.size()): 0
   Expected (1)                      : 1
   Loc: [/home/qt/work/qt/qtdeclarative/tests/auto/quick/pointerhandlers/qquickwheelhandler/tst_qquickwheelhandler.cpp(168)]
BFAIL  : tst_QQuickWheelHandler::singleHandler(vertical wheel angle delta to adjust rotation) Compared values are not the same
   Actual   (rect->position().toPoint()): QPoint(0,0)
   Expected (expectedPosition)          : QPoint(19,-31)
   Loc: [/home/qt/work/qt/qtdeclarative/tests/auto/quick/pointerhandlers/qquickwheelhandler/tst_qquickwheelhandler.cpp(167)]
BFAIL  : tst_QQuickWheelHandler::singleHandler(horizontal wheel angle delta to adjust rotation, amplified and reversed, don't adjust position) Compared values are not the same
   Actual   (activeChangedSpy.size()): 0
   Expected (1)                      : 1
   Loc: [/home/qt/work/qt/qtdeclarative/tests/auto/quick/pointerhandlers/qquickwheelhandler/tst_qquickwheelhandler.cpp(168)]
BFAIL  : tst_QQuickWheelHandler::nestedHandler(vertical wheel angle delta to adjust x) Compared values are not the same
   Actual   (innerRect->position().toPoint()): QPoint(100,60)
   Expected (innerPosition)                  : QPoint(175,60)
   Loc: [/home/qt/work/qt/qtdeclarative/tests/auto/quick/pointerhandlers/qquickwheelhandler/tst_qquickwheelhandler.cpp(290)]
BFAIL  : tst_QQuickWheelHandler::nestedHandler(horizontal wheel pixel delta to adjust y) Compared values are not the same
   Actual   (innerRect->position().toPoint()): QPoint(100,60)
   Expected (innerPosition)                  : QPoint(100,160)
   Loc: [/home/qt/work/qt/qtdeclarative/tests/auto/quick/pointerhandlers/qquickwheelhandler/tst_qquickwheelhandler.cpp(290)]
BFAIL  : tst_QQuickWheelHandler::blocking(default: blocking) Compared values are not the same
   Actual   (innerActiveChangedSpy.size()): 0
   Expected (2)                           : 2
   Loc: [/home/qt/work/qt/qtdeclarative/tests/auto/quick/pointerhandlers/qquickwheelhandler/tst_qquickwheelhandler.cpp(358)]
BFAIL  : tst_QQuickWheelHandler::blocking(nonblocking) Compared values are not the same
   Actual   (innerActiveChangedSpy.size()): 0
   Expected (2)                           : 2
   Loc: [/home/qt/work/qt/qtdeclarative/tests/auto/quick/pointerhandlers/qquickwheelhandler/tst_qquickwheelhandler.cpp(358)]
PASS   : tst_QQuickWheelHandler::cleanupTestCase()
Totals: 2 passed, 0 failed, 0 skipped, 16 blacklisted, 33213ms
********* Finished testing of tst_QQuickWheelHandler *********
