tests: skip tst_QWidget::setWindowGeometry() on Wayland
Task-number: QTBUG-107157 Change-Id: I65a21898d6a5d40a4e7e9eeecf1e2398e45d97fe Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> (cherry picked from commit a16fd6bbe2e19e30b8e977fc19c5ca872f78d57a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
b9843faf1c
commit
27c3e9fb41
@ -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…
x
Reference in New Issue
Block a user