summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* QFuture::const_iterator: use modernize comparisonsTatiana Borisova2 days2-10/+19
* QThread/Unix: make QThreadPrivate::finish() be called much laterThiago Macieira3 days1-15/+59
* Fix test compilation issues with QtLite configurationJari Helaakoski5 days1-11/+13
* QThread: Introduce isCurrentThreadFabian Kosmale2024-04-261-0/+7
* QThread: check various ways users may use start(Priority)Marc Mutz2024-04-261-0/+51
* wasm: introduce QT_BUILD_WASM_BATCHED_TESTSMorten Sørvig2024-04-171-1/+1
* tst_qfuture: Update EXPECT_FAIL msvc conditionMårten Nordheim2024-03-181-1/+1
* QFutureWatcher: Fix race for initial emission of resultReadyAt()Jarek Kobus2024-03-151-0/+23
* Port two tests' QAbstractEventDispatcher overrides to V2Thiago Macieira2024-03-131-6/+7
* tst_QMutex[qnx]: increase system timer resolutionMårten Nordheim2024-03-121-0/+2
* tst_QMutex: use the new QCOMPARE_* macrosMårten Nordheim2024-03-021-24/+24
* Fix conversion warning in tst_qresultstoreIsak Fyksen2024-02-271-1/+1
* Change license for tests filesLucie Gérard2024-02-0423-23/+23
* Add cxx11_future in QPromise tests and disable it for VxWorksKrzysztof Sommerfeld2024-01-311-0/+22
* QFuture: Don't use QFutureCallOutInterface for continuationsArno Rehn2023-12-131-20/+36
* Tests: remove blacklisted CIs no longer availableChristian Ehrlicher2023-12-061-2/+0
* wasm: Fix test runner for asynchronous testsPiotr Wierciński2023-10-261-1/+0
* Revert "QAtomic: remove the copy ctor and assignment operator"Volker Hilsheimer2023-10-253-0/+99
* QAtomic: remove the copy ctor and assignment operatorGiuseppe D'Angelo2023-10-253-99/+0
* QtFuture: Prevent whenAll()/whenAny() from creating reference cyclesArno Rehn2023-09-151-0/+34
* CI: Enable some tests under corelib/thread for Wasm platformPiotr Wierciński2023-09-143-2/+22
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+3
* Tests: Fix typo in qfuture testPiotr Wierciński2023-08-071-1/+1
* CMake: remove check for cxx11_futureThiago Macieira2023-08-023-50/+0
* Revert "Fix signed integer overflows in tst_QAtomicInteger"Thiago Macieira2023-07-281-80/+17
* tst_QAtomicInteger: remove macros to force C++11 atomicsThiago Macieira2023-07-211-24/+0
* tst_QFuture: fix UB (call of member function on wrong object)Marc Mutz2023-07-211-2/+0
* tst_QThreadPool: remove Windows-specific QSKIPMårten Nordheim2023-07-121-3/+0
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-0534-0/+204
* Handle a couple of GCC 13 warnings about dangling referencesAhmad Samir2023-06-281-0/+5
* tst_QFutureSynchronizer: describe how setFutureAliasingExistingMember() worksMarc Mutz2023-06-281-0/+5
* QFutureSynchronizer: fix aliasing problem in setFuture()Marc Mutz2023-06-211-0/+23
* QPromise: Propagate cancellation through failure handlersArno Rehn2023-06-201-0/+33
* Long live futexes for FreeBSD!Thiago Macieira2023-06-151-7/+7
* Fix segfault when using qfuture continuations with move only typesAhmed Essam2023-06-102-22/+77
* QFuture: Gracefully handle a destroyed context in continuationsArno Rehn2023-05-301-0/+47
* Extend QFuture continuations testsIvan Solovev2023-05-301-0/+103
* QSemaphore: add QDeadlineTimer APIThiago Macieira2023-05-161-100/+0
* tst_qthreadpool: expect a warning, cleaning up the test runMarc Mutz2023-05-041-0/+8
* Take move-only functions for the threadpoolAllan Sandfeld Jensen2023-05-041-1/+19
* Rid of 'special case' markersAlexey Edelev2023-04-131-2/+0
* Long live QPromise::emplaceResult/At()!Marc Mutz2023-04-121-0/+8
* Deprecate QtFuture::makeReadyFuture()Ivan Solovev2023-04-051-0/+5
* Long live QtFuture::makeReadyVoidFuture() and QtFuture::makeReadyValueFuture()Ivan Solovev2023-04-051-8/+31
* Long live QtFuture::makeReadyRangeFuture()Ivan Solovev2023-04-051-0/+94
* Create any callable using QRunnable::createAllan Sandfeld Jensen2023-04-041-0/+19
* tst_QThreadPool: reduce the number of infinite timeoutsMarc Mutz2023-03-311-47/+56
* QPromise: add support for addResult(braced-initializer)Marc Mutz2023-03-281-0/+15
* QFutureInterface: add a warning when an existing continuation is overwrittenIvan Solovev2023-03-281-0/+30
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-1/+1