summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-02-12 14:43:21 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-02-13 12:33:52 +0000
commitd9f3e7a785d524f8aafeea2d990da8ec850015cc (patch)
treee8658f889a01859d1cbc291f03ea4204d74c3ac5 /tests
parent3f25eda0ed669e61cc5e77f8d75771049ffab0c0 (diff)
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 <oliver.wolff@theqtcompany.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp b/tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp
index d977f78b23..ae6d62c332 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();