tests: skip tst_QApplication::activateDeactivateEvent() on Wayland
Task-number: QTBUG-107153 Change-Id: I69bd4a0d4217b5e4c2cbee8b25c5bd69509e3329 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> (cherry picked from commit dd608329b258232faf4dd60a0177ce20f475e8f3) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
7f0783162b
commit
672269f321
@ -1577,6 +1577,9 @@ void tst_QApplication::activateDeactivateEvent()
|
||||
int argc = 0;
|
||||
QApplication app(argc, nullptr);
|
||||
|
||||
if (!QGuiApplicationPrivate::platformIntegration()->hasCapability(QPlatformIntegration::WindowActivation))
|
||||
QSKIP("QWindow::requestActivate() is not supported.");
|
||||
|
||||
Window w1;
|
||||
Window w2;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user