tests: skip tst_QGraphicsProxyWidget::scrollUpdate() on Wayland
QWindow::requestActivate() is not supported. This function failed in test vm in coin manually very often. Task-number: QTBUG-107153 Change-Id: I013651b0e5e7618c29742effd85a091ca95a7414 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> (cherry picked from commit d8c078c2b6135e1ccd4b4b676b0d229e23e22c11) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
d9acc25af3
commit
905b505895
@ -1324,6 +1324,9 @@ static QList<QRect> rects(const QRegion ®ion)
|
||||
|
||||
void tst_QGraphicsProxyWidget::scrollUpdate()
|
||||
{
|
||||
if (!QGuiApplicationPrivate::platformIntegration()->hasCapability(QPlatformIntegration::WindowActivation))
|
||||
QSKIP("QWindow::requestActivate() is not supported.");
|
||||
|
||||
ScrollWidget *widget = new ScrollWidget;
|
||||
|
||||
QGraphicsScene scene;
|
||||
|
Loading…
x
Reference in New Issue
Block a user