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 Pick-to: 6.4 6.2 Change-Id: I013651b0e5e7618c29742effd85a091ca95a7414 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>bb10
parent
e2fef733be
commit
d8c078c2b6
|
|
@ -1326,6 +1326,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…
Reference in New Issue