qt5base-lts/tests/auto/corelib
Thiago Macieira 95afe6b244 QSharedPointer: do allow calling deleters on null pointers
I don't know why std::shared_ptr allows this, but why not.

[ChangeLog][Important Behavior Changes] QSharedPointer objects will now
call custom deleters even when the pointer being tracked was null. This
behavior is the same as std::shared_ptr.

Fixes: QTBUG-85285
Pick-to: 5.15
Change-Id: I24006db8360041f598c5fffd161c260df0313b55
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
2020-07-31 10:40:25 -07:00
..
animation Fix warning when printing of qsizetype 2020-07-26 17:39:31 +02:00
global Add float->qfloat16 rounding and fix the tests 2020-07-31 16:50:30 +02:00
io Purge redundant recoding of URL fragments from QByteArray 2020-07-27 11:25:49 +02:00
itemmodels Add missing override in tst_QSortFilterProxyModel 2020-07-29 14:33:48 +02:00
kernel Expose QMetaTypeInterface::alignof in QMetaType 2020-07-31 09:46:54 +02:00
mimetypes Fix warnings about unused expression results in tests 2020-07-29 14:33:29 +02:00
plugin Fix warning when comparing qsizetype to result of sizeof 2020-07-26 18:06:21 +02:00
serialization Remove deprecated binary json feature 2020-07-31 17:12:48 +02:00
statemachine CMake: Regenerate subdir test projects 2020-07-09 09:38:39 +02:00
text QString::vasprintf: fix 't' modifier for integers on 64-bit 2020-07-31 10:36:33 -07:00
thread Fix warnings about unused variables and functions in tests 2020-07-26 18:06:46 +02:00
time CMake: Regenerate tests with new qt_ prefixed APIs 2020-07-09 09:38:35 +02:00
tools QSharedPointer: do allow calling deleters on null pointers 2020-07-31 10:40:25 -07:00
.prev_CMakeLists.txt Move QTextCodec support out of QtCore 2020-06-20 02:04:38 +02:00
CMakeLists.txt Move QTextCodec support out of QtCore 2020-06-20 02:04:38 +02:00
corelib.pro Move QTextCodec support out of QtCore 2020-06-20 02:04:38 +02:00