qt6-bb10/tests/auto/corelib
Marc Mutz 9a95c4ba4b tst_QString: extend unary arg() checks even further
Found more issues:

- quint8 and qint8 (signed and unsigned char) actually match an
  integral overload (probably int/uint), and _not_ (char),

- char8_t (only in C++20 builds) and (at least on non-Windows) wchar_t
  are incorrectly treated as numeric types,

- qfloat16 breaks if QFLOAT16_IS_NATIVE.

Created a few tasks to track these.

Task-number: QTBUG-126053
Task-number: QTBUG-126054
Task-number: QTBUG-126055
Pick-to: 6.7 6.5 6.2
Change-Id: Iaf64929e3fae257d5dd283f555bb71ea2908cc94
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
(cherry picked from commit 967736b96ba06bfdfdf553b2c3720d7adc4a921c)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2024-06-07 06:59:18 +00:00
..
animation Change license for tests files 2024-02-04 09:56:42 +01:00
global Fix compilation issues when configuration features are disabled 2024-06-05 08:55:18 +00:00
io tst_qprocess: Add crash helper for MSVC ARM64 2024-06-04 11:19:01 +00:00
ipc QNativeIpcKey: use new comparison helper macros 2024-04-17 20:30:37 +02:00
itemmodels Port QPersistentModelIndex to new comparison helper macros 2024-05-24 22:17:46 +02:00
kernel qtypeinfo.h: move QTypeTraits part to qttypetraits.h 2024-06-04 13:42:16 +00:00
mimetypes QMimeType: use modernize comparisons 2024-04-30 17:46:34 +02:00
platform tst_qcomobject: Reduce size of Qt-namespace 2024-05-13 15:25:36 +02:00
plugin Add copyright and licensing to .cpp and .h files missing them 2024-05-28 09:47:01 +02:00
serialization Fix test compilation issues with QtLite configuration 2024-05-06 14:29:02 +00:00
text tst_QString: extend unary arg() checks even further 2024-06-07 06:59:18 +00:00
thread QtPrivate::ResultIteratorBase: use modernize comparisons 2024-05-14 00:32:35 +02:00
time Update CLDR Windows timezone data to v44.1 2024-06-02 15:25:00 +02:00
tools Long live QCryptographicHash::hashInto()! 2024-05-29 14:24:29 +02:00
CMakeLists.txt