tests: skip tst_QWidget::setWindowGeometry() on Wayland
Task-number: QTBUG-107157 Pick-to: 6.4 6.2 Change-Id: I65a21898d6a5d40a4e7e9eeecf1e2398e45d97fe Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
This commit is contained in:
parent
7f27189d90
commit
a16fd6bbe2
@ -5606,8 +5606,8 @@ void tst_QWidget::setWindowGeometry_data()
|
||||
|
||||
void tst_QWidget::setWindowGeometry()
|
||||
{
|
||||
if (m_platform == QStringLiteral("xcb"))
|
||||
QSKIP("X11: Skip this test due to Window manager positioning issues.");
|
||||
if (m_platform == QStringLiteral("xcb") || m_platform.startsWith(QLatin1String("wayland"), Qt::CaseInsensitive))
|
||||
QSKIP("X11/Wayland: Skip this test due to Window manager positioning issues.");
|
||||
|
||||
QFETCH(Rects, rects);
|
||||
QFETCH(int, windowFlags);
|
||||
|
Loading…
Reference in New Issue
Block a user