qt5base-lts/tests/auto/corelib
Thiago Macieira 8abbbb4c48 Fix regression causing QVector::fill w/ same size to not detach
Caused by commit 01301b0b34, which made
vector.resize(vector.size()) not to detach, which was used by fill() and
assumed that detaching happened. The test does not test the resize()
behavior, only that fill() is not broken anymore.

[ChangeLog][QtCore][QVector] Fixed a regression that caused fill() not
to detach, corrupting shared copies.

Fixes: QTBUG-77058
Change-Id: I6aed4df6a12e43c3ac8efffd15b1b527a8007bf3
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
2019-07-16 18:09:51 -07:00
..
animation Report correct state change when destroying QAbstractAnimation 2019-06-20 12:46:30 +02:00
codecs Add tests for decoding too-short UTF-8 sequences 2018-09-25 22:14:07 +00:00
global Use C++11 alignof as reference for Q_ALIGNOF, and fix test on Android 2019-06-17 17:13:22 +02:00
io Merge remote-tracking branch 'origin/5.12' into 5.13 2019-07-13 01:00:21 +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 QPluginLoader: fix failing test comparing the Qt version 2019-07-03 05:59:16 -03:00
serialization Merge remote-tracking branch 'origin/5.12' into 5.13 2019-06-07 13:19:27 +02: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 regression causing QVector::fill w/ same size to not detach 2019-07-16 18:09:51 -07:00
corelib.pro Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00