From eaa9993682f02ef0420ec49b816da27db3ca00c2 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 3 Feb 2021 15:02:02 +0200 Subject: tst_qqmlengine: remove unused QSKIP The boot2qt condition is not true on boot2qt QEMU builds and the test passes correctly in CI using QEMU. Change-Id: Ifd87e543168f2dd8639a9287652e606a706f8ede Reviewed-by: Joerg Bornemann --- tests/auto/qml/qqmlengine/CMakeLists.txt | 5 ----- tests/auto/qml/qqmlengine/tst_qqmlengine.cpp | 4 ---- 2 files changed, 9 deletions(-) diff --git a/tests/auto/qml/qqmlengine/CMakeLists.txt b/tests/auto/qml/qqmlengine/CMakeLists.txt index 88037fb009..f143dddb25 100644 --- a/tests/auto/qml/qqmlengine/CMakeLists.txt +++ b/tests/auto/qml/qqmlengine/CMakeLists.txt @@ -42,11 +42,6 @@ qt_internal_add_resource(tst_qqmlengine "qmake_immediate" ## Scopes: ##################################################################### -qt_internal_extend_target(tst_qqmlengine CONDITION boot2qt - DEFINES - SKIP_GCCORRUPTION_TEST -) - qt_internal_extend_target(tst_qqmlengine CONDITION ANDROID OR IOS DEFINES QT_QMLTEST_DATADIR=\\\":/data\\\" diff --git a/tests/auto/qml/qqmlengine/tst_qqmlengine.cpp b/tests/auto/qml/qqmlengine/tst_qqmlengine.cpp index 6c00494189..1abec1fa56 100644 --- a/tests/auto/qml/qqmlengine/tst_qqmlengine.cpp +++ b/tests/auto/qml/qqmlengine/tst_qqmlengine.cpp @@ -890,10 +890,6 @@ void tst_qqmlengine::qmlContextProperties() void tst_qqmlengine::testGCCorruption() { -#ifdef SKIP_GCCORRUPTION_TEST - QSKIP("Test too heavy for qemu"); -#endif - QQmlEngine e; QQmlComponent c(&e, testFileUrl("testGCCorruption.qml")); -- cgit v1.2.3