summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-7/+7
|\
| * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-7/+7
* | Get rid of QT_STRICT_ITERATORSLars Knoll2019-11-042-2/+0
* | Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer2019-10-292-16/+7
|/
* Update for failures only on dev branch. Use general platform namesDaniel Smith2019-08-193-10/+4
* Remove the remaining usages of deprecated APIs of qtbaseSona Kurazyan2019-08-011-0/+4
* unblacklist passing testsDaniel Smith2019-07-084-6/+14
* Port some trivial cases from QMutex to QRecursiveMutexMarc Mutz2019-07-062-6/+2
* Short live QRecursiveMutex!Marc Mutz2019-07-061-4/+5
* Add QT_NO_JAVA_STYLE_ITERATORS and mark QtBase free of itMarc Mutz2019-07-031-0/+1
* tst_QThread: Add output for all elapsed testsFriedemann Kleint2019-06-281-7/+15
* tst_QThread: Blacklist sleep() for WindowsFriedemann Kleint2019-06-261-0/+2
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-2010-295/+295
* Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-145-26/+27
* QFuture: Wait for result on iterator advanceMorten Johan Sørvig2019-05-131-0/+67
* Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-4/+4
* Fix memory leak in auto testLars Knoll2019-03-291-0/+1
* Fix memory leak in auto testLars Knoll2019-03-291-0/+2
* Add cmdline feature to qmakeJoerg Bornemann2019-02-181-2/+1
* Expand blacklisting of qthreadpool to cover linux distrosTony Sarajärvi2019-01-301-0/+1
* Re-enable thread autotestsAllan Sandfeld Jensen2018-09-251-1/+1
* Modernize the "thread" featureUlf Hermann2018-08-173-25/+21
* Revert "Blacklist tst_QThread::create"Joni Jäntti2018-07-201-2/+0
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-024-10/+16
|\
| * tst_qthreadpool: Skip "stackSize" if unsupportedMårten Nordheim2018-06-271-0/+8
| * Make tests compile for AndroidLiang Qi2018-06-252-2/+2
| * Android: tst_qthread: terminate is not supportedMårten Nordheim2018-06-211-4/+4
* | tst_qthreadstorage: Fix execution for WinRTOliver Wolff2018-06-283-25/+22
* | Blacklist tst_QThread::createJoni Jantti2018-06-151-0/+2
* | Extend blacklisting of QSemaphore tests to macOS 10.13Tony Sarajärvi2018-06-111-0/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-261-2/+0
|\|
| * Atomics: remove requirement for alignment equality with plain typesThiago Macieira2018-04-241-2/+0
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-052-28/+26
|\|
| * tst_QThread: Use QTRY_VERIFY instead of qWaitsKari Oikarinen2018-04-031-6/+2
| * tst_QFutureWatcher: Avoid unconditional qWait()sKari Oikarinen2018-04-031-22/+24
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-211-0/+69
|\|
| * QSemaphore: fix deadlock when the woken up thread wakes up anotherThiago Macieira2018-03-191-0/+69
* | implement non-member operator+ for iteratorsEric Lemanissier2018-03-061-0/+4
|/
* Tests: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-041-1/+1
* Use dependencies instead of CONFIG+=orderedAllan Sandfeld Jensen2017-12-021-4/+5
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-302-0/+131
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-281-0/+63
| |\
| | * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-231-0/+63
| | |\
| | | * QSemaphore: fix regression when the timeout < 0Thiago Macieira2017-11-141-0/+63
| * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-231-0/+68
| |\| |
| | * | Add QThreadPool autotest to detect stale threads after tryTakeSvenn-Arne Dragly2017-11-161-0/+68
| | |/
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-1/+2
|\| |
| * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-1/+2
* | | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-241-0/+64
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-0/+64
| |\|