From cc4bcf94e0f33dc72b5cfeb01cd0e6f647925c88 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Fri, 12 Feb 2021 08:59:00 +0200 Subject: tst_qprocess: enable test again for cross-compilations All test cases pass with QEMU. Fixes: QTBUG-85287 Fixes: QTBUG-67760 Change-Id: I188d70c05f6d858e17f1099d3c02862ea9b2a2ab Reviewed-by: Qt CI Bot Reviewed-by: Joerg Bornemann Reviewed-by: Edward Welbourne (cherry picked from commit 71eef476d789bf94602006cc2c9a44ba384f988e) Reviewed-by: Qt Cherry-pick Bot --- tests/auto/corelib/io/CMakeLists.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tests/auto/corelib/io/CMakeLists.txt') diff --git a/tests/auto/corelib/io/CMakeLists.txt b/tests/auto/corelib/io/CMakeLists.txt index 3ec6665335..4bdb03ff99 100644 --- a/tests/auto/corelib/io/CMakeLists.txt +++ b/tests/auto/corelib/io/CMakeLists.txt @@ -42,12 +42,7 @@ if(TARGET Qt::Network) add_subdirectory(qiodevice) endif() if(QT_FEATURE_process AND TARGET Qt::Network AND NOT ANDROID) - # special case begin - # QTBUG-85287: Hangs on qemu armv7 config - if(NOT CMAKE_CROSSCOMPILING) - add_subdirectory(qprocess) - endif() - # special case end + add_subdirectory(qprocess) endif() if(QT_FEATURE_process) add_subdirectory(qprocess-noapplication) -- cgit v1.2.3