summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* tst_QMetaType: remove call to pthread_yield()Thiago Macieira2022-01-191-3/+0
* tst_QMetaType: remove the IsInitialized checkThiago Macieira2022-01-192-28/+11
* tst_qmetatype: add a few more row for QMetaType::UknknownTypeThiago Macieira2022-01-191-0/+23
* tst_qeventdispatcher: avoid influence between test functionsAlex Trotsenko2022-01-191-0/+8
* Win32: always allow the event loop to be woken up by posted eventsVolker Hilsheimer2022-01-191-3/+0
* Add more tests for event dispatcher waking upVolker Hilsheimer2022-01-191-1/+111
* QMetaType: add a missing check for null d_ptrThiago Macieira2022-01-182-0/+55
* Remove unused .qrc filesJoerg Bornemann2022-01-172-11/+0
* QMetaType: Allow conversion of derived gadget types to their base typesUlf Hermann2022-01-132-2/+30
* tst_qeventdispatcher: fix UB in single-shot timers activationAlex Trotsenko2022-01-131-6/+6
* tst_qtranslator: fix memleakMarc Mutz2022-01-031-3/+3
* tst_qsharedmemory: skip readOnly() test under asanMarc Mutz2021-12-231-0/+2
* tst_qmetatype: fix memleaksMarc Mutz2021-12-221-4/+11
* Fix autotest runtime failures on INTEGRITYTatiana Borisova2021-12-163-0/+21
* tst_qmetatype: remove traces of compiler workarounds againMarc Mutz2021-12-163-13/+0
* tst_qmetatype: remove the previous MingW workaroundMarc Mutz2021-12-161-8/+0
* tst_qmetatype: remove the previous clang-arm workaroundMarc Mutz2021-12-151-5/+0
* Revert "tst_qmetatype: Temporarily disable expensive tests on QNX"Marc Mutz2021-12-151-2/+2
* tst_qmetatype: factor the most expensive test into its own TUMarc Mutz2021-12-074-81/+127
* tst_qmetatype: move an #ifdef to the headerMarc Mutz2021-12-072-8/+8
* QObject: Q_ASSERT the object type before calling a PMFThiago Macieira2021-11-271-2/+69
* tst_qmetatype: Temporarily disable expensive tests on QNXFabian Kosmale2021-11-251-2/+5
* Introduce Q_APPLICATION_STATICMike Achtelik2021-11-183-0/+74
* tst_qvariant: fix -Wclass-memaccessMarc Mutz2021-11-161-1/+1
* Android: check if objectClass() is not null in registerNativeMethods()Assam Boudjelthia2021-11-152-12/+48
* Include qproperty.h where neededMarc Mutz2021-11-042-0/+2
* tst_QVariant: suppress warning about memcpying over QVariantThiago Macieira2021-10-211-1/+1
* QObjectCompatProperty: Add support for custom gettersIevgenii Meshcheriakov2021-10-201-1/+56
* Compile Private API autotests for INTEGRITYTatiana Borisova2021-10-201-3/+1
* Re-enable QT_NO_NARROWING_CONVERSIONS_IN_CONNECT for QtGiuseppe D'Angelo2021-10-131-0/+5
* Compile private Qt APIs autotests for INTEGRITYTatiana Borisova2021-10-051-0/+1
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-021-4/+0
* Assume that <variant> header is always presentIevgenii Meshcheriakov2021-10-011-4/+0
* Remove checks for C++ standard versions C++17 and belowIevgenii Meshcheriakov2021-10-012-3/+3
* tst_qmetatype: Fix operator< detection for std::optionalFabian Kosmale2021-09-211-0/+2
* Compile autotests for IntegrityTatiana Borisova2021-09-204-6/+20
* Remove conditioning on Android embeddedEdward Welbourne2021-09-173-4/+4
* Add missing dependencies of tests on their helper programsEdward Welbourne2021-09-172-10/+9
* Q_DECLARE_INTERFACE: delete unspecialized qobject_interface_iid()Thiago Macieira2021-09-071-2/+0
* QObject::connect(): fail to connect to a functor if UniqueConnection is passedGiuseppe D'Angelo2021-08-271-2/+3
* Re-add QPropertyAlias functionalityFabian Kosmale2021-08-231-0/+17
* QVariant: Tolerate QObject* metatypes without QMetaObjectUlf Hermann2021-08-101-0/+48
* QPrivateSlotBase: add empty base class optimizationMarc Mutz2021-07-291-1/+1
* QTranslator: Fix loading of meta catalogs from absolute .qm pathKai Köhne2021-07-151-0/+14
* tst_qtranslator: Simplify extraction of test dataKai Köhne2021-07-154-45/+5
* QObject: optimize the common case of findChildren(QString())Marc Mutz2021-07-131-0/+2
* CMake: Remove the usage of QT_SOURCE_TREE from testsJoerg Bornemann2021-07-121-2/+0
* QProperty: Downgrade assert in noSelfDependencies to warningFabian Kosmale2021-07-071-0/+9
* Expand a test that QVariant isn't null even when what it wraps isEdward Welbourne2021-06-241-4/+6
* QBindable: Use setter in setValue for QObjectCompatPropertyFabian Kosmale2021-06-171-0/+11