tests: XFAIL tst_QGuiApplication::genericPluginsAndWindowSystemEvents()
on Wayland Task-number: QTBUG-100891 Pick-to: 6.3 6.2 Change-Id: Iadf12364ded4549988ad75a9487c7e96e963a956 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>bb10
parent
c1b6886959
commit
ae1197fc56
|
|
@ -1146,6 +1146,8 @@ void tst_QGuiApplication::genericPluginsAndWindowSystemEvents()
|
|||
QVERIFY(QGuiApplication::primaryScreen());
|
||||
QCOMPARE(QGuiApplication::primaryScreen()->orientation(), testOrientationToSend);
|
||||
|
||||
if (QGuiApplication::platformName().startsWith(QLatin1String("wayland"), Qt::CaseInsensitive))
|
||||
QEXPECT_FAIL("", "Wayland: This fails. See QTBUG-100891.", Abort);
|
||||
QCOMPARE(testReceiver.customEvents, 0);
|
||||
QCoreApplication::sendPostedEvents(&testReceiver);
|
||||
QCOMPARE(testReceiver.customEvents, 1);
|
||||
|
|
|
|||
Loading…
Reference in New Issue