summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* Remove blacklist of tryAcquireWithTimeout on WindowsAllan Sandfeld Jensen2022-08-071-6/+0
* Add license headers to cmake filesLucie Gérard2022-08-0337-0/+111
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-287-7/+7
* QMutex: limit moreStress test to idealThreadCount threadsVolker Hilsheimer2022-07-201-5/+7
* QThread: Clean up bindingStatusOrList if object gets deletedFabian Kosmale2022-07-141-0/+14
* QThread: Initialize bindingStatus for adopted threadsFabian Kosmale2022-07-131-0/+17
* Remove uses of Q_ATOMIC_INT{8,16,32}_IS_SUPPORTEDMarc Mutz2022-07-062-32/+14
* unblacklist passing tests 2022Anna Wojciechowska2022-06-231-4/+0
* QPromise: run continuation(s) on destructionSona Kurazyan2022-06-221-0/+20
* tst_qthread: Fix compilation under ubsanFabian Kosmale2022-06-201-4/+4
* Skip tests that terminate threads under ASANVolker Hilsheimer2022-06-191-0/+16
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Windows: fix DeferredDelete events processing on QThread::terminate()Vladimir Belyavsky2022-06-101-0/+78
* Remove manual declarations of qGlobalPostedEventsCount()Marc Mutz2022-05-181-4/+0
* Guard the use of QWinEventNotifier in testsAlexey Edelev2022-05-171-0/+2
* Use SPDX license identifiersLucie Gérard2022-05-1623-647/+50
* Add support for unwrapping QFuture<QFuture<T>>Sona Kurazyan2022-04-211-0/+267
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-2/+4
* Android: activate tst_QThreadStorageIvan Solovev2022-03-253-9/+4
* tst_QAtomicInt: do not check qlonglong alignment for x86_32 CPUsIvan Solovev2022-03-252-4/+2
* Always cancel unfinished QPromises on destructionSona Kurazyan2022-03-251-0/+14
* QMutexLocker: strenghten the locking operationsGiuseppe D'Angelo2022-03-181-3/+0
* QMutexLocker: add move semanticsGiuseppe D'Angelo2022-03-171-0/+67
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+3
* QFuture: fix QtFuture::connect corner-casesGiuseppe D'Angelo2022-03-171-0/+30
* QMutexLocker: add isLocked()Giuseppe D'Angelo2022-03-151-0/+14
* Core: Fix tests that did break because QProcess security fixPasi Petäjäjärvi2022-02-241-1/+1
* Activate tst_QFutureWatcher for AndroidAndreas Buhr2022-02-152-2/+3
* Add qt_internal_undefine_global_definition functionAlexey Edelev2022-02-021-2/+1
* Restore missing Qt definitionsAlexey Edelev2022-01-311-2/+3
* QtFuture::connect: fix for signals with a single std::tuple argumentSona Kurazyan2022-01-311-12/+175
* Mark ResultStoreBase as finalSona Kurazyan2022-01-242-55/+146
* Fix memory leaks when capturing a QFuture in its continuationSona Kurazyan2022-01-211-0/+62
* tst_qfuture: fix compilation on MSVCAlex Trotsenko2022-01-081-1/+1
* QtFuture::connect: exclude QPrivateSignal from the resulting future typeSona Kurazyan2021-12-111-1/+46
* QThread::create(): request interruption and join on destructionGiuseppe D'Angelo2021-12-071-0/+62
* Fix QFuture continuations/handlers to work with move-only callablesSona Kurazyan2021-12-012-0/+71
* Long live QVERIFY_THROWS_EXCEPTION!Marc Mutz2021-11-261-1/+1
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-231-1/+1
* Add support for combining multiple QFuturesSona Kurazyan2021-11-201-0/+514
* QFuture: support cancellation of continuation chain through parentSona Kurazyan2021-11-131-0/+126
* Consistently restore threadpool limit at end of testsVolker Hilsheimer2021-10-221-12/+23
* Optimize QPromise destructorSona Kurazyan2021-10-082-0/+72
* Add a safer way to use QThreadPool::reserveThreadAllan Sandfeld Jensen2021-10-061-2/+52
* Cleanup of qthreadpoolAllan Sandfeld Jensen2021-10-011-7/+56
* tst_qthread: Don't use QVERIFY in multiple threads in threadIdReuse()Ievgenii Meshcheriakov2021-10-011-2/+5
* QThread: Reset the system thread ID when thread exits on UnixIevgenii Meshcheriakov2021-09-291-0/+53
* Compile autotests for IntegrityTatiana Borisova2021-09-202-3/+9
* Add missing dependencies of tests on their helper programsEdward Welbourne2021-09-172-11/+6
* QThreadPool: Fix restarting of expired threadsIevgenii Meshcheriakov2021-09-151-0/+25