qt5base-lts/tests/auto/corelib
Sona Kurazyan 43c964b8ad Fix converting a null QStringRef to QString
The assumption when calling QStringRef::toString() on a null
QStringRef (i.e. when QStringRef::isNull() is true) is that
QStringRef::toString().isNull() will also return true. With the
current implementation we return a null QString() only when the
QStringRef references a nullptr QString. We need to do the same
also when QStringRef references a QString with null private data.

Change-Id: I4177a5ea187ae758d7c46fe76a9d0583140e90cb
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2019-11-04 20:06:38 +01:00
..
animation Update for failures only on dev branch. Use general platform names 2019-08-19 18:22:11 +02:00
codecs Port from QStringViewLiteral to u"" 2019-07-29 11:17:28 +03:00
global Merge remote-tracking branch 'origin/5.15' into dev 2019-11-01 01:01:02 +01:00
io Merge remote-tracking branch 'origin/5.15' into dev 2019-10-26 01:01:32 +02:00
itemmodels cleanup QSortFilterProxyModel tests 2019-10-24 19:41:16 +02:00
kernel Fix all tst_qmetatype breakages after QList to QVector aliasing 2019-10-30 11:52:53 +01:00
mimetypes Remove handling of missing Q_COMPILER_RVALUE_REFS 2019-05-01 20:24:45 +00:00
plugin Disable debug-and-release builds for MinGW 2019-09-18 06:28:16 +00:00
serialization Merge remote-tracking branch 'origin/5.15' into dev 2019-11-01 01:01:02 +01:00
statemachine QStateMachine: Don't scream at the user 2019-10-24 10:26:03 +02:00
text Fix converting a null QStringRef to QString 2019-11-04 20:06:38 +01:00
thread Get rid of QT_STRICT_ITERATORS 2019-11-04 12:52:26 +00:00
time Merge remote-tracking branch 'origin/5.14' into 5.15 2019-10-13 01:00:43 +02:00
tools Get rid of QT_STRICT_ITERATORS 2019-11-04 12:52:26 +00:00
corelib.pro Move text-related code out of corelib/tools/ to corelib/text/ 2019-07-10 17:05:30 +02:00