tst_QWidget: Don't skip tests that are passing on Wayland

Task-number: QTBUG-66849
Change-Id: I35f5bc557fca5289570a6e907c0fd80f17a3aa0f
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
bb10
Johan Klokkhammer Helsing 2018-06-05 13:13:11 +02:00 committed by Johan Helsing
parent fda95aa0dd
commit cf41639f84
1 changed files with 0 additions and 7 deletions

View File

@ -2180,8 +2180,6 @@ void tst_QWidget::showFullScreen()
QSKIP("QTBUG-52974");
#endif
if (m_platform == QStringLiteral("wayland"))
QSKIP("Wayland: This fails. Figure out why.");
QWidget plain;
QHBoxLayout *layout;
QWidget layouted;
@ -6186,8 +6184,6 @@ QByteArray EventRecorder::msgEventListMismatch(const EventList &expected, const
void tst_QWidget::childEvents()
{
if (m_platform == QStringLiteral("wayland"))
QSKIP("Wayland: This fails. Figure out why.");
EventRecorder::EventList expected;
// Move away the cursor; otherwise it might result in an enter event if it's
@ -9972,9 +9968,6 @@ public:
void tst_QWidget::touchEventSynthesizedMouseEvent()
{
if (m_platform == QStringLiteral("wayland"))
QSKIP("Wayland: This fails. Figure out why.");
{
// Simple case, we ignore the touch events, we get mouse events instead
TouchMouseWidget widget;