From c3d16e21265ebacca1018b31490b63f8738333a5 Mon Sep 17 00:00:00 2001 From: Andrei Golubev Date: Mon, 26 Apr 2021 14:59:16 +0200 Subject: Skip tst_QUrl::testThreading() under QEMU It usually fails the test with "corrupted size vs. prev_size" message coming from malloc() or some other memory allocation routine (which signals about memory corruption probably) Task-number: QTBUG-93176 Change-Id: I5e34971267c52c63cda2489bef5b09bed739f532 Reviewed-by: Lars Knoll (cherry picked from commit 6d52d86b999088ec07e58c14197bddda043ef0aa) Reviewed-by: Qt Cherry-pick Bot --- tests/auto/corelib/io/qurl/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/corelib/io/qurl/CMakeLists.txt') diff --git a/tests/auto/corelib/io/qurl/CMakeLists.txt b/tests/auto/corelib/io/qurl/CMakeLists.txt index ce386c142c..b5a2ec0331 100644 --- a/tests/auto/corelib/io/qurl/CMakeLists.txt +++ b/tests/auto/corelib/io/qurl/CMakeLists.txt @@ -9,6 +9,7 @@ qt_internal_add_test(tst_qurl tst_qurl.cpp PUBLIC_LIBRARIES Qt::Concurrent + Qt::TestPrivate ) ## Scopes: -- cgit v1.2.3