qt5base-lts/tests/auto/corelib
Giuseppe D'Angelo bf22f91441 QFuture/QPromise: don't check for is_copy_constructible
The check is over-arching. is_move_constructible is sufficient;
we don't have to support "ridiculous" types that are copiable but
have deleted move operations (such types are fundamentally broken).
This is in line with the Move* (legacy) named requirements.

Change-Id: Idc7116b39013501b9be39628a4e7afd35fe15530
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
2021-05-21 11:08:11 +02:00
..
animation Port QVariantAnimation to the new property system 2021-04-30 18:59:50 +02:00
global Long live qToUnderlying 2021-05-18 02:09:11 +02:00
io Fix QUrl::fromLocalFile with long path prefix 2021-05-19 21:38:38 +02:00
itemmodels Fix QItemSelectionModel::selectionChanged emission 2021-05-18 08:49:56 +02:00
kernel QPropertyBinding: Do not reevaluate if not installed on property 2021-05-12 14:49:46 +02:00
mimetypes Fix BASE argument of qt_add_resources 2021-05-18 16:02:52 +02:00
platform Add tests for QAndroidApplication's sdkVersion and activity 2021-05-13 01:41:36 +03:00
plugin Fix BASE argument of qt_add_resources 2021-05-18 16:02:52 +02:00
serialization Fix BASE argument of qt_add_resources 2021-05-18 16:02:52 +02:00
text QByteArrayView: add compare 2021-05-20 17:02:38 +02:00
thread QFuture/QPromise: don't check for is_copy_constructible 2021-05-21 11:08:11 +02:00
time Ensure setDateTime clears status also when short 2021-05-04 15:21:48 +01:00
tools tst_QSharedPointer: Fix Clang warnings about self assignment 2021-05-19 02:48:47 +02:00
CMakeLists.txt Add tests for QAndroidApplication's sdkVersion and activity 2021-05-13 01:41:36 +03:00