qt5base-lts/tests/auto/corelib
Marc Mutz d4a88e4ea4 QVarLengthArray: fix size update on failed append()
If the in-place constructor throws, the old code had already updated
the container's size(). Fix by delaying the update to after the
in-place construction.

[ChangeLog][QtCore][QVarLengthArray] Fixed a bug whereby a failed
append() would leave the container with an inconsistent size().

Pick-to: 6.2 5.15
Change-Id: Ief1e668d945149bd8ba96c8af1398baaa7876880
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2021-12-08 16:39:27 +00:00
..
animation Include qproperty.h where needed 2021-11-04 21:45:02 +01:00
global Fix tst_qfloat16 runtime failure for INTEGRITY 2021-12-06 18:53:50 +00:00
io QFile: Add open() overload that accepts permissions argument 2021-12-04 01:27:11 +01:00
itemmodels Shorten target name for qsortfilterproxymodel auto tests 2021-11-29 08:08:21 +01:00
kernel tst_qmetatype: factor the most expensive test into its own TU 2021-12-07 15:57:33 +01:00
mimetypes Compile autotests for Integrity 2021-09-20 17:29:04 +03:00
platform Android: Add runOnMainAndroidThread() under QNativeInterface 2021-05-26 23:24:11 +00:00
plugin QNX: check and use elf.h from alternative location 2021-11-30 14:37:52 +02:00
serialization Remove conditioning on Android embedded 2021-09-17 17:30:14 +02:00
text QStringBuilder: Add support for QByteArrayView 2021-12-04 08:21:22 +00:00
thread QThread::create(): request interruption and join on destruction 2021-12-07 16:56:49 +01:00
time Skip QTimeZone::checkOffset() if there are no valid zones to test 2021-11-26 02:14:52 +01:00
tools QVarLengthArray: fix size update on failed append() 2021-12-08 16:39:27 +00:00
CMakeLists.txt Add tests for QAndroidApplication's sdkVersion and activity 2021-05-13 01:41:36 +03:00