qt5base-lts/tests/auto/corelib/text/qstringbuilder
Ahmad Samir 309e7d88c3 QStringBuilder: test more concatenation variants
- rvalues, they work due to e.g. the implicit conversion to QString, so
  the compiler picks the "const String &" overloads. (This may change by
  adding rvalue overloads in a later commit, although that will mean
  adding many more operator+() overloads to disambiguate the calls)
- QByteArray + QByteArrayView
- More P and more Q (even though in some cases P and Q are defined as
  the same operator in some QStringBuilder unittest "scenarios")

Change-Id: I4e7daecdb6887fb52f45732cd32323af20b1b850
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2023-07-24 01:04:55 +03:00
..
qstringbuilder1 QStringBuilder: test more concatenation variants 2023-07-24 01:04:55 +03:00
qstringbuilder2 CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
qstringbuilder3 CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
qstringbuilder4 CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
CMakeLists.txt tests: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-17 21:56:49 +01:00