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:
parent
3f25eda0ed
commit
d9f3e7a785
@ -2164,8 +2164,6 @@ public:
|
|||||||
|
|
||||||
void tst_QWidget::resizeEvent()
|
void tst_QWidget::resizeEvent()
|
||||||
{
|
{
|
||||||
QSKIP("QTBUG-30744");
|
|
||||||
|
|
||||||
{
|
{
|
||||||
QWidget wParent;
|
QWidget wParent;
|
||||||
wParent.resize(200, 200);
|
wParent.resize(200, 200);
|
||||||
@ -3237,7 +3235,7 @@ void tst_QWidget::restoreVersion1Geometry()
|
|||||||
widget.showNormal();
|
widget.showNormal();
|
||||||
QTest::qWait(10);
|
QTest::qWait(10);
|
||||||
|
|
||||||
if (m_platform == QStringLiteral("xcb") || m_platform == QStringLiteral("windows"))
|
if (m_platform == QStringLiteral("xcb"))
|
||||||
QSKIP("QTBUG-26421");
|
QSKIP("QTBUG-26421");
|
||||||
|
|
||||||
if (expectedWindowState != Qt::WindowNoState) {
|
if (expectedWindowState != Qt::WindowNoState) {
|
||||||
@ -3678,8 +3676,6 @@ void tst_QWidget::optimizedResizeMove()
|
|||||||
|
|
||||||
void tst_QWidget::optimizedResize_topLevel()
|
void tst_QWidget::optimizedResize_topLevel()
|
||||||
{
|
{
|
||||||
QSKIP("We do not yet have static contents support, see QTBUG-28012");
|
|
||||||
|
|
||||||
StaticWidget topLevel;
|
StaticWidget topLevel;
|
||||||
topLevel.gotPaintEvent = false;
|
topLevel.gotPaintEvent = false;
|
||||||
topLevel.show();
|
topLevel.show();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user