********* Start testing of tst_QGraphicsProxyWidget *********
Config: Using QtTest library 6.13.0, Qt 6.13.0 (x86_64-little_endian-lp64 static debug build; by Apple LLVM 17.0.0 (clang-1700.3.19.1)), ios 26.0.1
PASS   : tst_QGraphicsProxyWidget::initTestCase()
PASS   : tst_QGraphicsProxyWidget::qgraphicsproxywidget()
PASS   : tst_QGraphicsProxyWidget::paint()
PASS   : tst_QGraphicsProxyWidget::paint_2()
PASS   : tst_QGraphicsProxyWidget::setWidget(setWidget(0))
PASS   : tst_QGraphicsProxyWidget::setWidget(setWidget(widget))
PASS   : tst_QGraphicsProxyWidget::setWidget(setWidget(widgetWParent))
PASS   : tst_QGraphicsProxyWidget::setWidget(setWidget(1), setWidget(0))
PASS   : tst_QGraphicsProxyWidget::setWidget(setWidget(1), setWidget(widget))
PASS   : tst_QGraphicsProxyWidget::setWidget(setWidget(1), setWidget(widgetWParent))
PASS   : tst_QGraphicsProxyWidget::setWidget(p setWidget(0))
PASS   : tst_QGraphicsProxyWidget::setWidget(p setWidget(widget))
PASS   : tst_QGraphicsProxyWidget::setWidget(p setWidget(widgetWParent))
PASS   : tst_QGraphicsProxyWidget::setWidget(p setWidget(1), setWidget(0))
PASS   : tst_QGraphicsProxyWidget::setWidget(p setWidget(1), setWidget(widget))
PASS   : tst_QGraphicsProxyWidget::setWidget(p setWidget(1), setWidget(widgetWParent))
PASS   : tst_QGraphicsProxyWidget::testEventFilter(none)
PASS   : tst_QGraphicsProxyWidget::testEventFilter(resize 1)
PASS   : tst_QGraphicsProxyWidget::testEventFilter(move 1)
PASS   : tst_QGraphicsProxyWidget::testEventFilter(hide 1)
PASS   : tst_QGraphicsProxyWidget::testEventFilter(show 1)
PASS   : tst_QGraphicsProxyWidget::testEventFilter(enabled 1)
PASS   : tst_QGraphicsProxyWidget::testEventFilter(focusIn 1)
PASS   : tst_QGraphicsProxyWidget::testEventFilter(focusOut 1)
PASS   : tst_QGraphicsProxyWidget::testEventFilter(keyPress 1)
PASS   : tst_QGraphicsProxyWidget::testEventFilter(resize 0)
PASS   : tst_QGraphicsProxyWidget::testEventFilter(move 0)
PASS   : tst_QGraphicsProxyWidget::testEventFilter(hide 0)
PASS   : tst_QGraphicsProxyWidget::testEventFilter(show 0)
PASS   : tst_QGraphicsProxyWidget::testEventFilter(enabled 0)
PASS   : tst_QGraphicsProxyWidget::testEventFilter(focusIn 0)
PASS   : tst_QGraphicsProxyWidget::testEventFilter(focusOut 0)
PASS   : tst_QGraphicsProxyWidget::testEventFilter(keyPress 0)
PASS   : tst_QGraphicsProxyWidget::focusInEvent(no focus, can't get)
PASS   : tst_QGraphicsProxyWidget::focusInEvent(no focus, can get)
PASS   : tst_QGraphicsProxyWidget::focusInEvent(has focus, can't get)
PASS   : tst_QGraphicsProxyWidget::focusInEvent(has focus, can get)
PASS   : tst_QGraphicsProxyWidget::focusInEventNoWidget()
PASS   : tst_QGraphicsProxyWidget::focusNextPrevChild(Forward: 1, hasWidget: 1, hasScene: 1, result: 1)
PASS   : tst_QGraphicsProxyWidget::focusNextPrevChild(Forward: 1, hasWidget: 1, hasScene: 0, result: 0)
PASS   : tst_QGraphicsProxyWidget::focusNextPrevChild(Forward: 1, hasWidget: 0, hasScene: 1, result: 0)
PASS   : tst_QGraphicsProxyWidget::focusNextPrevChild(Forward: 1, hasWidget: 0, hasScene: 0, result: 0)
PASS   : tst_QGraphicsProxyWidget::focusNextPrevChild(Forward: 0, hasWidget: 1, hasScene: 1, result: 1)
PASS   : tst_QGraphicsProxyWidget::focusNextPrevChild(Forward: 0, hasWidget: 1, hasScene: 0, result: 0)
PASS   : tst_QGraphicsProxyWidget::focusNextPrevChild(Forward: 0, hasWidget: 0, hasScene: 1, result: 0)
PASS   : tst_QGraphicsProxyWidget::focusNextPrevChild(Forward: 0, hasWidget: 0, hasScene: 0, result: 0)
PASS   : tst_QGraphicsProxyWidget::focusOutEvent(no widget, focus to other widget)
PASS   : tst_QGraphicsProxyWidget::focusOutEvent(no widget, focusOutCalled)
XFAIL  : tst_QGraphicsProxyWidget::focusOutEvent(widget, focus to other widget) Widget should have focus but doesn't
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/graphicsview/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp(804)]
PASS   : tst_QGraphicsProxyWidget::focusOutEvent(widget, focus to other widget)
XFAIL  : tst_QGraphicsProxyWidget::focusOutEvent(widget, focusOutCalled) Widget should have focus but doesn't
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/graphicsview/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp(804)]
PASS   : tst_QGraphicsProxyWidget::focusOutEvent(widget, focusOutCalled)
XFAIL  : tst_QGraphicsProxyWidget::focusProxy_QTBUG_51856() Widget should have focus but doesn't
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/graphicsview/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp(864)]
XFAIL  : tst_QGraphicsProxyWidget::focusProxy_QTBUG_51856() Widget should have focus but doesn't
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/graphicsview/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp(866)]
PASS   : tst_QGraphicsProxyWidget::focusProxy_QTBUG_51856()
FAIL!  : tst_QGraphicsProxyWidget::hoverEnterLeaveEvent(widget, no hover) Compared values are not the same
   Actual   (widget->testAttribute(Qt::WA_UnderMouse)): 0
   Expected (hasWidget)                               : 1
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/graphicsview/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp(990)]
PASS   : tst_QGraphicsProxyWidget::hoverEnterLeaveEvent(no widget, no hover)
FAIL!  : tst_QGraphicsProxyWidget::hoverEnterLeaveEvent(widget, hover) Compared values are not the same
   Actual   (widget->testAttribute(Qt::WA_UnderMouse)): 0
   Expected (hasWidget)                               : 1
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/graphicsview/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp(990)]
PASS   : tst_QGraphicsProxyWidget::hoverEnterLeaveEvent(no widget, hover)
PASS   : tst_QGraphicsProxyWidget::keyPressEvent(widget)
PASS   : tst_QGraphicsProxyWidget::keyPressEvent(no widget)
PASS   : tst_QGraphicsProxyWidget::keyReleaseEvent(widget)
PASS   : tst_QGraphicsProxyWidget::keyReleaseEvent(no widget)
PASS   : tst_QGraphicsProxyWidget::mouseDoubleClickEvent()
PASS   : tst_QGraphicsProxyWidget::mousePressReleaseEvent(widget)
PASS   : tst_QGraphicsProxyWidget::mousePressReleaseEvent(no widget)
PASS   : tst_QGraphicsProxyWidget::resizeEvent(widget)
PASS   : tst_QGraphicsProxyWidget::resizeEvent(no widget)
PASS   : tst_QGraphicsProxyWidget::paintEvent()
PASS   : tst_QGraphicsProxyWidget::wheelEvent()
PASS   : tst_QGraphicsProxyWidget::sizePolicy()
PASS   : tst_QGraphicsProxyWidget::minimumSize()
PASS   : tst_QGraphicsProxyWidget::maximumSize()
FAIL!  : tst_QGraphicsProxyWidget::scrollUpdate() Compared lists differ at index 0.
   Actual   (rects(view.paintEventRegion)): QRect(413,559 204x14) (bottomright 616,572)
   Expected (QList<QRect>() << QRect(0, 0, 200, 12) << QRect(0, 12, 102, 10)): QRect(0,0 200x12) (bottomright 199,11)
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/graphicsview/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp(1380)]
PASS   : tst_QGraphicsProxyWidget::setWidget_simple()
PASS   : tst_QGraphicsProxyWidget::setWidget_ownership()
PASS   : tst_QGraphicsProxyWidget::resize_simple(200, 200)
PASS   : tst_QGraphicsProxyWidget::resize_simple(1000, 1000)
PASS   : tst_QGraphicsProxyWidget::symmetricMove()
PASS   : tst_QGraphicsProxyWidget::symmetricResize()
PASS   : tst_QGraphicsProxyWidget::symmetricEnabled()
PASS   : tst_QGraphicsProxyWidget::symmetricVisible()
PASS   : tst_QGraphicsProxyWidget::tabFocus_simpleWidget()
PASS   : tst_QGraphicsProxyWidget::tabFocus_simpleTwoWidgets()
PASS   : tst_QGraphicsProxyWidget::tabFocus_complexWidget()
PASS   : tst_QGraphicsProxyWidget::tabFocus_complexTwoWidgets()
PASS   : tst_QGraphicsProxyWidget::setFocus_simpleWidget()
PASS   : tst_QGraphicsProxyWidget::setFocus_simpleTwoWidgets()
PASS   : tst_QGraphicsProxyWidget::setFocus_complexTwoWidgets()
SKIP   : tst_QGraphicsProxyWidget::popup_basic() Does not work due to SH_Combobox_Popup
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/graphicsview/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp(2306)]
SKIP   : tst_QGraphicsProxyWidget::popup_subwidget() Does not work due to SH_Combobox_Popup
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/graphicsview/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp(2388)]
FAIL!  : tst_QGraphicsProxyWidget::changingCursor_basic() Compared values are not the same
   Actual   (view.viewport()->cursor().shape()): ArrowCursor
   Expected (Qt::IBeamCursor)                  : IBeamCursor
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/graphicsview/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp(2418)]
PASS   : tst_QGraphicsProxyWidget::tooltip_basic()
PASS   : tst_QGraphicsProxyWidget::childPos(0)
PASS   : tst_QGraphicsProxyWidget::childPos(1)
PASS   : tst_QGraphicsProxyWidget::childPos(2)
PASS   : tst_QGraphicsProxyWidget::childPos(3)
PASS   : tst_QGraphicsProxyWidget::childPos(4)
PASS   : tst_QGraphicsProxyWidget::childPos(5)
PASS   : tst_QGraphicsProxyWidget::childPos(6)
PASS   : tst_QGraphicsProxyWidget::childPos(7)
PASS   : tst_QGraphicsProxyWidget::childPos(8)
PASS   : tst_QGraphicsProxyWidget::childPos(0-)
PASS   : tst_QGraphicsProxyWidget::childPos(1-)
PASS   : tst_QGraphicsProxyWidget::childPos(2-)
PASS   : tst_QGraphicsProxyWidget::childPos(3-)
PASS   : tst_QGraphicsProxyWidget::childPos(4-)
PASS   : tst_QGraphicsProxyWidget::childPos(5-)
PASS   : tst_QGraphicsProxyWidget::childPos(6-)
PASS   : tst_QGraphicsProxyWidget::childPos(7-)
PASS   : tst_QGraphicsProxyWidget::childPos(8-)
PASS   : tst_QGraphicsProxyWidget::autoShow()
PASS   : tst_QGraphicsProxyWidget::windowOpacity()
PASS   : tst_QGraphicsProxyWidget::stylePropagation()
XFAIL  : tst_QGraphicsProxyWidget::palettePropagation() Test case fails unless run alone
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/graphicsview/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp(2711)]
PASS   : tst_QGraphicsProxyWidget::palettePropagation()
PASS   : tst_QGraphicsProxyWidget::fontPropagation()
PASS   : tst_QGraphicsProxyWidget::dontCrashWhenDie()
PASS   : tst_QGraphicsProxyWidget::dontCrashNoParent()
FAIL!  : tst_QGraphicsProxyWidget::createProxyForChildWidget() Compared values are not the same
   Actual   (spy.size()): 0
   Expected (1)         : 1
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/graphicsview/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp(2902)]
PASS   : tst_QGraphicsProxyWidget::actionsContextMenu(without actionsContextMenu and with focus)
PASS   : tst_QGraphicsProxyWidget::actionsContextMenu(without actionsContextMenu and without focus)
PASS   : tst_QGraphicsProxyWidget::actionsContextMenu(with actionsContextMenu and focus)
PASS   : tst_QGraphicsProxyWidget::actionsContextMenu(with actionsContextMenu without focus)
PASS   : tst_QGraphicsProxyWidget::deleteProxyForChildWidget()
PASS   : tst_QGraphicsProxyWidget::bypassGraphicsProxyWidget(autoembed)
PASS   : tst_QGraphicsProxyWidget::bypassGraphicsProxyWidget(bypass)
PASS   : tst_QGraphicsProxyWidget::dragDrop()
PASS   : tst_QGraphicsProxyWidget::windowFlags(proxy(0) widget(0))
PASS   : tst_QGraphicsProxyWidget::windowFlags(proxy(window))
PASS   : tst_QGraphicsProxyWidget::windowFlags(proxy(window) widget(window))
PASS   : tst_QGraphicsProxyWidget::windowFlags(proxy(0) widget(window))
PASS   : tst_QGraphicsProxyWidget::comboboxWindowFlags()
PASS   : tst_QGraphicsProxyWidget::updateAndDelete()
PASS   : tst_QGraphicsProxyWidget::inputMethod()
PASS   : tst_QGraphicsProxyWidget::clickFocus()
PASS   : tst_QGraphicsProxyWidget::windowFrameMargins()
PASS   : tst_QGraphicsProxyWidget::QTBUG_6986_sendMouseEventToAlienWidget()
PASS   : tst_QGraphicsProxyWidget::mapToGlobal()
PASS   : tst_QGraphicsProxyWidget::mapToGlobalWithoutScene()
PASS   : tst_QGraphicsProxyWidget::mapToGlobalIgnoreTranformation()
PASS   : tst_QGraphicsProxyWidget::QTBUG_43780_visibility()
FAIL!  : tst_QGraphicsProxyWidget::wheelEventPropagation() Compared values are not the same
   Actual   (scrollSpy.size()): 0
   Expected (++scrollCount)   : 1
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/graphicsview/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp(3764)]
FAIL!  : tst_QGraphicsProxyWidget::forwardTouchEvent() Compared values are not the same
   Actual   (eventSpy.counts[QEvent::TouchBegin]): 0
   Expected (1)                                  : 1
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/widgets/graphicsview/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp(3862)]
PASS   : tst_QGraphicsProxyWidget::touchEventPropagation()
PASS   : tst_QGraphicsProxyWidget::itemViewScroll()
PASS   : tst_QGraphicsProxyWidget::cleanupTestCase()
Totals: 133 passed, 7 failed, 2 skipped, 0 blacklisted, 122463ms
********* Finished testing of tst_QGraphicsProxyWidget *********
