qt5base-lts/tests/auto/corelib
Thiago Macieira 017e41bb86 QCborValue & QCborStreamReader tests: fix warning about %llx on 32-bit
cborlargedatavalidation.cpp:93:60: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘qsizetype’ {aka ‘int’} [-Wformat=]
   93 |         QTest::addRow("bytearray-too-big-for-qbytearray-%llx", v)
      |                                                         ~~~^   ~
      |                                                            |   |
      |                                                            |   qsizetype {aka int}
      |                                                            long long unsigned int
      |                                                         %x

The cast to size_t is required to make the 64-bit not complain due to
the long vs long long difference.

Pick-to: 5.15 6.0
Change-Id: I00b01c01a66748508ea1fffd164a9add2a2650cf
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
2020-12-07 22:54:43 +00:00
..
animation Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE 2020-11-30 17:16:21 +01:00
global Add test for qRound 2020-12-02 21:24:19 +01:00
io tst_qstorageinfo: Test the copy ctor 2020-12-03 23:17:46 +00:00
itemmodels Fix invalid QSortFilterProxyModel::dataChanged parameters 2020-11-30 12:39:21 +08:00
kernel Make the signal argument in Q_OBJECT_BINDABLE_PROPERTY optional 2020-12-07 15:18:44 +01:00
mimetypes CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
plugin Fix tst_qlibrary after rebuild 2020-11-24 21:50:46 +01:00
serialization QCborValue & QCborStreamReader tests: fix warning about %llx on 32-bit 2020-12-07 22:54:43 +00:00
text Fix compiler warning from discarded return value 2020-12-04 00:17:46 +01:00
thread Add convenience functions for QFuture creation 2020-11-23 09:50:21 +01:00
time QCalendar: increase coverage by tests 2020-11-27 13:26:52 +01:00
tools tst_containerapisymmetry: fix typo 2020-12-03 06:51:29 +01:00
.prev_CMakeLists.txt Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00
CMakeLists.txt Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00
corelib.pro Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00