aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2020-05-28 16:58:00 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2020-06-03 10:51:26 +0200
commit5e0bf417fb38c53d4ae43f9f84fe42461cd2e00c (patch)
treec0dcc0954ce73447819841202cacd7615715aab6 /tests/auto/qml/debugger
parentff6369767321afc49b37645bb6b85d3556921645 (diff)
Fix handling of destroy-show and re-enable the zoom test for qmlpreview
Fixes: QTBUG-84059 Change-Id: Id70c043f96e9525a5a6053efbf99c5ea3408da65 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'tests/auto/qml/debugger')
-rw-r--r--tests/auto/qml/debugger/qqmlpreview/tst_qqmlpreview.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/qml/debugger/qqmlpreview/tst_qqmlpreview.cpp b/tests/auto/qml/debugger/qqmlpreview/tst_qqmlpreview.cpp
index f3e5850edc..eb6ee09479 100644
--- a/tests/auto/qml/debugger/qqmlpreview/tst_qqmlpreview.cpp
+++ b/tests/auto/qml/debugger/qqmlpreview/tst_qqmlpreview.cpp
@@ -311,9 +311,6 @@ static void verifyZoomFactor(const QQmlDebugProcess *process, float factor)
void tst_QQmlPreview::zoom()
{
- // ### Qt 6
- QSKIP("Crashes with dev, not clear why. TBD.");
-
const QString file("zoom.qml");
QCOMPARE(startQmlProcess(file), ConnectSuccess);
QVERIFY(m_client);