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>
This commit is contained in:
Joerg Bornemann 2015-02-12 14:43:21 +01:00
parent 3f25eda0ed
commit d9f3e7a785

View File

@ -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();