qt6-bb10/tests/auto/corelib/serialization/qtextstream
Edward Welbourne 9c59689de4 Modernise tst_QTextStream::manipulators() and add two new data rows
It was using int for two flag columns; we can pass the relevant flag
types now, and we get better type-checking by doing so. Expand the
integral numeric column from int to qlonglong, since that's the type
we actually end up with by the time we're asking QLocale to do our
formatting for us. Add test-cases for things we've lately noticed
aren't right, notably including the min-qlonglong test (which passes
because compilers handle the UB straightforwardly), that needed the
integral numeric column's expansion. Sign-handling for negative values
in hex fails; a later commit shall fix and remove the QEXPECT_FAIL().

Pick-to: 6.5 5.15
Task-number: QTBUG-133269
Change-Id: I39c5339b144b40a30886d8253fa464828ed87629
Reviewed-by: Mate Barany <mate.barany@qt.io>
(cherry picked from commit 5a230596c8c1f63e662ce17e094e2ae187066d6d)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 055b5a83b4b1fa224b075cbc35490e8e2db2225c)
2025-02-10 08:43:11 +00:00
..
readAllStdinProcess Change license for tests files 2024-02-04 09:56:42 +01:00
readLineStdinProcess Change license for tests files 2024-02-04 09:56:42 +01:00
resources
stdinProcess Change license for tests files 2024-02-04 09:56:42 +01:00
test Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-08-23 23:58:42 +02:00
.gitattributes
.gitignore
BLACKLIST Tests: remove blacklisted CIs no longer available 2023-12-06 22:07:44 +01:00
CMakeLists.txt CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
REUSE.toml Add REUSE.toml files 2024-11-07 08:38:49 +01:00
qtextstream.qrc
qtextstream_integrity.qrc Fix tst_qtextstream / tst_json run time failures on INTEGRITY device 2021-12-28 09:24:58 +02:00
rfc3261.txt
task113817.txt
tst_qtextstream.cpp Modernise tst_QTextStream::manipulators() and add two new data rows 2025-02-10 08:43:11 +00:00