summaryrefslogtreecommitdiffstats
path: root/tests/shared/emulationdetector.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix largefile tests on ARM and QEMU targetsSami Nurmenniemi2017-03-281-0/+119
- 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 <thiago.macieira@intel.com>