Disable tst_qquickcontextmenu::menuItemShouldntTriggerOnRelease

Blacklist it on opensuse and skip it on android.

Task-number: QTBUG-137400
Change-Id: I8da8352e210d80734f5b0f9b3ab4e43799dda84d
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
This commit is contained in:
Ulf Hermann 2025-06-04 10:14:40 +02:00
parent 051a971ea8
commit 943f9ca3c5
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# QTBUG-137400
[menuItemShouldntTriggerOnRelease]
opensuse-leap

View File

@ -299,6 +299,9 @@ void tst_QQuickContextMenu::explicitMenuPreventsBuiltInMenu()
void tst_QQuickContextMenu::menuItemShouldntTriggerOnRelease() // QTBUG-133302
{
#ifdef Q_OS_ANDROID
QSKIP("Crashes on android. See QTBUG-137400");
#endif
QQuickApplicationHelper helper(this, "windowedContextMenuOnControl.qml");
QVERIFY2(helper.ready, helper.failureMessage());
QQuickWindow *window = helper.window;