summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Universally pass QMetaType by valueUlf Hermann2021-06-171-3/+3
* Apple: Use POSIX IPC instead of System V in sandboxed applicationsTor Arne Vestbø2021-06-161-5/+17
* normalizeTypeFromSignature: Beware of anonymous struct/unionFabian Kosmale2021-06-081-0/+15
* QProperty: Do not involve semi-destroyed QObjects in bindingsFabian Kosmale2021-06-071-0/+30
* JNI: Add calls to get field IDsAssam Boudjelthia2021-06-042-0/+53
* Add a const JNINativeMethod[] overload for registerNativeMethods()Assam Boudjelthia2021-06-021-2/+2
* Simplify storing of notification objectsLars Knoll2021-06-011-0/+32
* QPropertyBinding: Do not reevaluate if not installed on propertyFabian Kosmale2021-05-121-0/+27
* QProperty: Cleanup QPropertyAlias leftoversFabian Kosmale2021-05-111-84/+0
* QMetaMethod: Store method constness in metaobject systemFabian Kosmale2021-05-071-2/+23
* Fix set*Field JNI template callsAssam Boudjelthia2021-05-052-0/+164