qt6-bb10/tests/auto/corelib/serialization/qdatastream
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
..
.gitignore
CMakeLists.txt CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
datastream.q42
gen_typedefq5.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
tst_qdatastream.cpp QDataStream: add a new SizeLimitExceeded status code 2024-01-26 15:10:16 +01:00
typedef.q5 QVariant: use a typedef name when saving user types to QDataStream 2021-12-17 17:54:05 +01:00