From 9a45a01a2cbef997d87ecb2cf29b3dde043a7cf1 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Thu, 30 Jun 2022 07:05:00 +0200 Subject: [PATCH] Try re-enabling test on Wayland Running this test on Wayland passes for me, so maybe something has magically improved. Change-Id: I161b697c5be96af48938228267cb405048c78852 Reviewed-by: Inho Lee --- tests/auto/widgets/widgets/qopenglwidget/tst_qopenglwidget.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/auto/widgets/widgets/qopenglwidget/tst_qopenglwidget.cpp b/tests/auto/widgets/widgets/qopenglwidget/tst_qopenglwidget.cpp index f90879ab12..9c0ce637c3 100644 --- a/tests/auto/widgets/widgets/qopenglwidget/tst_qopenglwidget.cpp +++ b/tests/auto/widgets/widgets/qopenglwidget/tst_qopenglwidget.cpp @@ -451,8 +451,6 @@ void tst_QOpenGLWidget::requestUpdate() #ifdef Q_OS_ANDROID QSKIP("Crashes on Android, figure out why (QTBUG-102043)"); #endif - if (QGuiApplication::platformName().startsWith(QLatin1String("wayland"), Qt::CaseInsensitive)) - QSKIP("Wayland: This fails. Figure out why."); PaintCountWidget w; w.resize(640, 480);