qt5base-lts/tests/auto/other
Sami Nurmenniemi a890337433 Fix tst_toolsupport on 32-bit arm platform
On 32-bit arm platform, qint64 gets aligned differently than on 32-bit
x86. First difference between the platforms on QFilePrivate member
offset happens in QFileDevicePrivate::cachedSize:
- On 32-bit x86 it's offset is 148 (4-aligned)
- On 32-bit arm it's offset is 152 (8-aligned) and offsets of all the
  remaining members are +4 compared to x86
- On 64-bit architectures the offsets are the same

Change-Id: If110da27ea08504e78b167c0a21599420eaa9630
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2017-04-12 08:36:27 +00:00
..
android Updated license headers 2016-01-21 18:55:18 +00:00
compiler Merge remote-tracking branch 'origin/5.7' into 5.8 2016-09-05 18:47:27 +02:00
gestures autotests: use QTest::createTouchDevice() 2016-06-10 13:07:17 +00:00
lancelot Add lancelot test to exercise tiled non-ARGB32PM bilinear filtering 2017-03-16 13:46:17 +00:00
languagechange Remove Windows CE from tests (others). 2016-03-31 06:14:04 +00:00
macgui Updated license headers 2016-01-21 18:55:18 +00:00
macnativeevents Skip tst_MacNativeEvents::testChildDialogInFrontOfModalParent() 2017-03-15 13:51:41 +00:00
macplist macOS: Don't build auto-tests as application bundles unless explicitly requested 2016-10-23 10:39:56 +00:00
modeltest Remove qtypetraits.h's contents altogether 2017-01-12 22:16:06 +00:00
networkselftest Properly use the "process" feature 2017-02-27 15:44:46 +00:00
qaccessibility Merge remote-tracking branch 'origin/5.8' into 5.9 2017-03-27 10:42:08 +02:00
qaccessibilitylinux create modularized version of qtplatformsupport module 2016-10-15 18:45:33 +00:00
qaccessibilitymac Updated license headers 2016-01-21 18:55:18 +00:00
qcomplextext Updated license headers 2016-01-21 18:55:18 +00:00
qfocusevent tst_QFocusEvent: Fix checkReason_ActivateWindow for offscreen and minimal platforms 2017-04-07 08:11:54 +00:00
qnetworkaccessmanager_and_qprogressdialog Updated license headers 2016-01-21 18:55:18 +00:00
qobjectperformance Updated license headers 2016-01-21 18:55:18 +00:00
qobjectrace Merge remote-tracking branch 'origin/5.6' into 5.7 2016-08-01 10:03:21 +02:00
qprocess_and_guieventloop Properly use the "process" feature 2017-02-27 15:44:46 +00:00
qsharedpointer_and_qwidget Updated license headers 2016-01-21 18:55:18 +00:00
qtokenautomaton tests: Unify license to GPL-EXCEPT 2017-04-03 07:18:46 +00:00
qvariant_common Updated license headers 2016-01-21 18:55:18 +00:00
toolsupport Fix tst_toolsupport on 32-bit arm platform 2017-04-12 08:36:27 +00:00
other.pro Merge remote-tracking branch 'origin/5.8' into 5.9 2017-03-13 15:55:44 +01:00