summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* Blacklist: test cases blacklisted in tst_QSystemSemaphore:CI Insignificant Platforms Monitor Bot2022-03-101-0/+4
* QProperty: fix threading issuesFabian Kosmale2022-03-101-0/+86
* QMetaObjectBuilder: Always set Data::metatypesFabian Kosmale2022-03-021-0/+12
* Core: Fix tests that did break because QProcess security fixPasi Petäjäjärvi2022-02-241-1/+1
* Simplify failure detection logic in QEventDispatcher testVolker Hilsheimer2022-02-181-17/+10
* Make large inputs to qNextPowerOfTwo give undefined outputAllan Sandfeld Jensen2022-02-171-11/+0
* Set version for tst_qguiapplication and tst_qcoreapplicationAndreas Buhr2022-02-171-0/+5
* QMetaObjectBuilder: fix addProperty() recording of the property typeThiago Macieira2022-02-161-2/+4
* Fix failures for tst_eventdispatcher on INTEGRITYTatiana Borisova2022-02-151-1/+1
* Repair tst_qcoreapplication to not segfault on AndroidAndreas Buhr2022-02-151-2/+2
* Core: Remove 'properties' featureKai Köhne2022-02-141-4/+1
* tst_QSystemSemaphore: give proper path to test-helperMårten Nordheim2022-02-121-1/+1
* Cleanup tests that add test data to resources explicitlyAlexey Edelev2022-02-111-17/+0
* CMake: Add BUILTIN_TESTDATA option to qt_internal_add_testAlexey Edelev2022-02-111-14/+8
* Fix clang-cl build of tst_qobjectAllan Sandfeld Jensen2022-02-021-1/+1
* 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