Wayland: Remove XFAIL after underlying bug was fixed

The intialSize bug has been fixed in Qt Wayland Client, and thus
this test will now start XPASSing.

Task-number: QTBUG-66818
Change-Id: I4b9cb8bd9306a67f04295eb23f09574dad0e97f7
Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
(cherry picked from commit f49d35084c90aeec910cb6f37aeceba8c4194ca5)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Eskil Abrahamsen Blomfeldt 2022-06-30 08:10:04 +02:00 committed by Qt Cherry-pick Bot
parent 995572a3ab
commit 7aa31947cf

View File

@ -2061,8 +2061,6 @@ void tst_QWindow::initialSize()
w.setTitle(QLatin1String(QTest::currentTestFunction()));
w.setWidth(m_testWindowSize.width());
w.showNormal();
if (isPlatformWayland())
QEXPECT_FAIL("", "Wayland: This fails. See QTBUG-66818.", Abort);
QTRY_COMPARE(w.width(), m_testWindowSize.width());
QTRY_VERIFY(w.height() > 0);
}