From 514fff1e39d0bcab18de48658b87124205d9f625 Mon Sep 17 00:00:00 2001 From: Sami Nurmenniemi Date: Thu, 16 Mar 2017 13:10:00 +0200 Subject: Fix largefile tests on ARM and QEMU targets - Test tst_LargeFile::mapFile fails on Qemu for files over 4Gb. Fixed by limiting maxSizeBits to 28 (must be n*4 and < 32). - Bug QTBUG-21175 is also effective on ARM targets. Fixed by expecting failure also on ARM. Change-Id: I9103727e618a17259b4785ec8c284f3bb60ebea7 Reviewed-by: Thiago Macieira --- tests/auto/corelib/io/largefile/largefile.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/auto/corelib/io/largefile/largefile.pro') diff --git a/tests/auto/corelib/io/largefile/largefile.pro b/tests/auto/corelib/io/largefile/largefile.pro index 6c1bb8d7ea..e96d1398ca 100644 --- a/tests/auto/corelib/io/largefile/largefile.pro +++ b/tests/auto/corelib/io/largefile/largefile.pro @@ -2,3 +2,5 @@ CONFIG += testcase TARGET = tst_largefile QT = core testlib SOURCES = tst_largefile.cpp +INCLUDEPATH += ../../../../shared/ +HEADERS += ../../../../shared/emulationdetector.h -- cgit v1.2.3