Blacklist tst_QWidget::restoreVersion1Geometry for XCB
FAIL! : tst_QWidget::restoreVersion1Geometry(geometry.dat) Compared values are not the same
Actual (((widget.pos()))): QPoint(90,90)
Expected (expectedPosition): QPoint(100,100)
Loc: [tst_qwidget.cpp(3193)]
Remove the previously added QSKIP since this test now passes.
Task-number: QTBUG-26421
Task-number: QTBUG-46116
Change-Id: Ieff474a8a69c14a0df231a9a587aee02df4e8ea7
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
bb10
parent
ac7e8cc7f7
commit
36f21c5b56
|
|
@ -7,7 +7,7 @@ ubuntu-14.04
|
|||
ubuntu-16.04
|
||||
b2qt
|
||||
[restoreVersion1Geometry]
|
||||
ubuntu-14.04
|
||||
xcb
|
||||
osx
|
||||
[updateWhileMinimized]
|
||||
ubuntu-14.04
|
||||
|
|
|
|||
|
|
@ -3195,9 +3195,6 @@ void tst_QWidget::restoreVersion1Geometry()
|
|||
widget.showNormal();
|
||||
QTest::qWait(10);
|
||||
|
||||
if (m_platform == QStringLiteral("xcb"))
|
||||
QSKIP("QTBUG-26421");
|
||||
|
||||
if (expectedWindowState != Qt::WindowNoState) {
|
||||
// restoring from maximized or fullscreen, we can only restore to the normal geometry
|
||||
QTRY_COMPARE(widget.geometry(), expectedNormalGeometry);
|
||||
|
|
|
|||
Loading…
Reference in New Issue