tests: skip tst_QGridLayout::setMinAndMaxSize() on Wayland
Task-number: QTBUG-107184 Change-Id: Iddc280acd18e230d1ae778ccb6d7d17a8ff3d76c Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> (cherry picked from commit 7f27189d90d463e09069192157e6ada04bf68266) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
beb4d79816
commit
00c074d6c5
@ -210,6 +210,9 @@ void tst_QGridLayout::badDistributionBug()
|
||||
|
||||
void tst_QGridLayout::setMinAndMaxSize()
|
||||
{
|
||||
if (QGuiApplication::platformName().startsWith(QLatin1String("wayland"), Qt::CaseInsensitive))
|
||||
QSKIP("This test crashes on Wayland, see also QTBUG-107184");
|
||||
|
||||
QWidget widget;
|
||||
setFrameless(&widget);
|
||||
QGridLayout layout(&widget);
|
||||
|
Loading…
x
Reference in New Issue
Block a user