From d9f3e7a785d524f8aafeea2d990da8ec850015cc Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Thu, 12 Feb 2015 14:43:21 +0100 Subject: [PATCH] re-enable more QWidget tests Re-enable tests that were skipped because of open, now closed, bugs. Change-Id: Ic7dbe0a9cf74df1e69550536d5923a62e2186b6f Task-number: QTBUG-26424 Reviewed-by: Oliver Wolff Reviewed-by: Friedemann Kleint --- tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp b/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp index d977f78b230..ae6d62c3321 100644 --- a/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp +++ b/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp @@ -2164,8 +2164,6 @@ public: void tst_QWidget::resizeEvent() { - QSKIP("QTBUG-30744"); - { QWidget wParent; wParent.resize(200, 200); @@ -3237,7 +3235,7 @@ void tst_QWidget::restoreVersion1Geometry() widget.showNormal(); QTest::qWait(10); - if (m_platform == QStringLiteral("xcb") || m_platform == QStringLiteral("windows")) + if (m_platform == QStringLiteral("xcb")) QSKIP("QTBUG-26421"); if (expectedWindowState != Qt::WindowNoState) { @@ -3678,8 +3676,6 @@ void tst_QWidget::optimizedResizeMove() void tst_QWidget::optimizedResize_topLevel() { - QSKIP("We do not yet have static contents support, see QTBUG-28012"); - StaticWidget topLevel; topLevel.gotPaintEvent = false; topLevel.show();