qt6-bb10/tests/auto/corelib/tools/qsharedpointer
Marc Mutz 18d781af74 tst_QSharedPointer: add more tests for forward-declared payloads
It is not sufficient that QSharedPointer<ForwardDeclared>'s default ctor
and dtor compile. Copy/move assignment/construction and swapping should work, too.

Arguably, there are more functions that should compile with just a forward-declared
payload, but this is a start.

Change-Id: I75470e3d4ba949c3e735c4078cbc123d53ec3007
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2014-03-14 13:34:37 +01:00
..
.gitignore Moving relevant tests to corelib/tools 2011-09-01 13:07:23 +02:00
externaltests.cpp Add QT_NO_PROCESS guards in tests where they are missing 2013-09-03 08:42:24 +02:00
externaltests.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
externaltests.pri Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
forwarddeclared.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
forwarddeclared.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
nontracked.cpp Don't increase the reference count if dynamic_cast failed 2013-01-04 17:30:19 +01:00
nontracked.h Don't increase the reference count if dynamic_cast failed 2013-01-04 17:30:19 +01:00
qsharedpointer.pro Don't increase the reference count if dynamic_cast failed 2013-01-04 17:30:19 +01:00
tst_qsharedpointer.cpp tst_QSharedPointer: add more tests for forward-declared payloads 2014-03-14 13:34:37 +01:00
wrapper.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
wrapper.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00