qt5base-lts/tests/auto/corelib
Giuseppe D'Angelo 1b14569753 QMutexLocker: strenghten the locking operations
There is no reason to allow relock() on a locked locker, or unlock()
or an unlocked one, just like we don't allow that on a plain mutex
to begin with. The docs already said that e.g. relock() locks an
_unlocked_ locker.

[ChangeLog][QtCore][QMutexLocker] QMutexLocker allowed relock() and
unlock() on an already closed (resp. open) locker object. These
semantics have always been undocumented and are now unsupported
(in both cases they yield undefined behavior.)

Change-Id: Id5f67beb5dc30d6435dae88a3085fba93ec7d96e
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2022-03-18 05:18:28 +01:00
..
animation tst_qanimationgroup: fix memleaks 2022-01-05 08:22:00 +01:00
global Tests: Do not depend on transitive includes 2022-03-17 17:14:37 +01:00
io Tests: Do not depend on transitive includes 2022-03-17 17:14:37 +01:00
itemmodels Fix test to pass with QT_FORCE_ASSERTS 2022-02-18 18:55:38 +01:00
kernel Tests: Do not depend on transitive includes 2022-03-17 17:14:37 +01:00
mimetypes Tests: Do not depend on transitive includes 2022-03-17 17:14:37 +01:00
platform Android: Add runOnMainAndroidThread() under QNativeInterface 2021-05-26 23:24:11 +00:00
plugin Add VERBATIM option to add_custom_command calls 2022-03-17 15:15:06 +01:00
serialization Tests: Do not depend on transitive includes 2022-03-17 17:14:37 +01:00
text Add QByteArray::percentDecoded() as an instance method 2022-03-18 01:22:54 +01:00
thread QMutexLocker: strenghten the locking operations 2022-03-18 05:18:28 +01:00
time Tests: Do not depend on transitive includes 2022-03-17 17:14:37 +01:00
tools Tests: Do not depend on transitive includes 2022-03-17 17:14:37 +01:00
CMakeLists.txt Add tests for QAndroidApplication's sdkVersion and activity 2021-05-13 01:41:36 +03:00