summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Add support for naming JNI functions with the unstringify macroJuha Vuolle2022-07-052-0/+27
* Support markdown in QTextEditMimeData; fix pasting trailing newlinesShawn Rutledge2022-06-241-0/+11
* Avoid misleading bindingStatusAllan Sandfeld Jensen2022-06-201-1/+37
* Add compile-time generation of JNI class namesVolker Hilsheimer2022-05-273-4/+32
* Compile-time generate a JNINativeMethod from a C functionVolker Hilsheimer2022-05-231-14/+12
* QMetaType: disable conversion from smart pointer<const QObject>Giuseppe D'Angelo2022-05-211-0/+17
* Fix return value of qGlobalPostedEventsCount()Marc Mutz2022-05-181-11/+6
* Make qGlobalPostedEventsCount() auto-test-exported-onlyMarc Mutz2022-05-182-0/+4
* Remove manual declarations of qGlobalPostedEventsCount()Marc Mutz2022-05-181-4/+1
* Return specific types for frequently used Java objectsVolker Hilsheimer2022-05-171-0/+9
* Fold methods for object return type into generic methodsVolker Hilsheimer2022-05-171-0/+31
* Use SPDX license identifiersLucie Gérard2022-05-1641-1117/+92
* Add variadic template overloads for QJniObject/Environment methodsVolker Hilsheimer2022-05-132-17/+150
* QMetaType: Fix normalization on MSVC if name contains enumFabian Kosmale2022-05-121-0/+6
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-111-1/+1
* Generate JNI signature strings at compile timeVolker Hilsheimer2022-05-053-0/+123
* Clean up includes involving tst_qmetatype_common.hEdward Welbourne2022-04-262-4/+4
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-3/+3
* Revert "Blacklist: test cases blacklisted in tst_QSystemSemaphore:"Pasi Petäjäjärvi2022-04-011-4/+0
* Make QUnixEventDispatcherQPA XFAIL the testVolker Hilsheimer2022-03-251-1/+1
* QProperty: Allow manual scheduling of binding notificationUlf Hermann2022-03-211-0/+16
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-173-0/+6
* QObject: add another couple of tests for broken connect()Giuseppe D'Angelo2022-03-171-0/+11
* QObject: give some TLC to dumpRecursive()Marc Mutz2022-03-161-0/+27
* 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