********* Start testing of tst_QWindow *********
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_QWindow::initTestCase()
PASS   : tst_QWindow::create()
PASS   : tst_QWindow::setParent()
PASS   : tst_QWindow::setVisible()
PASS   : tst_QWindow::setVisibleThenCreate()
PASS   : tst_QWindow::setVisibleFalseDoesNotCreateWindow()
PASS   : tst_QWindow::eventOrderOnShow()
FAIL!  : tst_QWindow::paintEvent() 'window.received(QEvent::Paint)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(476)]
PASS   : tst_QWindow::resizeEventAfterResize()
PASS   : tst_QWindow::exposeEventOnShrink_QTBUG54040()
PASS   : tst_QWindow::mapGlobal()
FAIL!  : tst_QWindow::positioning() Compared values are not the same
   Actual   (window.lastReceivedWindowState): 0
   Expected (Qt::WindowFullScreen)          : 4
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(603)]
FAIL!  : tst_QWindow::framePositioning(before show) 'window.received(QEvent::Move)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(662)]
FAIL!  : tst_QWindow::framePositioning(after show) 'QTest::qWaitFor([&window]{ return !window.frameMargins().isNull(); })' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(653)]
QCRITICAL: tst_QWindow::framePositioningStableAfterDestroy() Frame geometry failed to update
PASS   : tst_QWindow::framePositioningStableAfterDestroy()
SKIP   : tst_QWindow::geometryAfterWmUpdateAndDestroyCreate() Default window state is not Qt::WindowNoState
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(721)]
SKIP   : tst_QWindow::positioningDuringMinimized() Not supported on this platform
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(745)]
PASS   : tst_QWindow::childWindowPositioning(create)
PASS   : tst_QWindow::childWindowPositioning(show)
PASS   : tst_QWindow::childWindowLevel()
PASS   : tst_QWindow::platformSurface()
PASS   : tst_QWindow::isExposed()
PASS   : tst_QWindow::isActive()
FAIL!  : tst_QWindow::testInputEvents() 'QTestPrivate::ensurePositionTopLeft(&window)' returned FALSE. ()
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(1315)]
PASS   : tst_QWindow::touchToMouseTranslation()
PASS   : tst_QWindow::touchToMouseTranslationForDevices()
PASS   : tst_QWindow::mouseToTouchTranslation()
PASS   : tst_QWindow::mouseToTouchLoop()
PASS   : tst_QWindow::touchCancel()
PASS   : tst_QWindow::touchCancelWithTouchToMouse()
PASS   : tst_QWindow::touchInterruptedByPopup()
PASS   : tst_QWindow::orientation()
PASS   : tst_QWindow::sizes()
PASS   : tst_QWindow::close()
PASS   : tst_QWindow::activateAndClose()
PASS   : tst_QWindow::mouseEventSequence()
PASS   : tst_QWindow::windowModality()
PASS   : tst_QWindow::inputReentrancy()
PASS   : tst_QWindow::tabletEvents(nosynth-accept)
PASS   : tst_QWindow::tabletEvents(synth-accept)
PASS   : tst_QWindow::tabletEvents(nosynth-ignore)
PASS   : tst_QWindow::tabletEvents(synth-ignore)
PASS   : tst_QWindow::windowModality_QTBUG27039()
FAIL!  : tst_QWindow::visibility() Compared values are not the same
   Actual   (window.lastReceivedWindowState): 2
   Expected (Qt::WindowFullScreen)          : 4
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(2377)]
PASS   : tst_QWindow::mask()
PASS   : tst_QWindow::initialSize()
PASS   : tst_QWindow::initialPosition()
PASS   : tst_QWindow::modalDialog()
FAIL!  : tst_QWindow::modalDialogClosingOneOfTwoModal() Compared QObject pointers are not the same
   Actual   (QGuiApplication::focusWindow()): <null>
   Expected (&first_dialog)                 : QWindow/0x30f8b65f0
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(2629)]
FAIL!  : tst_QWindow::modalWithChildWindow() Compared QObject pointers are not the same
   Actual   (QGuiApplication::focusWindow()): QWindow/0x30f8b65f0
   Expected (&sub_window)                   : QWindow/0x30f8b65b0
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(2667)]
FAIL!  : tst_QWindow::modalWindowModallity() Compared QObject pointers are not the same
   Actual   (QGuiApplication::focusWindow()): QWindow/0x30f8b6480
   Expected (&normal_window)                : QWindow/0x30f8b6610
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(2702)]
FAIL!  : tst_QWindow::modalWindowPosition() Compared values are not the same
   Actual   (window.geometry()): QRect(0,32 1032x1324) (bottomright 1031,1355)
   Expected (origGeo)          : QRect(100,100 200x200) (bottomright 299,299)
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(2723)]
PASS   : tst_QWindow::modalCloseWhileBlocked()
SKIP   : tst_QWindow::modalWindowEnterEventOnHide_QTBUG35109() Platform does not support cursor positioning
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(2752)]
SKIP   : tst_QWindow::spuriousMouseMove() Platform does not support cursor positioning
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(2929)]
SKIP   : tst_QWindow::windowsTransientChildren() Windows only test
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(2978)]
PASS   : tst_QWindow::requestUpdate()
SKIP   : tst_QWindow::stateChange(normal->min->normal) Windows-only test
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(867)]
SKIP   : tst_QWindow::stateChange(normal->maximized->normal) Windows-only test
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(867)]
SKIP   : tst_QWindow::stateChange(normal->fullscreen->normal) Windows-only test
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(867)]
SKIP   : tst_QWindow::stateChange(normal->maximized->fullscreen->normal) Windows-only test
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(867)]
PASS   : tst_QWindow::flags()
PASS   : tst_QWindow::testBlockingWindowShownAfterModalDialog()
PASS   : tst_QWindow::generatedMouseMove()
PASS   : tst_QWindow::keepPendingUpdateRequests()
PASS   : tst_QWindow::activateDeactivateEvent()
PASS   : tst_QWindow::qobject_castOnDestruction()
PASS   : tst_QWindow::touchToMouseTranslationByPopup()
FAIL!  : tst_QWindow::stateChangeSignal() Compared values are not the same
   Actual   (spy.count()): 1
   Expected (signalCount): 2
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(3292)]
SKIP   : tst_QWindow::enterLeaveOnWindowShowHide(dialog) Platform does not support cursor positioning
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(3360)]
SKIP   : tst_QWindow::enterLeaveOnWindowShowHide(popup) Platform does not support cursor positioning
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(3360)]
PASS   : tst_QWindow::windowExposedAfterReparent()
FAIL!  : tst_QWindow::childGeometryAfterReparent() Compared values are not the same
   Actual   (child.geometry())     : QRect(0,32 1032x1324) (bottomright 1031,1355)
   Expected (topLevelChildGeometry): QRect(50,50 200x200) (bottomright 249,249)
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(3476)]
PASS   : tst_QWindow::childEvents()
PASS   : tst_QWindow::parentEvents()
SKIP   : tst_QWindow::expandedClientAreaSize(WindowFrameExclusive) This platform does not implement stable frame size on Qt::ExpandedClientAreaHint yet
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(3675)]
SKIP   : tst_QWindow::expandedClientAreaSize(WindowFrameInclusive) This platform does not implement stable frame size on Qt::ExpandedClientAreaHint yet
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(3675)]
PASS   : tst_QWindow::cleanupTestCase()
Totals: 53 passed, 12 failed, 13 skipped, 0 blacklisted, 164514ms
********* Finished testing of tst_QWindow *********
