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:
parent
051a971ea8
commit
943f9ca3c5
|
@ -0,0 +1,3 @@
|
||||||
|
# QTBUG-137400
|
||||||
|
[menuItemShouldntTriggerOnRelease]
|
||||||
|
opensuse-leap
|
|
@ -299,6 +299,9 @@ void tst_QQuickContextMenu::explicitMenuPreventsBuiltInMenu()
|
||||||
|
|
||||||
void tst_QQuickContextMenu::menuItemShouldntTriggerOnRelease() // QTBUG-133302
|
void tst_QQuickContextMenu::menuItemShouldntTriggerOnRelease() // QTBUG-133302
|
||||||
{
|
{
|
||||||
|
#ifdef Q_OS_ANDROID
|
||||||
|
QSKIP("Crashes on android. See QTBUG-137400");
|
||||||
|
#endif
|
||||||
QQuickApplicationHelper helper(this, "windowedContextMenuOnControl.qml");
|
QQuickApplicationHelper helper(this, "windowedContextMenuOnControl.qml");
|
||||||
QVERIFY2(helper.ready, helper.failureMessage());
|
QVERIFY2(helper.ready, helper.failureMessage());
|
||||||
QQuickWindow *window = helper.window;
|
QQuickWindow *window = helper.window;
|
||||||
|
|
Loading…
Reference in New Issue