Re-enabled passing tests in tst_qgraphicsscene
To increase the effective test coverage, this patch re-enables the tst_qgraphicsscene test case as such, and instead disables only the test functions that are currently failing in CI. Task-number: QTBUG-22453 Change-Id: Idd229532787ce8138d8e1c86daf1f91b90e87e38 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>bb10
parent
006c5a7d73
commit
b92fed185e
|
|
@ -17,6 +17,3 @@ wince* {
|
|||
DEPLOYMENT += rootFiles renderFiles
|
||||
DEFINES += SRCDIR=\\\".\\\"
|
||||
}
|
||||
|
||||
# ### fixme: QTBUG-20756 crashes on xcb
|
||||
contains(QT_CONFIG,xcb):CONFIG+=insignificant_test
|
||||
|
|
|
|||
|
|
@ -3811,6 +3811,7 @@ void tst_QGraphicsScene::inputMethod()
|
|||
scene.setFocusItem(0);
|
||||
// the input context is reset twice, once because an item has lost focus and again because
|
||||
// the Qt::WA_InputMethodEnabled flag is cleared because no item has focus.
|
||||
QEXPECT_FAIL("3", "QTBUG-22456", Abort);
|
||||
QCOMPARE(inputContext->resetCalls, callFocusItem ? 2 : 0);
|
||||
QCOMPARE(item->eventCalls, callFocusItem ? 2 : 0); // verify correct delivery of "reset" event
|
||||
QCOMPARE(item->queryCalls, callFocusItem ? 1 : 0); // verify that value is unaffected
|
||||
|
|
|
|||
Loading…
Reference in New Issue