qt6-bb10/tests/auto/corelib/text
Marc Mutz 6b9a1824a4 Extend tst_qstringapisymmetry for member compare()
There were a few surprises:

- QByteArray::compare() are missing noexcept (will add)
- ibid., called with non-ascii content and CaseInsensitive fails
  (this was discussed on the ML, with tentative agreement that
  it's a feature, not a bug; waiting for QUtf8String(View) for a
  fix, then).
- As was the case when we did this exercise with the relational
  operators, QString(Ref)/QChar is not noexcept (will fix)

These have been QEXPECT_FAIL'ed.

Not much of the cartesian product is implemented at all, yet.  These
have been #ifdef'ed with NOT_YET_IMPLEMENTED to see what's still
missing.

Change-Id: I7d9b21e292b98f980aacdc6248e88188f7472ba2
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2020-02-09 17:43:20 +00:00
..
qbytearray
qbytearraylist
qbytearraymatcher
qbytedatabuffer
qchar
qcollator Take care of NULL data from QStringView in QCollator 2020-02-05 10:23:43 +01:00
qlatin1string Deprecate QStringViewLiteral 2019-08-10 22:13:49 +02:00
qlocale Enable system locale to skip digit-grouping if configured to do so 2020-02-03 15:34:02 +01:00
qregexp
qregularexpression
qstring QString::isLower/isUpper: redo the implementation 2020-01-11 19:28:50 +01:00
qstring_no_cast_from_bytearray
qstringapisymmetry Extend tst_qstringapisymmetry for member compare() 2020-02-09 17:43:20 +00:00
qstringbuilder
qstringiterator
qstringlist
qstringmatcher
qstringref
qstringview Deprecate QStringViewLiteral 2019-08-10 22:13:49 +02:00
qtextboundaryfinder
text.pro