********* Start testing of tst_QQuickMenu *********
Config: Using QtTest library 6.11.0, Qt 6.11.0 (arm64-little_endian-llp64 shared (dynamic) release build; by MSVC 2022), windows 11
PASS   : tst_QQuickMenu::Basic::initTestCase()
PASS   : tst_QQuickMenu::Basic::defaults()
PASS   : tst_QQuickMenu::Basic::count()
PASS   : tst_QQuickMenu::Basic::mouse(Popup.Item)
PASS   : tst_QQuickMenu::Basic::mouse(Popup.Window)
PASS   : tst_QQuickMenu::Basic::pressAndHold()
PASS   : tst_QQuickMenu::Basic::contextMenuKeyboard(Popup.Item)
PASS   : tst_QQuickMenu::Basic::contextMenuKeyboard(Popup.Window)
PASS   : tst_QQuickMenu::Basic::disabledMenuItemKeyNavigation()
PASS   : tst_QQuickMenu::Basic::mnemonics()
PASS   : tst_QQuickMenu::Basic::checkableMnemonics(checkable_enabled_action)
PASS   : tst_QQuickMenu::Basic::checkableMnemonics(checkable_disabled_action)
PASS   : tst_QQuickMenu::Basic::checkableMnemonics(uncheckable_enabled_action)
PASS   : tst_QQuickMenu::Basic::checkableMnemonics(uncheckable_disabled_action)
PASS   : tst_QQuickMenu::Basic::checkableMnemonics(checkable_enabled_menuItem)
PASS   : tst_QQuickMenu::Basic::checkableMnemonics(checkable_disabled_menuItem)
PASS   : tst_QQuickMenu::Basic::checkableMnemonics(uncheckable_enabled_menuItem)
PASS   : tst_QQuickMenu::Basic::checkableMnemonics(uncheckable_disabled_menuItem)
PASS   : tst_QQuickMenu::Basic::checkableMnemonics(checkable_enabled_subMenuItem)
PASS   : tst_QQuickMenu::Basic::checkableMnemonics(checkable_disabled_subMenuItem)
PASS   : tst_QQuickMenu::Basic::checkableMnemonics(uncheckable_enabled_subMenuItem)
PASS   : tst_QQuickMenu::Basic::checkableMnemonics(uncheckable_disabled_subMenuItem)
PASS   : tst_QQuickMenu::Basic::checkableMnemonics(checkable_enabled_subMenuAction)
PASS   : tst_QQuickMenu::Basic::checkableMnemonics(checkable_disabled_subMenuAction)
PASS   : tst_QQuickMenu::Basic::checkableMnemonics(uncheckable_enabled_subMenuAction)
PASS   : tst_QQuickMenu::Basic::checkableMnemonics(uncheckable_disabled_subMenuAction)
PASS   : tst_QQuickMenu::Basic::menuButton()
PASS   : tst_QQuickMenu::Basic::addItem()
PASS   : tst_QQuickMenu::Basic::menuSeparator()
PASS   : tst_QQuickMenu::Basic::repeater()
PASS   : tst_QQuickMenu::Basic::order()
PASS   : tst_QQuickMenu::Basic::popup()
PASS   : tst_QQuickMenu::Basic::openParentlessMenu()
PASS   : tst_QQuickMenu::Basic::actions()
PASS   : tst_QQuickMenu::Basic::actionShortcuts()
PASS   : tst_QQuickMenu::Basic::removeTakeItem()
PASS   : tst_QQuickMenu::Basic::subMenuMouse(cascading, in-scene)
PASS   : tst_QQuickMenu::Basic::subMenuMouse(non-cascading, in-scene)
PASS   : tst_QQuickMenu::Basic::subMenuMouse(cascading, popup windows)
PASS   : tst_QQuickMenu::Basic::subMenuMouse(non-cascading, popup windows)
PASS   : tst_QQuickMenu::Basic::subMenuDisabledMouse(cascading, in-scene)
PASS   : tst_QQuickMenu::Basic::subMenuDisabledMouse(non-cascading, in-scene)
PASS   : tst_QQuickMenu::Basic::subMenuDisabledMouse(cascading, popup windows)
PASS   : tst_QQuickMenu::Basic::subMenuDisabledMouse(non-cascading, popup windows)
PASS   : tst_QQuickMenu::Basic::subMenuKeyboard(cascading)
PASS   : tst_QQuickMenu::Basic::subMenuKeyboard(cascading,mirrored)
PASS   : tst_QQuickMenu::Basic::subMenuKeyboard(non-cascading)
PASS   : tst_QQuickMenu::Basic::subMenuKeyboard(non-cascading,mirrored)
PASS   : tst_QQuickMenu::Basic::subMenuDisabledKeyboard(cascading)
PASS   : tst_QQuickMenu::Basic::subMenuDisabledKeyboard(cascading,mirrored)
PASS   : tst_QQuickMenu::Basic::subMenuDisabledKeyboard(non-cascading)
PASS   : tst_QQuickMenu::Basic::subMenuDisabledKeyboard(non-cascading,mirrored)
PASS   : tst_QQuickMenu::Basic::subMenuPosition(cascading)
PASS   : tst_QQuickMenu::Basic::subMenuPosition(cascading,flip)
PASS   : tst_QQuickMenu::Basic::subMenuPosition(cascading,overlap)
PASS   : tst_QQuickMenu::Basic::subMenuPosition(cascading,flip,overlap)
PASS   : tst_QQuickMenu::Basic::subMenuPosition(cascading,mirrored)
PASS   : tst_QQuickMenu::Basic::subMenuPosition(cascading,mirrored,flip)
PASS   : tst_QQuickMenu::Basic::subMenuPosition(cascading,mirrored,overlap)
PASS   : tst_QQuickMenu::Basic::subMenuPosition(cascading,mirrored,flip,overlap)
PASS   : tst_QQuickMenu::Basic::subMenuPosition(non-cascading)
PASS   : tst_QQuickMenu::Basic::subMenuFlipsPositionWhenOutOfBounds(PopupType::Item)
PASS   : tst_QQuickMenu::Basic::subMenuFlipsPositionWhenOutOfBounds(PopupType::Window)
PASS   : tst_QQuickMenu::Basic::subMenuWithIcon()
PASS   : tst_QQuickMenu::Basic::addRemoveSubMenus()
PASS   : tst_QQuickMenu::Basic::subMenuPopupType()
PASS   : tst_QQuickMenu::Basic::scrollable(Window)
PASS   : tst_QQuickMenu::Basic::scrollable(ApplicationWindow)
PASS   : tst_QQuickMenu::Basic::scrollable(WithPadding)
PASS   : tst_QQuickMenu::Basic::scrollable(FixedHeight)
PASS   : tst_QQuickMenu::Basic::disableWhenTriggered(Action)
PASS   : tst_QQuickMenu::Basic::disableWhenTriggered(MenuItem with Action)
PASS   : tst_QQuickMenu::Basic::disableWhenTriggered(MenuItem with Action declared outside menu)
PASS   : tst_QQuickMenu::Basic::disableWhenTriggered(MenuItem with no Action)
PASS   : tst_QQuickMenu::Basic::disableWhenTriggered(Sub-Action)
PASS   : tst_QQuickMenu::Basic::disableWhenTriggered(Sub-MenuItem with Action declared inside)
PASS   : tst_QQuickMenu::Basic::disableWhenTriggered(Sub-MenuItem with Action declared outside menu)
PASS   : tst_QQuickMenu::Basic::disableWhenTriggered(Sub-MenuItem with no Action)
PASS   : tst_QQuickMenu::Basic::menuItemWidth(non-mirrored)
PASS   : tst_QQuickMenu::Basic::menuItemWidth(mirrored)
PASS   : tst_QQuickMenu::Basic::menuItemWidthAfterMenuWidthChanged(non-mirrored)
PASS   : tst_QQuickMenu::Basic::menuItemWidthAfterMenuWidthChanged(mirrored)
PASS   : tst_QQuickMenu::Basic::menuItemWidthAfterImplicitWidthChanged(non-mirrored)
PASS   : tst_QQuickMenu::Basic::menuItemWidthAfterImplicitWidthChanged(mirrored)
PASS   : tst_QQuickMenu::Basic::menuItemWidthAfterRetranslate()
PASS   : tst_QQuickMenu::Basic::giveMenuItemFocusOnButtonPress()
PASS   : tst_QQuickMenu::Basic::customMenuCullItems()
PASS   : tst_QQuickMenu::Basic::customMenuUseRepeaterAsTheContentItem()
PASS   : tst_QQuickMenu::Basic::invalidUrlInImgTag()
PASS   : tst_QQuickMenu::Basic::nativeStatic()
PASS   : tst_QQuickMenu::Basic::nativeDynamicActions()
PASS   : tst_QQuickMenu::Basic::nativeDynamicSubmenus()
PASS   : tst_QQuickMenu::Basic::nativeMenuSeparator()
PASS   : tst_QQuickMenu::Basic::AA_DontUseNativeMenuWindows()
SKIP   : tst_QQuickMenu::Basic::dontUseNativeMenuWindowsChanges() QTBUG-125967 This test will need to be fixed, by using popupType: Popup.Native instead of AA_DontUseNativeMenuWindows.
C:\Users\qt\work\qt\qtdeclarative\tests\auto\quickcontrols\qquickmenu\tst_qquickmenu.cpp(3095) : failure location
PASS   : tst_QQuickMenu::Basic::nativeMixedItems()
PASS   : tst_QQuickMenu::Basic::effectivePosition(Item)
PASS   : tst_QQuickMenu::Basic::effectivePosition(Window)
PASS   : tst_QQuickMenu::Basic::textPadding()
PASS   : tst_QQuickMenu::Basic::resetCurrentIndexUponPopup(Item)
PASS   : tst_QQuickMenu::Basic::resetCurrentIndexUponPopup(Window)
PASS   : tst_QQuickMenu::Basic::mousePropagationWithinPopup()
PASS   : tst_QQuickMenu::Basic::shortcutInNestedSubMenuAction()
PASS   : tst_QQuickMenu::Basic::animationOnHeight()
PASS   : tst_QQuickMenu::Basic::dontDeleteDelegates()
PASS   : tst_QQuickMenu::Basic::loadMenuAsynchronously()
PASS   : tst_QQuickMenu::Basic::cleanupTestCase()
PASS   : tst_QQuickMenu::Fusion::initTestCase()
PASS   : tst_QQuickMenu::Fusion::defaults()
PASS   : tst_QQuickMenu::Fusion::count()
PASS   : tst_QQuickMenu::Fusion::mouse(Popup.Item)
PASS   : tst_QQuickMenu::Fusion::mouse(Popup.Window)
PASS   : tst_QQuickMenu::Fusion::pressAndHold()
PASS   : tst_QQuickMenu::Fusion::contextMenuKeyboard(Popup.Item)
PASS   : tst_QQuickMenu::Fusion::contextMenuKeyboard(Popup.Window)
PASS   : tst_QQuickMenu::Fusion::disabledMenuItemKeyNavigation()
PASS   : tst_QQuickMenu::Fusion::mnemonics()
PASS   : tst_QQuickMenu::Fusion::checkableMnemonics(checkable_enabled_action)
PASS   : tst_QQuickMenu::Fusion::checkableMnemonics(checkable_disabled_action)
PASS   : tst_QQuickMenu::Fusion::checkableMnemonics(uncheckable_enabled_action)
PASS   : tst_QQuickMenu::Fusion::checkableMnemonics(uncheckable_disabled_action)
PASS   : tst_QQuickMenu::Fusion::checkableMnemonics(checkable_enabled_menuItem)
PASS   : tst_QQuickMenu::Fusion::checkableMnemonics(checkable_disabled_menuItem)
PASS   : tst_QQuickMenu::Fusion::checkableMnemonics(uncheckable_enabled_menuItem)
PASS   : tst_QQuickMenu::Fusion::checkableMnemonics(uncheckable_disabled_menuItem)
PASS   : tst_QQuickMenu::Fusion::checkableMnemonics(checkable_enabled_subMenuItem)
PASS   : tst_QQuickMenu::Fusion::checkableMnemonics(checkable_disabled_subMenuItem)
PASS   : tst_QQuickMenu::Fusion::checkableMnemonics(uncheckable_enabled_subMenuItem)
PASS   : tst_QQuickMenu::Fusion::checkableMnemonics(uncheckable_disabled_subMenuItem)
PASS   : tst_QQuickMenu::Fusion::checkableMnemonics(checkable_enabled_subMenuAction)
PASS   : tst_QQuickMenu::Fusion::checkableMnemonics(checkable_disabled_subMenuAction)
PASS   : tst_QQuickMenu::Fusion::checkableMnemonics(uncheckable_enabled_subMenuAction)
PASS   : tst_QQuickMenu::Fusion::checkableMnemonics(uncheckable_disabled_subMenuAction)
PASS   : tst_QQuickMenu::Fusion::menuButton()
PASS   : tst_QQuickMenu::Fusion::addItem()
PASS   : tst_QQuickMenu::Fusion::menuSeparator()
PASS   : tst_QQuickMenu::Fusion::repeater()
PASS   : tst_QQuickMenu::Fusion::order()
PASS   : tst_QQuickMenu::Fusion::popup()
PASS   : tst_QQuickMenu::Fusion::openParentlessMenu()
PASS   : tst_QQuickMenu::Fusion::actions()
PASS   : tst_QQuickMenu::Fusion::actionShortcuts()
PASS   : tst_QQuickMenu::Fusion::removeTakeItem()
PASS   : tst_QQuickMenu::Fusion::subMenuMouse(cascading, in-scene)
PASS   : tst_QQuickMenu::Fusion::subMenuMouse(non-cascading, in-scene)
PASS   : tst_QQuickMenu::Fusion::subMenuMouse(cascading, popup windows)
PASS   : tst_QQuickMenu::Fusion::subMenuMouse(non-cascading, popup windows)
PASS   : tst_QQuickMenu::Fusion::subMenuDisabledMouse(cascading, in-scene)
PASS   : tst_QQuickMenu::Fusion::subMenuDisabledMouse(non-cascading, in-scene)
PASS   : tst_QQuickMenu::Fusion::subMenuDisabledMouse(cascading, popup windows)
PASS   : tst_QQuickMenu::Fusion::subMenuDisabledMouse(non-cascading, popup windows)
PASS   : tst_QQuickMenu::Fusion::subMenuKeyboard(cascading)
PASS   : tst_QQuickMenu::Fusion::subMenuKeyboard(cascading,mirrored)
PASS   : tst_QQuickMenu::Fusion::subMenuKeyboard(non-cascading)
PASS   : tst_QQuickMenu::Fusion::subMenuKeyboard(non-cascading,mirrored)
PASS   : tst_QQuickMenu::Fusion::subMenuDisabledKeyboard(cascading)
PASS   : tst_QQuickMenu::Fusion::subMenuDisabledKeyboard(cascading,mirrored)
PASS   : tst_QQuickMenu::Fusion::subMenuDisabledKeyboard(non-cascading)
PASS   : tst_QQuickMenu::Fusion::subMenuDisabledKeyboard(non-cascading,mirrored)
PASS   : tst_QQuickMenu::Fusion::subMenuPosition(cascading)
PASS   : tst_QQuickMenu::Fusion::subMenuPosition(cascading,flip)
PASS   : tst_QQuickMenu::Fusion::subMenuPosition(cascading,overlap)
PASS   : tst_QQuickMenu::Fusion::subMenuPosition(cascading,flip,overlap)
PASS   : tst_QQuickMenu::Fusion::subMenuPosition(cascading,mirrored)
PASS   : tst_QQuickMenu::Fusion::subMenuPosition(cascading,mirrored,flip)
PASS   : tst_QQuickMenu::Fusion::subMenuPosition(cascading,mirrored,overlap)
PASS   : tst_QQuickMenu::Fusion::subMenuPosition(cascading,mirrored,flip,overlap)
PASS   : tst_QQuickMenu::Fusion::subMenuPosition(non-cascading)
PASS   : tst_QQuickMenu::Fusion::subMenuFlipsPositionWhenOutOfBounds(PopupType::Item)
PASS   : tst_QQuickMenu::Fusion::subMenuFlipsPositionWhenOutOfBounds(PopupType::Window)
PASS   : tst_QQuickMenu::Fusion::subMenuWithIcon()
PASS   : tst_QQuickMenu::Fusion::addRemoveSubMenus()
PASS   : tst_QQuickMenu::Fusion::subMenuPopupType()
PASS   : tst_QQuickMenu::Fusion::scrollable(Window)
PASS   : tst_QQuickMenu::Fusion::scrollable(ApplicationWindow)
PASS   : tst_QQuickMenu::Fusion::scrollable(WithPadding)
PASS   : tst_QQuickMenu::Fusion::scrollable(FixedHeight)
PASS   : tst_QQuickMenu::Fusion::disableWhenTriggered(Action)
PASS   : tst_QQuickMenu::Fusion::disableWhenTriggered(MenuItem with Action)
PASS   : tst_QQuickMenu::Fusion::disableWhenTriggered(MenuItem with Action declared outside menu)
PASS   : tst_QQuickMenu::Fusion::disableWhenTriggered(MenuItem with no Action)
PASS   : tst_QQuickMenu::Fusion::disableWhenTriggered(Sub-Action)
PASS   : tst_QQuickMenu::Fusion::disableWhenTriggered(Sub-MenuItem with Action declared inside)
PASS   : tst_QQuickMenu::Fusion::disableWhenTriggered(Sub-MenuItem with Action declared outside menu)
PASS   : tst_QQuickMenu::Fusion::disableWhenTriggered(Sub-MenuItem with no Action)
PASS   : tst_QQuickMenu::Fusion::menuItemWidth(non-mirrored)
PASS   : tst_QQuickMenu::Fusion::menuItemWidth(mirrored)
PASS   : tst_QQuickMenu::Fusion::menuItemWidthAfterMenuWidthChanged(non-mirrored)
PASS   : tst_QQuickMenu::Fusion::menuItemWidthAfterMenuWidthChanged(mirrored)
PASS   : tst_QQuickMenu::Fusion::menuItemWidthAfterImplicitWidthChanged(non-mirrored)
PASS   : tst_QQuickMenu::Fusion::menuItemWidthAfterImplicitWidthChanged(mirrored)
PASS   : tst_QQuickMenu::Fusion::menuItemWidthAfterRetranslate()
PASS   : tst_QQuickMenu::Fusion::giveMenuItemFocusOnButtonPress()
PASS   : tst_QQuickMenu::Fusion::customMenuCullItems()
PASS   : tst_QQuickMenu::Fusion::customMenuUseRepeaterAsTheContentItem()
PASS   : tst_QQuickMenu::Fusion::invalidUrlInImgTag()
PASS   : tst_QQuickMenu::Fusion::nativeStatic()
PASS   : tst_QQuickMenu::Fusion::nativeDynamicActions()
PASS   : tst_QQuickMenu::Fusion::nativeDynamicSubmenus()
PASS   : tst_QQuickMenu::Fusion::nativeMenuSeparator()
PASS   : tst_QQuickMenu::Fusion::AA_DontUseNativeMenuWindows()
SKIP   : tst_QQuickMenu::Fusion::dontUseNativeMenuWindowsChanges() QTBUG-125967 This test will need to be fixed, by using popupType: Popup.Native instead of AA_DontUseNativeMenuWindows.
C:\Users\qt\work\qt\qtdeclarative\tests\auto\quickcontrols\qquickmenu\tst_qquickmenu.cpp(3095) : failure location
PASS   : tst_QQuickMenu::Fusion::nativeMixedItems()
PASS   : tst_QQuickMenu::Fusion::effectivePosition(Item)
PASS   : tst_QQuickMenu::Fusion::effectivePosition(Window)
PASS   : tst_QQuickMenu::Fusion::textPadding()
PASS   : tst_QQuickMenu::Fusion::resetCurrentIndexUponPopup(Item)
PASS   : tst_QQuickMenu::Fusion::resetCurrentIndexUponPopup(Window)
PASS   : tst_QQuickMenu::Fusion::mousePropagationWithinPopup()
PASS   : tst_QQuickMenu::Fusion::shortcutInNestedSubMenuAction()
PASS   : tst_QQuickMenu::Fusion::animationOnHeight()
PASS   : tst_QQuickMenu::Fusion::dontDeleteDelegates()
PASS   : tst_QQuickMenu::Fusion::loadMenuAsynchronously()
PASS   : tst_QQuickMenu::Fusion::cleanupTestCase()
PASS   : tst_QQuickMenu::FluentWinUI3::initTestCase()
PASS   : tst_QQuickMenu::FluentWinUI3::defaults()
PASS   : tst_QQuickMenu::FluentWinUI3::count()
PASS   : tst_QQuickMenu::FluentWinUI3::mouse(Popup.Item)
PASS   : tst_QQuickMenu::FluentWinUI3::mouse(Popup.Window)
PASS   : tst_QQuickMenu::FluentWinUI3::pressAndHold()
PASS   : tst_QQuickMenu::FluentWinUI3::contextMenuKeyboard(Popup.Item)
PASS   : tst_QQuickMenu::FluentWinUI3::contextMenuKeyboard(Popup.Window)
PASS   : tst_QQuickMenu::FluentWinUI3::disabledMenuItemKeyNavigation()
PASS   : tst_QQuickMenu::FluentWinUI3::mnemonics()
PASS   : tst_QQuickMenu::FluentWinUI3::checkableMnemonics(checkable_enabled_action)
PASS   : tst_QQuickMenu::FluentWinUI3::checkableMnemonics(checkable_disabled_action)
PASS   : tst_QQuickMenu::FluentWinUI3::checkableMnemonics(uncheckable_enabled_action)
PASS   : tst_QQuickMenu::FluentWinUI3::checkableMnemonics(uncheckable_disabled_action)
PASS   : tst_QQuickMenu::FluentWinUI3::checkableMnemonics(checkable_enabled_menuItem)
PASS   : tst_QQuickMenu::FluentWinUI3::checkableMnemonics(checkable_disabled_menuItem)
PASS   : tst_QQuickMenu::FluentWinUI3::checkableMnemonics(uncheckable_enabled_menuItem)
PASS   : tst_QQuickMenu::FluentWinUI3::checkableMnemonics(uncheckable_disabled_menuItem)
PASS   : tst_QQuickMenu::FluentWinUI3::checkableMnemonics(checkable_enabled_subMenuItem)
PASS   : tst_QQuickMenu::FluentWinUI3::checkableMnemonics(checkable_disabled_subMenuItem)
PASS   : tst_QQuickMenu::FluentWinUI3::checkableMnemonics(uncheckable_enabled_subMenuItem)
PASS   : tst_QQuickMenu::FluentWinUI3::checkableMnemonics(uncheckable_disabled_subMenuItem)
PASS   : tst_QQuickMenu::FluentWinUI3::checkableMnemonics(checkable_enabled_subMenuAction)
PASS   : tst_QQuickMenu::FluentWinUI3::checkableMnemonics(checkable_disabled_subMenuAction)
PASS   : tst_QQuickMenu::FluentWinUI3::checkableMnemonics(uncheckable_enabled_subMenuAction)
PASS   : tst_QQuickMenu::FluentWinUI3::checkableMnemonics(uncheckable_disabled_subMenuAction)
PASS   : tst_QQuickMenu::FluentWinUI3::menuButton()
PASS   : tst_QQuickMenu::FluentWinUI3::addItem()
PASS   : tst_QQuickMenu::FluentWinUI3::menuSeparator()
PASS   : tst_QQuickMenu::FluentWinUI3::repeater()
PASS   : tst_QQuickMenu::FluentWinUI3::order()
PASS   : tst_QQuickMenu::FluentWinUI3::popup()
PASS   : tst_QQuickMenu::FluentWinUI3::openParentlessMenu()
PASS   : tst_QQuickMenu::FluentWinUI3::actions()
PASS   : tst_QQuickMenu::FluentWinUI3::actionShortcuts()
PASS   : tst_QQuickMenu::FluentWinUI3::removeTakeItem()
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuMouse(cascading, in-scene)
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuMouse(non-cascading, in-scene)
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuMouse(cascading, popup windows)
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuMouse(non-cascading, popup windows)
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuDisabledMouse(cascading, in-scene)
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuDisabledMouse(non-cascading, in-scene)
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuDisabledMouse(cascading, popup windows)
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuDisabledMouse(non-cascading, popup windows)
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuKeyboard(cascading)
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuKeyboard(cascading,mirrored)
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuKeyboard(non-cascading)
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuKeyboard(non-cascading,mirrored)
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuDisabledKeyboard(cascading)
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuDisabledKeyboard(cascading,mirrored)
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuDisabledKeyboard(non-cascading)
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuDisabledKeyboard(non-cascading,mirrored)
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuPosition(cascading)
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuPosition(cascading,flip)
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuPosition(cascading,overlap)
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuPosition(cascading,flip,overlap)
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuPosition(cascading,mirrored)
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuPosition(cascading,mirrored,flip)
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuPosition(cascading,mirrored,overlap)
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuPosition(cascading,mirrored,flip,overlap)
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuPosition(non-cascading)
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuFlipsPositionWhenOutOfBounds(PopupType::Item)
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuFlipsPositionWhenOutOfBounds(PopupType::Window)
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuWithIcon()
PASS   : tst_QQuickMenu::FluentWinUI3::addRemoveSubMenus()
PASS   : tst_QQuickMenu::FluentWinUI3::subMenuPopupType()
PASS   : tst_QQuickMenu::FluentWinUI3::scrollable(Window)
PASS   : tst_QQuickMenu::FluentWinUI3::scrollable(ApplicationWindow)
PASS   : tst_QQuickMenu::FluentWinUI3::scrollable(WithPadding)
PASS   : tst_QQuickMenu::FluentWinUI3::scrollable(FixedHeight)
PASS   : tst_QQuickMenu::FluentWinUI3::disableWhenTriggered(Action)
PASS   : tst_QQuickMenu::FluentWinUI3::disableWhenTriggered(MenuItem with Action)
PASS   : tst_QQuickMenu::FluentWinUI3::disableWhenTriggered(MenuItem with Action declared outside menu)
PASS   : tst_QQuickMenu::FluentWinUI3::disableWhenTriggered(MenuItem with no Action)
PASS   : tst_QQuickMenu::FluentWinUI3::disableWhenTriggered(Sub-Action)
PASS   : tst_QQuickMenu::FluentWinUI3::disableWhenTriggered(Sub-MenuItem with Action declared inside)
PASS   : tst_QQuickMenu::FluentWinUI3::disableWhenTriggered(Sub-MenuItem with Action declared outside menu)
PASS   : tst_QQuickMenu::FluentWinUI3::disableWhenTriggered(Sub-MenuItem with no Action)
PASS   : tst_QQuickMenu::FluentWinUI3::menuItemWidth(non-mirrored)
PASS   : tst_QQuickMenu::FluentWinUI3::menuItemWidth(mirrored)
PASS   : tst_QQuickMenu::FluentWinUI3::menuItemWidthAfterMenuWidthChanged(non-mirrored)
PASS   : tst_QQuickMenu::FluentWinUI3::menuItemWidthAfterMenuWidthChanged(mirrored)
PASS   : tst_QQuickMenu::FluentWinUI3::menuItemWidthAfterImplicitWidthChanged(non-mirrored)
PASS   : tst_QQuickMenu::FluentWinUI3::menuItemWidthAfterImplicitWidthChanged(mirrored)
PASS   : tst_QQuickMenu::FluentWinUI3::menuItemWidthAfterRetranslate()
PASS   : tst_QQuickMenu::FluentWinUI3::giveMenuItemFocusOnButtonPress()
PASS   : tst_QQuickMenu::FluentWinUI3::customMenuCullItems()
PASS   : tst_QQuickMenu::FluentWinUI3::customMenuUseRepeaterAsTheContentItem()
PASS   : tst_QQuickMenu::FluentWinUI3::invalidUrlInImgTag()
PASS   : tst_QQuickMenu::FluentWinUI3::nativeStatic()
PASS   : tst_QQuickMenu::FluentWinUI3::nativeDynamicActions()
PASS   : tst_QQuickMenu::FluentWinUI3::nativeDynamicSubmenus()
PASS   : tst_QQuickMenu::FluentWinUI3::nativeMenuSeparator()
PASS   : tst_QQuickMenu::FluentWinUI3::AA_DontUseNativeMenuWindows()
SKIP   : tst_QQuickMenu::FluentWinUI3::dontUseNativeMenuWindowsChanges() QTBUG-125967 This test will need to be fixed, by using popupType: Popup.Native instead of AA_DontUseNativeMenuWindows.
C:\Users\qt\work\qt\qtdeclarative\tests\auto\quickcontrols\qquickmenu\tst_qquickmenu.cpp(3095) : failure location
PASS   : tst_QQuickMenu::FluentWinUI3::nativeMixedItems()
PASS   : tst_QQuickMenu::FluentWinUI3::effectivePosition(Item)
PASS   : tst_QQuickMenu::FluentWinUI3::effectivePosition(Window)
PASS   : tst_QQuickMenu::FluentWinUI3::textPadding()
PASS   : tst_QQuickMenu::FluentWinUI3::resetCurrentIndexUponPopup(Item)
PASS   : tst_QQuickMenu::FluentWinUI3::resetCurrentIndexUponPopup(Window)
PASS   : tst_QQuickMenu::FluentWinUI3::mousePropagationWithinPopup()
PASS   : tst_QQuickMenu::FluentWinUI3::shortcutInNestedSubMenuAction()
PASS   : tst_QQuickMenu::FluentWinUI3::animationOnHeight()
PASS   : tst_QQuickMenu::FluentWinUI3::dontDeleteDelegates()
PASS   : tst_QQuickMenu::FluentWinUI3::loadMenuAsynchronously()
PASS   : tst_QQuickMenu::FluentWinUI3::cleanupTestCase()
PASS   : tst_QQuickMenu::Imagine::initTestCase()
PASS   : tst_QQuickMenu::Imagine::defaults()
PASS   : tst_QQuickMenu::Imagine::count()
PASS   : tst_QQuickMenu::Imagine::mouse(Popup.Item)
PASS   : tst_QQuickMenu::Imagine::mouse(Popup.Window)
PASS   : tst_QQuickMenu::Imagine::pressAndHold()
PASS   : tst_QQuickMenu::Imagine::contextMenuKeyboard(Popup.Item)
PASS   : tst_QQuickMenu::Imagine::contextMenuKeyboard(Popup.Window)
PASS   : tst_QQuickMenu::Imagine::disabledMenuItemKeyNavigation()
PASS   : tst_QQuickMenu::Imagine::mnemonics()
PASS   : tst_QQuickMenu::Imagine::checkableMnemonics(checkable_enabled_action)
PASS   : tst_QQuickMenu::Imagine::checkableMnemonics(checkable_disabled_action)
PASS   : tst_QQuickMenu::Imagine::checkableMnemonics(uncheckable_enabled_action)
PASS   : tst_QQuickMenu::Imagine::checkableMnemonics(uncheckable_disabled_action)
PASS   : tst_QQuickMenu::Imagine::checkableMnemonics(checkable_enabled_menuItem)
PASS   : tst_QQuickMenu::Imagine::checkableMnemonics(checkable_disabled_menuItem)
PASS   : tst_QQuickMenu::Imagine::checkableMnemonics(uncheckable_enabled_menuItem)
PASS   : tst_QQuickMenu::Imagine::checkableMnemonics(uncheckable_disabled_menuItem)
PASS   : tst_QQuickMenu::Imagine::checkableMnemonics(checkable_enabled_subMenuItem)
PASS   : tst_QQuickMenu::Imagine::checkableMnemonics(checkable_disabled_subMenuItem)
PASS   : tst_QQuickMenu::Imagine::checkableMnemonics(uncheckable_enabled_subMenuItem)
PASS   : tst_QQuickMenu::Imagine::checkableMnemonics(uncheckable_disabled_subMenuItem)
PASS   : tst_QQuickMenu::Imagine::checkableMnemonics(checkable_enabled_subMenuAction)
PASS   : tst_QQuickMenu::Imagine::checkableMnemonics(checkable_disabled_subMenuAction)
PASS   : tst_QQuickMenu::Imagine::checkableMnemonics(uncheckable_enabled_subMenuAction)
PASS   : tst_QQuickMenu::Imagine::checkableMnemonics(uncheckable_disabled_subMenuAction)
PASS   : tst_QQuickMenu::Imagine::menuButton()
PASS   : tst_QQuickMenu::Imagine::addItem()
PASS   : tst_QQuickMenu::Imagine::menuSeparator()
PASS   : tst_QQuickMenu::Imagine::repeater()
PASS   : tst_QQuickMenu::Imagine::order()
PASS   : tst_QQuickMenu::Imagine::popup()
PASS   : tst_QQuickMenu::Imagine::openParentlessMenu()
PASS   : tst_QQuickMenu::Imagine::actions()
PASS   : tst_QQuickMenu::Imagine::actionShortcuts()
PASS   : tst_QQuickMenu::Imagine::removeTakeItem()
PASS   : tst_QQuickMenu::Imagine::subMenuMouse(cascading, in-scene)
PASS   : tst_QQuickMenu::Imagine::subMenuMouse(non-cascading, in-scene)
PASS   : tst_QQuickMenu::Imagine::subMenuMouse(cascading, popup windows)
PASS   : tst_QQuickMenu::Imagine::subMenuMouse(non-cascading, popup windows)
PASS   : tst_QQuickMenu::Imagine::subMenuDisabledMouse(cascading, in-scene)
PASS   : tst_QQuickMenu::Imagine::subMenuDisabledMouse(non-cascading, in-scene)
PASS   : tst_QQuickMenu::Imagine::subMenuDisabledMouse(cascading, popup windows)
PASS   : tst_QQuickMenu::Imagine::subMenuDisabledMouse(non-cascading, popup windows)
PASS   : tst_QQuickMenu::Imagine::subMenuKeyboard(cascading)
PASS   : tst_QQuickMenu::Imagine::subMenuKeyboard(cascading,mirrored)
PASS   : tst_QQuickMenu::Imagine::subMenuKeyboard(non-cascading)
PASS   : tst_QQuickMenu::Imagine::subMenuKeyboard(non-cascading,mirrored)
PASS   : tst_QQuickMenu::Imagine::subMenuDisabledKeyboard(cascading)
PASS   : tst_QQuickMenu::Imagine::subMenuDisabledKeyboard(cascading,mirrored)
PASS   : tst_QQuickMenu::Imagine::subMenuDisabledKeyboard(non-cascading)
PASS   : tst_QQuickMenu::Imagine::subMenuDisabledKeyboard(non-cascading,mirrored)
PASS   : tst_QQuickMenu::Imagine::subMenuPosition(cascading)
PASS   : tst_QQuickMenu::Imagine::subMenuPosition(cascading,flip)
PASS   : tst_QQuickMenu::Imagine::subMenuPosition(cascading,overlap)
PASS   : tst_QQuickMenu::Imagine::subMenuPosition(cascading,flip,overlap)
PASS   : tst_QQuickMenu::Imagine::subMenuPosition(cascading,mirrored)
PASS   : tst_QQuickMenu::Imagine::subMenuPosition(cascading,mirrored,flip)
PASS   : tst_QQuickMenu::Imagine::subMenuPosition(cascading,mirrored,overlap)
PASS   : tst_QQuickMenu::Imagine::subMenuPosition(cascading,mirrored,flip,overlap)
PASS   : tst_QQuickMenu::Imagine::subMenuPosition(non-cascading)
PASS   : tst_QQuickMenu::Imagine::subMenuFlipsPositionWhenOutOfBounds(PopupType::Item)
PASS   : tst_QQuickMenu::Imagine::subMenuFlipsPositionWhenOutOfBounds(PopupType::Window)
PASS   : tst_QQuickMenu::Imagine::subMenuWithIcon()
PASS   : tst_QQuickMenu::Imagine::addRemoveSubMenus()
PASS   : tst_QQuickMenu::Imagine::subMenuPopupType()
PASS   : tst_QQuickMenu::Imagine::scrollable(Window)
PASS   : tst_QQuickMenu::Imagine::scrollable(ApplicationWindow)
PASS   : tst_QQuickMenu::Imagine::scrollable(WithPadding)
PASS   : tst_QQuickMenu::Imagine::scrollable(FixedHeight)
PASS   : tst_QQuickMenu::Imagine::disableWhenTriggered(Action)
PASS   : tst_QQuickMenu::Imagine::disableWhenTriggered(MenuItem with Action)
PASS   : tst_QQuickMenu::Imagine::disableWhenTriggered(MenuItem with Action declared outside menu)
PASS   : tst_QQuickMenu::Imagine::disableWhenTriggered(MenuItem with no Action)
PASS   : tst_QQuickMenu::Imagine::disableWhenTriggered(Sub-Action)
PASS   : tst_QQuickMenu::Imagine::disableWhenTriggered(Sub-MenuItem with Action declared inside)
PASS   : tst_QQuickMenu::Imagine::disableWhenTriggered(Sub-MenuItem with Action declared outside menu)
PASS   : tst_QQuickMenu::Imagine::disableWhenTriggered(Sub-MenuItem with no Action)
PASS   : tst_QQuickMenu::Imagine::menuItemWidth(non-mirrored)
PASS   : tst_QQuickMenu::Imagine::menuItemWidth(mirrored)
PASS   : tst_QQuickMenu::Imagine::menuItemWidthAfterMenuWidthChanged(non-mirrored)
PASS   : tst_QQuickMenu::Imagine::menuItemWidthAfterMenuWidthChanged(mirrored)
PASS   : tst_QQuickMenu::Imagine::menuItemWidthAfterImplicitWidthChanged(non-mirrored)
PASS   : tst_QQuickMenu::Imagine::menuItemWidthAfterImplicitWidthChanged(mirrored)
PASS   : tst_QQuickMenu::Imagine::menuItemWidthAfterRetranslate()
PASS   : tst_QQuickMenu::Imagine::giveMenuItemFocusOnButtonPress()
PASS   : tst_QQuickMenu::Imagine::customMenuCullItems()
PASS   : tst_QQuickMenu::Imagine::customMenuUseRepeaterAsTheContentItem()
PASS   : tst_QQuickMenu::Imagine::invalidUrlInImgTag()
PASS   : tst_QQuickMenu::Imagine::nativeStatic()
PASS   : tst_QQuickMenu::Imagine::nativeDynamicActions()
PASS   : tst_QQuickMenu::Imagine::nativeDynamicSubmenus()
PASS   : tst_QQuickMenu::Imagine::nativeMenuSeparator()
PASS   : tst_QQuickMenu::Imagine::AA_DontUseNativeMenuWindows()
SKIP   : tst_QQuickMenu::Imagine::dontUseNativeMenuWindowsChanges() QTBUG-125967 This test will need to be fixed, by using popupType: Popup.Native instead of AA_DontUseNativeMenuWindows.
C:\Users\qt\work\qt\qtdeclarative\tests\auto\quickcontrols\qquickmenu\tst_qquickmenu.cpp(3095) : failure location
PASS   : tst_QQuickMenu::Imagine::nativeMixedItems()
PASS   : tst_QQuickMenu::Imagine::effectivePosition(Item)
PASS   : tst_QQuickMenu::Imagine::effectivePosition(Window)
PASS   : tst_QQuickMenu::Imagine::textPadding()
PASS   : tst_QQuickMenu::Imagine::resetCurrentIndexUponPopup(Item)
PASS   : tst_QQuickMenu::Imagine::resetCurrentIndexUponPopup(Window)
PASS   : tst_QQuickMenu::Imagine::mousePropagationWithinPopup()
PASS   : tst_QQuickMenu::Imagine::shortcutInNestedSubMenuAction()
PASS   : tst_QQuickMenu::Imagine::animationOnHeight()
PASS   : tst_QQuickMenu::Imagine::dontDeleteDelegates()
PASS   : tst_QQuickMenu::Imagine::loadMenuAsynchronously()
PASS   : tst_QQuickMenu::Imagine::cleanupTestCase()
PASS   : tst_QQuickMenu::Material::initTestCase()
PASS   : tst_QQuickMenu::Material::defaults()
PASS   : tst_QQuickMenu::Material::count()
PASS   : tst_QQuickMenu::Material::mouse(Popup.Item)
PASS   : tst_QQuickMenu::Material::mouse(Popup.Window)
PASS   : tst_QQuickMenu::Material::pressAndHold()
PASS   : tst_QQuickMenu::Material::contextMenuKeyboard(Popup.Item)
PASS   : tst_QQuickMenu::Material::contextMenuKeyboard(Popup.Window)
PASS   : tst_QQuickMenu::Material::disabledMenuItemKeyNavigation()
PASS   : tst_QQuickMenu::Material::mnemonics()
PASS   : tst_QQuickMenu::Material::checkableMnemonics(checkable_enabled_action)
PASS   : tst_QQuickMenu::Material::checkableMnemonics(checkable_disabled_action)
PASS   : tst_QQuickMenu::Material::checkableMnemonics(uncheckable_enabled_action)
PASS   : tst_QQuickMenu::Material::checkableMnemonics(uncheckable_disabled_action)
PASS   : tst_QQuickMenu::Material::checkableMnemonics(checkable_enabled_menuItem)
PASS   : tst_QQuickMenu::Material::checkableMnemonics(checkable_disabled_menuItem)
PASS   : tst_QQuickMenu::Material::checkableMnemonics(uncheckable_enabled_menuItem)
PASS   : tst_QQuickMenu::Material::checkableMnemonics(uncheckable_disabled_menuItem)
PASS   : tst_QQuickMenu::Material::checkableMnemonics(checkable_enabled_subMenuItem)
PASS   : tst_QQuickMenu::Material::checkableMnemonics(checkable_disabled_subMenuItem)
PASS   : tst_QQuickMenu::Material::checkableMnemonics(uncheckable_enabled_subMenuItem)
PASS   : tst_QQuickMenu::Material::checkableMnemonics(uncheckable_disabled_subMenuItem)
PASS   : tst_QQuickMenu::Material::checkableMnemonics(checkable_enabled_subMenuAction)
PASS   : tst_QQuickMenu::Material::checkableMnemonics(checkable_disabled_subMenuAction)
PASS   : tst_QQuickMenu::Material::checkableMnemonics(uncheckable_enabled_subMenuAction)
PASS   : tst_QQuickMenu::Material::checkableMnemonics(uncheckable_disabled_subMenuAction)
PASS   : tst_QQuickMenu::Material::menuButton()
PASS   : tst_QQuickMenu::Material::addItem()
PASS   : tst_QQuickMenu::Material::menuSeparator()
PASS   : tst_QQuickMenu::Material::repeater()
PASS   : tst_QQuickMenu::Material::order()
PASS   : tst_QQuickMenu::Material::popup()
PASS   : tst_QQuickMenu::Material::openParentlessMenu()
PASS   : tst_QQuickMenu::Material::actions()
PASS   : tst_QQuickMenu::Material::actionShortcuts()
PASS   : tst_QQuickMenu::Material::removeTakeItem()
PASS   : tst_QQuickMenu::Material::subMenuMouse(cascading, in-scene)
PASS   : tst_QQuickMenu::Material::subMenuMouse(non-cascading, in-scene)
PASS   : tst_QQuickMenu::Material::subMenuMouse(cascading, popup windows)
PASS   : tst_QQuickMenu::Material::subMenuMouse(non-cascading, popup windows)
PASS   : tst_QQuickMenu::Material::subMenuDisabledMouse(cascading, in-scene)
PASS   : tst_QQuickMenu::Material::subMenuDisabledMouse(non-cascading, in-scene)
PASS   : tst_QQuickMenu::Material::subMenuDisabledMouse(cascading, popup windows)
PASS   : tst_QQuickMenu::Material::subMenuDisabledMouse(non-cascading, popup windows)
PASS   : tst_QQuickMenu::Material::subMenuKeyboard(cascading)
PASS   : tst_QQuickMenu::Material::subMenuKeyboard(cascading,mirrored)
PASS   : tst_QQuickMenu::Material::subMenuKeyboard(non-cascading)
PASS   : tst_QQuickMenu::Material::subMenuKeyboard(non-cascading,mirrored)
PASS   : tst_QQuickMenu::Material::subMenuDisabledKeyboard(cascading)
PASS   : tst_QQuickMenu::Material::subMenuDisabledKeyboard(cascading,mirrored)
PASS   : tst_QQuickMenu::Material::subMenuDisabledKeyboard(non-cascading)
PASS   : tst_QQuickMenu::Material::subMenuDisabledKeyboard(non-cascading,mirrored)
PASS   : tst_QQuickMenu::Material::subMenuPosition(cascading)
PASS   : tst_QQuickMenu::Material::subMenuPosition(cascading,flip)
PASS   : tst_QQuickMenu::Material::subMenuPosition(cascading,overlap)
PASS   : tst_QQuickMenu::Material::subMenuPosition(cascading,flip,overlap)
PASS   : tst_QQuickMenu::Material::subMenuPosition(cascading,mirrored)
PASS   : tst_QQuickMenu::Material::subMenuPosition(cascading,mirrored,flip)
PASS   : tst_QQuickMenu::Material::subMenuPosition(cascading,mirrored,overlap)
PASS   : tst_QQuickMenu::Material::subMenuPosition(cascading,mirrored,flip,overlap)
PASS   : tst_QQuickMenu::Material::subMenuPosition(non-cascading)
PASS   : tst_QQuickMenu::Material::subMenuFlipsPositionWhenOutOfBounds(PopupType::Item)
PASS   : tst_QQuickMenu::Material::subMenuFlipsPositionWhenOutOfBounds(PopupType::Window)
PASS   : tst_QQuickMenu::Material::subMenuWithIcon()
PASS   : tst_QQuickMenu::Material::addRemoveSubMenus()
PASS   : tst_QQuickMenu::Material::subMenuPopupType()
PASS   : tst_QQuickMenu::Material::scrollable(Window)
PASS   : tst_QQuickMenu::Material::scrollable(ApplicationWindow)
PASS   : tst_QQuickMenu::Material::scrollable(WithPadding)
PASS   : tst_QQuickMenu::Material::scrollable(FixedHeight)
PASS   : tst_QQuickMenu::Material::disableWhenTriggered(Action)
PASS   : tst_QQuickMenu::Material::disableWhenTriggered(MenuItem with Action)
PASS   : tst_QQuickMenu::Material::disableWhenTriggered(MenuItem with Action declared outside menu)
PASS   : tst_QQuickMenu::Material::disableWhenTriggered(MenuItem with no Action)
PASS   : tst_QQuickMenu::Material::disableWhenTriggered(Sub-Action)
PASS   : tst_QQuickMenu::Material::disableWhenTriggered(Sub-MenuItem with Action declared inside)
PASS   : tst_QQuickMenu::Material::disableWhenTriggered(Sub-MenuItem with Action declared outside menu)
PASS   : tst_QQuickMenu::Material::disableWhenTriggered(Sub-MenuItem with no Action)
PASS   : tst_QQuickMenu::Material::menuItemWidth(non-mirrored)
PASS   : tst_QQuickMenu::Material::menuItemWidth(mirrored)
PASS   : tst_QQuickMenu::Material::menuItemWidthAfterMenuWidthChanged(non-mirrored)
PASS   : tst_QQuickMenu::Material::menuItemWidthAfterMenuWidthChanged(mirrored)
PASS   : tst_QQuickMenu::Material::menuItemWidthAfterImplicitWidthChanged(non-mirrored)
PASS   : tst_QQuickMenu::Material::menuItemWidthAfterImplicitWidthChanged(mirrored)
PASS   : tst_QQuickMenu::Material::menuItemWidthAfterRetranslate()
PASS   : tst_QQuickMenu::Material::giveMenuItemFocusOnButtonPress()
PASS   : tst_QQuickMenu::Material::customMenuCullItems()
PASS   : tst_QQuickMenu::Material::customMenuUseRepeaterAsTheContentItem()
PASS   : tst_QQuickMenu::Material::invalidUrlInImgTag()
PASS   : tst_QQuickMenu::Material::nativeStatic()
PASS   : tst_QQuickMenu::Material::nativeDynamicActions()
PASS   : tst_QQuickMenu::Material::nativeDynamicSubmenus()
PASS   : tst_QQuickMenu::Material::nativeMenuSeparator()
PASS   : tst_QQuickMenu::Material::AA_DontUseNativeMenuWindows()
SKIP   : tst_QQuickMenu::Material::dontUseNativeMenuWindowsChanges() QTBUG-125967 This test will need to be fixed, by using popupType: Popup.Native instead of AA_DontUseNativeMenuWindows.
C:\Users\qt\work\qt\qtdeclarative\tests\auto\quickcontrols\qquickmenu\tst_qquickmenu.cpp(3095) : failure location
PASS   : tst_QQuickMenu::Material::nativeMixedItems()
PASS   : tst_QQuickMenu::Material::effectivePosition(Item)
PASS   : tst_QQuickMenu::Material::effectivePosition(Window)
PASS   : tst_QQuickMenu::Material::textPadding()
PASS   : tst_QQuickMenu::Material::resetCurrentIndexUponPopup(Item)
PASS   : tst_QQuickMenu::Material::resetCurrentIndexUponPopup(Window)
PASS   : tst_QQuickMenu::Material::mousePropagationWithinPopup()
PASS   : tst_QQuickMenu::Material::shortcutInNestedSubMenuAction()
PASS   : tst_QQuickMenu::Material::animationOnHeight()
PASS   : tst_QQuickMenu::Material::dontDeleteDelegates()
PASS   : tst_QQuickMenu::Material::loadMenuAsynchronously()
PASS   : tst_QQuickMenu::Material::cleanupTestCase()
PASS   : tst_QQuickMenu::Universal::initTestCase()
PASS   : tst_QQuickMenu::Universal::defaults()
PASS   : tst_QQuickMenu::Universal::count()
PASS   : tst_QQuickMenu::Universal::mouse(Popup.Item)
PASS   : tst_QQuickMenu::Universal::mouse(Popup.Window)
PASS   : tst_QQuickMenu::Universal::pressAndHold()
PASS   : tst_QQuickMenu::Universal::contextMenuKeyboard(Popup.Item)
PASS   : tst_QQuickMenu::Universal::contextMenuKeyboard(Popup.Window)
PASS   : tst_QQuickMenu::Universal::disabledMenuItemKeyNavigation()
PASS   : tst_QQuickMenu::Universal::mnemonics()
PASS   : tst_QQuickMenu::Universal::checkableMnemonics(checkable_enabled_action)
PASS   : tst_QQuickMenu::Universal::checkableMnemonics(checkable_disabled_action)
PASS   : tst_QQuickMenu::Universal::checkableMnemonics(uncheckable_enabled_action)
PASS   : tst_QQuickMenu::Universal::checkableMnemonics(uncheckable_disabled_action)
PASS   : tst_QQuickMenu::Universal::checkableMnemonics(checkable_enabled_menuItem)
PASS   : tst_QQuickMenu::Universal::checkableMnemonics(checkable_disabled_menuItem)
PASS   : tst_QQuickMenu::Universal::checkableMnemonics(uncheckable_enabled_menuItem)
PASS   : tst_QQuickMenu::Universal::checkableMnemonics(uncheckable_disabled_menuItem)
PASS   : tst_QQuickMenu::Universal::checkableMnemonics(checkable_enabled_subMenuItem)
PASS   : tst_QQuickMenu::Universal::checkableMnemonics(checkable_disabled_subMenuItem)
PASS   : tst_QQuickMenu::Universal::checkableMnemonics(uncheckable_enabled_subMenuItem)
PASS   : tst_QQuickMenu::Universal::checkableMnemonics(uncheckable_disabled_subMenuItem)
PASS   : tst_QQuickMenu::Universal::checkableMnemonics(checkable_enabled_subMenuAction)
PASS   : tst_QQuickMenu::Universal::checkableMnemonics(checkable_disabled_subMenuAction)
PASS   : tst_QQuickMenu::Universal::checkableMnemonics(uncheckable_enabled_subMenuAction)
PASS   : tst_QQuickMenu::Universal::checkableMnemonics(uncheckable_disabled_subMenuAction)
PASS   : tst_QQuickMenu::Universal::menuButton()
PASS   : tst_QQuickMenu::Universal::addItem()
PASS   : tst_QQuickMenu::Universal::menuSeparator()
PASS   : tst_QQuickMenu::Universal::repeater()
PASS   : tst_QQuickMenu::Universal::order()
PASS   : tst_QQuickMenu::Universal::popup()
PASS   : tst_QQuickMenu::Universal::openParentlessMenu()
PASS   : tst_QQuickMenu::Universal::actions()
PASS   : tst_QQuickMenu::Universal::actionShortcuts()
PASS   : tst_QQuickMenu::Universal::removeTakeItem()
PASS   : tst_QQuickMenu::Universal::subMenuMouse(cascading, in-scene)
PASS   : tst_QQuickMenu::Universal::subMenuMouse(non-cascading, in-scene)
PASS   : tst_QQuickMenu::Universal::subMenuMouse(cascading, popup windows)
PASS   : tst_QQuickMenu::Universal::subMenuMouse(non-cascading, popup windows)
PASS   : tst_QQuickMenu::Universal::subMenuDisabledMouse(cascading, in-scene)
PASS   : tst_QQuickMenu::Universal::subMenuDisabledMouse(non-cascading, in-scene)
PASS   : tst_QQuickMenu::Universal::subMenuDisabledMouse(cascading, popup windows)
PASS   : tst_QQuickMenu::Universal::subMenuDisabledMouse(non-cascading, popup windows)
PASS   : tst_QQuickMenu::Universal::subMenuKeyboard(cascading)
PASS   : tst_QQuickMenu::Universal::subMenuKeyboard(cascading,mirrored)
PASS   : tst_QQuickMenu::Universal::subMenuKeyboard(non-cascading)
PASS   : tst_QQuickMenu::Universal::subMenuKeyboard(non-cascading,mirrored)
PASS   : tst_QQuickMenu::Universal::subMenuDisabledKeyboard(cascading)
PASS   : tst_QQuickMenu::Universal::subMenuDisabledKeyboard(cascading,mirrored)
PASS   : tst_QQuickMenu::Universal::subMenuDisabledKeyboard(non-cascading)
PASS   : tst_QQuickMenu::Universal::subMenuDisabledKeyboard(non-cascading,mirrored)
PASS   : tst_QQuickMenu::Universal::subMenuPosition(cascading)
PASS   : tst_QQuickMenu::Universal::subMenuPosition(cascading,flip)
PASS   : tst_QQuickMenu::Universal::subMenuPosition(cascading,overlap)
PASS   : tst_QQuickMenu::Universal::subMenuPosition(cascading,flip,overlap)
PASS   : tst_QQuickMenu::Universal::subMenuPosition(cascading,mirrored)
PASS   : tst_QQuickMenu::Universal::subMenuPosition(cascading,mirrored,flip)
PASS   : tst_QQuickMenu::Universal::subMenuPosition(cascading,mirrored,overlap)
PASS   : tst_QQuickMenu::Universal::subMenuPosition(cascading,mirrored,flip,overlap)
PASS   : tst_QQuickMenu::Universal::subMenuPosition(non-cascading)
PASS   : tst_QQuickMenu::Universal::subMenuFlipsPositionWhenOutOfBounds(PopupType::Item)
PASS   : tst_QQuickMenu::Universal::subMenuFlipsPositionWhenOutOfBounds(PopupType::Window)
PASS   : tst_QQuickMenu::Universal::subMenuWithIcon()
PASS   : tst_QQuickMenu::Universal::addRemoveSubMenus()
PASS   : tst_QQuickMenu::Universal::subMenuPopupType()
PASS   : tst_QQuickMenu::Universal::scrollable(Window)
PASS   : tst_QQuickMenu::Universal::scrollable(ApplicationWindow)
PASS   : tst_QQuickMenu::Universal::scrollable(WithPadding)
PASS   : tst_QQuickMenu::Universal::scrollable(FixedHeight)
PASS   : tst_QQuickMenu::Universal::disableWhenTriggered(Action)
PASS   : tst_QQuickMenu::Universal::disableWhenTriggered(MenuItem with Action)
PASS   : tst_QQuickMenu::Universal::disableWhenTriggered(MenuItem with Action declared outside menu)
PASS   : tst_QQuickMenu::Universal::disableWhenTriggered(MenuItem with no Action)
PASS   : tst_QQuickMenu::Universal::disableWhenTriggered(Sub-Action)
PASS   : tst_QQuickMenu::Universal::disableWhenTriggered(Sub-MenuItem with Action declared inside)
PASS   : tst_QQuickMenu::Universal::disableWhenTriggered(Sub-MenuItem with Action declared outside menu)
PASS   : tst_QQuickMenu::Universal::disableWhenTriggered(Sub-MenuItem with no Action)
PASS   : tst_QQuickMenu::Universal::menuItemWidth(non-mirrored)
PASS   : tst_QQuickMenu::Universal::menuItemWidth(mirrored)
PASS   : tst_QQuickMenu::Universal::menuItemWidthAfterMenuWidthChanged(non-mirrored)
PASS   : tst_QQuickMenu::Universal::menuItemWidthAfterMenuWidthChanged(mirrored)
PASS   : tst_QQuickMenu::Universal::menuItemWidthAfterImplicitWidthChanged(non-mirrored)
PASS   : tst_QQuickMenu::Universal::menuItemWidthAfterImplicitWidthChanged(mirrored)
PASS   : tst_QQuickMenu::Universal::menuItemWidthAfterRetranslate()
PASS   : tst_QQuickMenu::Universal::giveMenuItemFocusOnButtonPress()
PASS   : tst_QQuickMenu::Universal::customMenuCullItems()
PASS   : tst_QQuickMenu::Universal::customMenuUseRepeaterAsTheContentItem()
PASS   : tst_QQuickMenu::Universal::invalidUrlInImgTag()
PASS   : tst_QQuickMenu::Universal::nativeStatic()
PASS   : tst_QQuickMenu::Universal::nativeDynamicActions()
PASS   : tst_QQuickMenu::Universal::nativeDynamicSubmenus()
PASS   : tst_QQuickMenu::Universal::nativeMenuSeparator()
PASS   : tst_QQuickMenu::Universal::AA_DontUseNativeMenuWindows()
SKIP   : tst_QQuickMenu::Universal::dontUseNativeMenuWindowsChanges() QTBUG-125967 This test will need to be fixed, by using popupType: Popup.Native instead of AA_DontUseNativeMenuWindows.
C:\Users\qt\work\qt\qtdeclarative\tests\auto\quickcontrols\qquickmenu\tst_qquickmenu.cpp(3095) : failure location
PASS   : tst_QQuickMenu::Universal::nativeMixedItems()
PASS   : tst_QQuickMenu::Universal::effectivePosition(Item)
PASS   : tst_QQuickMenu::Universal::effectivePosition(Window)
PASS   : tst_QQuickMenu::Universal::textPadding()
PASS   : tst_QQuickMenu::Universal::resetCurrentIndexUponPopup(Item)
PASS   : tst_QQuickMenu::Universal::resetCurrentIndexUponPopup(Window)
PASS   : tst_QQuickMenu::Universal::mousePropagationWithinPopup()
PASS   : tst_QQuickMenu::Universal::shortcutInNestedSubMenuAction()
PASS   : tst_QQuickMenu::Universal::animationOnHeight()
PASS   : tst_QQuickMenu::Universal::dontDeleteDelegates()
PASS   : tst_QQuickMenu::Universal::loadMenuAsynchronously()
PASS   : tst_QQuickMenu::Universal::cleanupTestCase()
PASS   : tst_QQuickMenu::Windows::initTestCase()
PASS   : tst_QQuickMenu::Windows::defaults()
PASS   : tst_QQuickMenu::Windows::count()
PASS   : tst_QQuickMenu::Windows::mouse(Popup.Item)
PASS   : tst_QQuickMenu::Windows::mouse(Popup.Window)
PASS   : tst_QQuickMenu::Windows::pressAndHold()
PASS   : tst_QQuickMenu::Windows::contextMenuKeyboard(Popup.Item)
PASS   : tst_QQuickMenu::Windows::contextMenuKeyboard(Popup.Window)
PASS   : tst_QQuickMenu::Windows::disabledMenuItemKeyNavigation()
PASS   : tst_QQuickMenu::Windows::mnemonics()
PASS   : tst_QQuickMenu::Windows::checkableMnemonics(checkable_enabled_action)
PASS   : tst_QQuickMenu::Windows::checkableMnemonics(checkable_disabled_action)
PASS   : tst_QQuickMenu::Windows::checkableMnemonics(uncheckable_enabled_action)
PASS   : tst_QQuickMenu::Windows::checkableMnemonics(uncheckable_disabled_action)
PASS   : tst_QQuickMenu::Windows::checkableMnemonics(checkable_enabled_menuItem)
PASS   : tst_QQuickMenu::Windows::checkableMnemonics(checkable_disabled_menuItem)
PASS   : tst_QQuickMenu::Windows::checkableMnemonics(uncheckable_enabled_menuItem)
PASS   : tst_QQuickMenu::Windows::checkableMnemonics(uncheckable_disabled_menuItem)
PASS   : tst_QQuickMenu::Windows::checkableMnemonics(checkable_enabled_subMenuItem)
PASS   : tst_QQuickMenu::Windows::checkableMnemonics(checkable_disabled_subMenuItem)
PASS   : tst_QQuickMenu::Windows::checkableMnemonics(uncheckable_enabled_subMenuItem)
PASS   : tst_QQuickMenu::Windows::checkableMnemonics(uncheckable_disabled_subMenuItem)
PASS   : tst_QQuickMenu::Windows::checkableMnemonics(checkable_enabled_subMenuAction)
PASS   : tst_QQuickMenu::Windows::checkableMnemonics(checkable_disabled_subMenuAction)
PASS   : tst_QQuickMenu::Windows::checkableMnemonics(uncheckable_enabled_subMenuAction)
PASS   : tst_QQuickMenu::Windows::checkableMnemonics(uncheckable_disabled_subMenuAction)
PASS   : tst_QQuickMenu::Windows::menuButton()
PASS   : tst_QQuickMenu::Windows::addItem()
PASS   : tst_QQuickMenu::Windows::menuSeparator()
PASS   : tst_QQuickMenu::Windows::repeater()
PASS   : tst_QQuickMenu::Windows::order()
PASS   : tst_QQuickMenu::Windows::popup()
PASS   : tst_QQuickMenu::Windows::openParentlessMenu()
PASS   : tst_QQuickMenu::Windows::actions()
PASS   : tst_QQuickMenu::Windows::actionShortcuts()
PASS   : tst_QQuickMenu::Windows::removeTakeItem()
PASS   : tst_QQuickMenu::Windows::subMenuMouse(cascading, in-scene)
PASS   : tst_QQuickMenu::Windows::subMenuMouse(non-cascading, in-scene)
PASS   : tst_QQuickMenu::Windows::subMenuMouse(cascading, popup windows)
PASS   : tst_QQuickMenu::Windows::subMenuMouse(non-cascading, popup windows)
PASS   : tst_QQuickMenu::Windows::subMenuDisabledMouse(cascading, in-scene)
PASS   : tst_QQuickMenu::Windows::subMenuDisabledMouse(non-cascading, in-scene)
PASS   : tst_QQuickMenu::Windows::subMenuDisabledMouse(cascading, popup windows)
PASS   : tst_QQuickMenu::Windows::subMenuDisabledMouse(non-cascading, popup windows)
PASS   : tst_QQuickMenu::Windows::subMenuKeyboard(cascading)
PASS   : tst_QQuickMenu::Windows::subMenuKeyboard(cascading,mirrored)
PASS   : tst_QQuickMenu::Windows::subMenuKeyboard(non-cascading)
PASS   : tst_QQuickMenu::Windows::subMenuKeyboard(non-cascading,mirrored)
PASS   : tst_QQuickMenu::Windows::subMenuDisabledKeyboard(cascading)
PASS   : tst_QQuickMenu::Windows::subMenuDisabledKeyboard(cascading,mirrored)
PASS   : tst_QQuickMenu::Windows::subMenuDisabledKeyboard(non-cascading)
PASS   : tst_QQuickMenu::Windows::subMenuDisabledKeyboard(non-cascading,mirrored)
PASS   : tst_QQuickMenu::Windows::subMenuPosition(cascading)
PASS   : tst_QQuickMenu::Windows::subMenuPosition(cascading,flip)
PASS   : tst_QQuickMenu::Windows::subMenuPosition(cascading,overlap)
PASS   : tst_QQuickMenu::Windows::subMenuPosition(cascading,flip,overlap)
PASS   : tst_QQuickMenu::Windows::subMenuPosition(cascading,mirrored)
PASS   : tst_QQuickMenu::Windows::subMenuPosition(cascading,mirrored,flip)
PASS   : tst_QQuickMenu::Windows::subMenuPosition(cascading,mirrored,overlap)
PASS   : tst_QQuickMenu::Windows::subMenuPosition(cascading,mirrored,flip,overlap)
PASS   : tst_QQuickMenu::Windows::subMenuPosition(non-cascading)
PASS   : tst_QQuickMenu::Windows::subMenuFlipsPositionWhenOutOfBounds(PopupType::Item)
PASS   : tst_QQuickMenu::Windows::subMenuFlipsPositionWhenOutOfBounds(PopupType::Window)
PASS   : tst_QQuickMenu::Windows::subMenuWithIcon()
PASS   : tst_QQuickMenu::Windows::addRemoveSubMenus()
PASS   : tst_QQuickMenu::Windows::subMenuPopupType()
PASS   : tst_QQuickMenu::Windows::scrollable(Window)
PASS   : tst_QQuickMenu::Windows::scrollable(ApplicationWindow)
PASS   : tst_QQuickMenu::Windows::scrollable(WithPadding)
PASS   : tst_QQuickMenu::Windows::scrollable(FixedHeight)
PASS   : tst_QQuickMenu::Windows::disableWhenTriggered(Action)
PASS   : tst_QQuickMenu::Windows::disableWhenTriggered(MenuItem with Action)
PASS   : tst_QQuickMenu::Windows::disableWhenTriggered(MenuItem with Action declared outside menu)
PASS   : tst_QQuickMenu::Windows::disableWhenTriggered(MenuItem with no Action)
PASS   : tst_QQuickMenu::Windows::disableWhenTriggered(Sub-Action)
PASS   : tst_QQuickMenu::Windows::disableWhenTriggered(Sub-MenuItem with Action declared inside)
PASS   : tst_QQuickMenu::Windows::disableWhenTriggered(Sub-MenuItem with Action declared outside menu)
PASS   : tst_QQuickMenu::Windows::disableWhenTriggered(Sub-MenuItem with no Action)
PASS   : tst_QQuickMenu::Windows::menuItemWidth(non-mirrored)
PASS   : tst_QQuickMenu::Windows::menuItemWidth(mirrored)
PASS   : tst_QQuickMenu::Windows::menuItemWidthAfterMenuWidthChanged(non-mirrored)
PASS   : tst_QQuickMenu::Windows::menuItemWidthAfterMenuWidthChanged(mirrored)
PASS   : tst_QQuickMenu::Windows::menuItemWidthAfterImplicitWidthChanged(non-mirrored)
PASS   : tst_QQuickMenu::Windows::menuItemWidthAfterImplicitWidthChanged(mirrored)
PASS   : tst_QQuickMenu::Windows::menuItemWidthAfterRetranslate()
PASS   : tst_QQuickMenu::Windows::giveMenuItemFocusOnButtonPress()
PASS   : tst_QQuickMenu::Windows::customMenuCullItems()
PASS   : tst_QQuickMenu::Windows::customMenuUseRepeaterAsTheContentItem()
PASS   : tst_QQuickMenu::Windows::invalidUrlInImgTag()
PASS   : tst_QQuickMenu::Windows::nativeStatic()
PASS   : tst_QQuickMenu::Windows::nativeDynamicActions()
PASS   : tst_QQuickMenu::Windows::nativeDynamicSubmenus()
PASS   : tst_QQuickMenu::Windows::nativeMenuSeparator()
PASS   : tst_QQuickMenu::Windows::AA_DontUseNativeMenuWindows()
SKIP   : tst_QQuickMenu::Windows::dontUseNativeMenuWindowsChanges() QTBUG-125967 This test will need to be fixed, by using popupType: Popup.Native instead of AA_DontUseNativeMenuWindows.
C:\Users\qt\work\qt\qtdeclarative\tests\auto\quickcontrols\qquickmenu\tst_qquickmenu.cpp(3095) : failure location
PASS   : tst_QQuickMenu::Windows::nativeMixedItems()
PASS   : tst_QQuickMenu::Windows::effectivePosition(Item)
PASS   : tst_QQuickMenu::Windows::effectivePosition(Window)
PASS   : tst_QQuickMenu::Windows::textPadding()
PASS   : tst_QQuickMenu::Windows::resetCurrentIndexUponPopup(Item)
PASS   : tst_QQuickMenu::Windows::resetCurrentIndexUponPopup(Window)
PASS   : tst_QQuickMenu::Windows::mousePropagationWithinPopup()
PASS   : tst_QQuickMenu::Windows::shortcutInNestedSubMenuAction()
PASS   : tst_QQuickMenu::Windows::animationOnHeight()
PASS   : tst_QQuickMenu::Windows::dontDeleteDelegates()
PASS   : tst_QQuickMenu::Windows::loadMenuAsynchronously()
PASS   : tst_QQuickMenu::Windows::cleanupTestCase()
Totals: 742 passed, 0 failed, 7 skipped, 0 blacklisted, 271300ms
********* Finished testing of tst_QQuickMenu *********
