Re-enabled passing tests in tst_qgraphicsitem
To increase the effective test coverage, this patch re-enables the tst_qgraphicsitem test case as such, and instead disables only the test functions that are currently failing in CI. Task-number: QTBUG-22453 Change-Id: If311bc61801d2a279c274928ae7f0faeb595eeb3 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>bb10
parent
718f58487d
commit
938ce35cec
|
|
@ -6,6 +6,3 @@ SOURCES += tst_qgraphicsitem.cpp
|
|||
DEFINES += QT_NO_CAST_TO_ASCII
|
||||
|
||||
win32:!wince*: LIBS += -lUser32
|
||||
|
||||
# ### fixme: QTBUG-20756 crashes on xcb
|
||||
contains(QT_CONFIG,xcb):CONFIG+=insignificant_test
|
||||
|
|
|
|||
|
|
@ -11199,6 +11199,7 @@ void tst_QGraphicsItem::doNotMarkFullUpdateIfNotInScene()
|
|||
else
|
||||
view.show();
|
||||
QTest::qWaitForWindowShown(&view);
|
||||
QEXPECT_FAIL("", "QTBUG-22434", Abort);
|
||||
QTRY_COMPARE(view.repaints, 1);
|
||||
QTRY_COMPARE(item->painted, 1);
|
||||
QTRY_COMPARE(item2->painted, 1);
|
||||
|
|
|
|||
Loading…
Reference in New Issue