aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/qqmlengine/CMakeLists.txt5
-rw-r--r--tests/auto/qml/qqmlengine/tst_qqmlengine.cpp4
2 files changed, 0 insertions, 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"));