qt6-bb10/tests/auto/corelib/serialization
Ivan Solovev 36cc9fc54a QDataStream: add a new SizeLimitExceeded status code
This status is supposed to be used when the stream tries to read
or write more data than it is supported by the current platform.
For example, reading more than 2 GiB of data on a 32-bit platform will
result into this status, but it will work fine on a 64-bit platform.

This patch uses the new status in read operations.

Amends fd48ce0b73

Found in 6.7 API review

Pick-to: 6.7
Change-Id: I675b1ee25fafba174ce8f94c3470dbb7893d6d9e
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2024-01-26 15:10:16 +01:00
..
json CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
qcborstreamreader QCborStreamReader: add UTF-8 reading API 2023-11-24 12:42:12 -08:00
qcborstreamwriter CI: Enable tests under corelib/serialization for Wasm platform 2023-08-14 16:08:32 +02:00
qcborvalue CI: Enable tests under corelib/serialization for Wasm platform 2023-08-14 16:08:32 +02:00
qcborvalue_json CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
qdatastream QDataStream: add a new SizeLimitExceeded status code 2024-01-26 15:10:16 +01:00
qdatastream_core_pixmap CI: Enable tests under corelib/serialization for Wasm platform 2023-08-14 16:08:32 +02:00
qtextstream Tests: remove blacklisted CIs no longer available 2023-12-06 22:07:44 +01:00
qxmlstream Fix renamed and duplicated namespaces in QXmlStreamWriter 2023-09-20 17:16:29 +02:00
CMakeLists.txt wasm tests: Disable unstable qcborvalue test 2023-11-23 19:26:49 +01:00
cborlargedatavalidation.cpp CI: Enable tests under corelib/serialization for Wasm platform 2023-08-14 16:08:32 +02:00