Skip to content

Commit

Permalink
Wayland: Remove XFAIL after underlying bug was fixed
Browse files Browse the repository at this point in the history
The intialSize bug has been fixed in Qt Wayland Client, and thus
this test will now start XPASSing.

Pick-to: 6.4
Task-number: QTBUG-66818
Change-Id: I4b9cb8bd9306a67f04295eb23f09574dad0e97f7
Reviewed-by: Paul Olav Tvete <[email protected]>
  • Loading branch information
eskilblomfeldt committed Aug 9, 2022
1 parent 75d4958 commit f49d350
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/auto/gui/kernel/qwindow/tst_qwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2074,8 +2074,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);
}
Expand Down

0 comments on commit f49d350

Please sign in to comment.