tst_QWindow: Don't skip tests on Wayland without explanation
Link to a bug report so we can track the failures and figure out how to fix it in Qt Wayland or if we should skip the tests in a proper way. I.e. with platform capabilities or similar. Task-number: QTBUG-66849 Change-Id: I7a16333c7d2284eb9da6efd4515891438e9976b3 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
parent
c23f23a739
commit
18bca90441
@ -480,7 +480,7 @@ void tst_QWindow::positioning()
|
||||
}
|
||||
|
||||
if (isPlatformWayland())
|
||||
QSKIP("Wayland: This fails. Figure out why.");
|
||||
QSKIP("Wayland: This fails. See QTBUG-68660.");
|
||||
|
||||
// Some platforms enforce minimum widths for windows, which can cause extra resize
|
||||
// events, so set the width to suitably large value to avoid those.
|
||||
@ -1846,7 +1846,7 @@ void tst_QWindow::mask()
|
||||
void tst_QWindow::initialSize()
|
||||
{
|
||||
if (isPlatformWayland())
|
||||
QSKIP("Wayland: This fails. Figure out why.");
|
||||
QSKIP("Wayland: This fails. See QTBUG-66818.");
|
||||
|
||||
QSize defaultSize(0,0);
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user