qt5base-lts/tests/auto/corelib/serialization
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
..
json Test conversion of ulonglong variant to JSON 2020-11-20 14:31:49 +01:00
qcborstreamreader QCborStreamReader::next: don't allocate too much memory in a QBA 2020-12-07 22:54:39 +00:00
qcborstreamwriter Update tst_qcborstreamwriter to use QMetaType 2020-10-30 22:18:21 +01:00
qcborvalue tst_QCborValue: adjust the size of the minimum string that won't fit 2020-12-07 14:54:41 -08:00
qcborvalue_json Deprecate QVariant::Type 2020-10-23 09:58:57 +02:00
qdatastream QChar: make construction from integral explicit 2020-11-15 14:41:05 +01:00
qdatastream_core_pixmap CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
qtextstream Android: blacklist a list of failing tests for android 2020-11-04 12:27:49 +02:00
qxmlstream Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
cborlargedatavalidation.cpp QCborValue & QCborStreamReader tests: fix warning about %llx on 32-bit 2020-12-07 22:54:43 +00:00
CMakeLists.txt Android: exclude tests crashing at start 2020-11-16 13:35:44 +02:00
serialization.pro Android: exclude tests crashing at start 2020-11-16 13:35:44 +02:00