From d23e18189c371eca5725e2ff394d720724625d2c Mon Sep 17 00:00:00 2001 From: Sami Nurmenniemi Date: Fri, 30 Jun 2017 16:17:15 +0300 Subject: Skip QThread stress test on Qemu Qemu uses some memory for each generated thread. This test creates > 80000 threads and consumes about 10Gb of memory which is too heavy for a VM. Task-number: QTBUG-59966 Change-Id: I1bb8a0d7955778f5201948b41befcb9f1f391514 Reviewed-by: Simon Hausmann --- tests/auto/corelib/thread/qthread/qthread.pro | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/auto/corelib/thread/qthread/qthread.pro') diff --git a/tests/auto/corelib/thread/qthread/qthread.pro b/tests/auto/corelib/thread/qthread/qthread.pro index 18d867ecef..e0ef506d2c 100644 --- a/tests/auto/corelib/thread/qthread/qthread.pro +++ b/tests/auto/corelib/thread/qthread/qthread.pro @@ -2,3 +2,6 @@ CONFIG += testcase TARGET = tst_qthread QT = core testlib SOURCES = tst_qthread.cpp + +INCLUDEPATH += ../../../../shared/ +HEADERS += ../../../../shared/emulationdetector.h -- cgit v1.2.3