qt6-bb10/tests/auto/corelib
Allan Sandfeld Jensen cf7d990a48 Fix reference to a dead temporary
NoDefaultConstructorRef1 was taking a reference of the input, which
meant in the first test it would get a reference to the temporary
created by the 1 literal. A temporary that would be out of scope by
the time we check its value.

Instead add a test with unique_ptr to test we can pass movable
temporaries.

Change-Id: I6b02377dfe30c82b6e71bfb3353a81ad81558ed3
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2019-05-22 11:22:40 +02:00
..
animation Extend blacklisting of tst_qparallelanimationgroup tests to macOS 10.13 2018-09-24 21:13:30 +00:00
codecs Add tests for decoding too-short UTF-8 sequences 2018-09-25 22:14:07 +00:00
global Merge remote-tracking branch 'origin/5.12' into 5.13 2019-05-16 01:00:11 +02:00
io Fix canonicalFilePath() for files with trailing slashes 2019-05-21 13:59:34 +02:00
itemmodels Merge remote-tracking branch 'origin/5.12' into 5.13 2019-03-26 08:27:02 +01:00
kernel Merge remote-tracking branch 'origin/5.12' into 5.13 2019-05-09 13:06:11 +00:00
mimetypes QMimeDatabase: update freedesktop.org.xml to shared-mime-info 1.10 2018-11-13 11:16:11 +00:00
plugin Merge remote-tracking branch 'origin/5.12' into 5.13 2019-03-06 12:31:50 +01:00
serialization Add 'well-formated' JSON string values 2019-05-14 10:06:35 +00:00
statemachine tst_QStateMachine: Don't use unconditional waits 2018-04-04 07:07:40 +00:00
thread Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
tools Fix reference to a dead temporary 2019-05-22 11:22:40 +02:00
corelib.pro Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00