********* Start testing of tst_QWindow *********
Config: Using QtTest library 6.11.0, Qt 6.11.0 (arm64-little_endian-lp64 shared (dynamic) release build; by Apple LLVM 16.0.0 (clang-1600.0.26.3)), macos 26.0.0
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()
PASS   : tst_QWindow::paintEvent()
PASS   : tst_QWindow::resizeEventAfterResize()
PASS   : tst_QWindow::exposeEventOnShrink_QTBUG54040()
PASS   : tst_QWindow::mapGlobal()
BPASS  : tst_QWindow::positioning()
PASS   : tst_QWindow::framePositioning(before show)
PASS   : tst_QWindow::framePositioning(after show)
PASS   : tst_QWindow::framePositioningStableAfterDestroy()
PASS   : tst_QWindow::geometryAfterWmUpdateAndDestroyCreate()
PASS   : tst_QWindow::positioningDuringMinimized()
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()
PASS   : tst_QWindow::testInputEvents()
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()
PASS   : tst_QWindow::visibility()
PASS   : tst_QWindow::mask()
PASS   : tst_QWindow::initialSize()
SKIP   : tst_QWindow::modalDialog() Test fails due to QTBUG-61965, and is slow due to QTBUG-61964
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(2391)]
PASS   : tst_QWindow::modalDialogClosingOneOfTwoModal()
PASS   : tst_QWindow::modalWithChildWindow()
PASS   : tst_QWindow::modalWindowModallity()
PASS   : tst_QWindow::modalWindowPosition()
PASS   : tst_QWindow::modalCloseWhileBlocked()
BFAIL  : tst_QWindow::modalWindowEnterEventOnHide_QTBUG35109() Compared values are not the same
   Actual   (childLvl2.enterEventCount): 0
   Expected (1)                        : 1
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(2702)]
SKIP   : tst_QWindow::spuriousMouseMove() No enter events sent
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(2763)]
SKIP   : tst_QWindow::windowsTransientChildren() Windows only test
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(2816)]
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(854)]
SKIP   : tst_QWindow::stateChange(normal->maximized->normal) Windows-only test
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(854)]
SKIP   : tst_QWindow::stateChange(normal->fullscreen->normal) Windows-only test
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(854)]
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(854)]
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()
BPASS  : tst_QWindow::stateChangeSignal()
FAIL!  : tst_QWindow::enterLeaveOnWindowShowHide(dialog) Compared values are not the same
   Actual   (window.enterPosition)                : QPoint(47,20)
   Expected (window.mapFromGlobal(QCursor::pos())): QPoint(50,22)
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(3252)]
FAIL!  : tst_QWindow::enterLeaveOnWindowShowHide(popup) Compared values are not the same
   Actual   (window.enterPosition)                : QPoint(46,20)
   Expected (window.mapFromGlobal(QCursor::pos())): QPoint(50,22)
   Loc: [/Users/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp(3252)]
PASS   : tst_QWindow::windowExposedAfterReparent()
PASS   : tst_QWindow::childEvents()
PASS   : tst_QWindow::parentEvents()
PASS   : tst_QWindow::cleanupTestCase()
Totals: 62 passed, 2 failed, 7 skipped, 3 blacklisted, 23189ms
********* Finished testing of tst_QWindow *********
