summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add QThreadPool autotest to detect stale threads after tryTakeSvenn-Arne Dragly2017-11-161-0/+68
|/
* Improve performance in QThreadPoolSvenn-Arne Dragly2017-10-041-0/+64
* tst_QMutex: produce less noise with MSVCThiago Macieira2017-09-011-0/+3
* Skip QThread stress test on QemuSami Nurmenniemi2017-07-022-0/+8
* Extend blacklisting of tst_QSemaphoreTony Sarajärvi2017-05-311-0/+1
* Blacklist tst_qsemaphore on macOS 10.12Tony Sarajärvi2017-04-241-0/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-271-1/+5
|\
| * Build examples and tests only if their requirements are metUlf Hermann2017-03-221-1/+5
* | Blacklist also tst_QSemaphore::tryAcquireWithTimeout(2s)Marc Mutz2017-03-171-0/+2
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-134-134/+102
|\|
| * Stop trying to discover the system timer resolution on WindowsThiago Macieira2017-03-081-51/+10
| * Fix UB in QFutureInterface: invalid casts from ResultStoreBase to ResultStore<>Olivier Goffart2017-03-062-80/+89
| * Properly use the "process" featureUlf Hermann2017-02-271-3/+3
* | QThreadPool: supersede cancel() with tryTake()Marc Mutz2017-02-221-0/+92
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-162-18/+57
|\|
| * tst_QThreadPool: don't deadlock when a cancel() test failsMarc Mutz2017-02-151-0/+20
| * Wait for runnables to start up in tst_QThreadPool::cancel()Marc Mutz2017-02-151-3/+10
| * tst_QThreadPool: simplify cancel()Marc Mutz2017-02-151-5/+8
| * Fix UB (data race) in tst_QThreadPool::cancel()Marc Mutz2017-02-151-10/+17
| * tst_QSemaphore: avoid deadlock on test failuresMarc Mutz2017-02-141-2/+4
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-141-0/+2
|\|
| * Blacklist tst_QWaitCondition::wakeOne() on WindowsMarc Mutz2017-02-141-0/+2
* | Blacklist tst_QSemaphore::tryAcquireWithTimeout(0.2s) on WindowsMarc Mutz2017-02-101-0/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-253-3/+3
|\|
| * Drop unnecessary dependencies from some testsUlf Hermann2017-01-103-3/+3
* | Long live QTest::addRow()!Marc Mutz2017-01-101-1/+1
* | Lower timeout on tst_QSemaphore::tryAcquireWithTimeoutAllan Sandfeld Jensen2016-12-142-6/+3
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-132-2/+116
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-241-2/+2
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-2/+2
| | |\
| | | * Speculative fix for tst_QThread::wait2() flakinessAllan Sandfeld Jensen2016-11-171-2/+2
| * | | QMutex: make sure we try_lock_for no shorter than the duration passedMarc Mutz2016-11-221-0/+114
* | | | macOS: Don't build auto-tests as application bundles unless explicitly requestedTor Arne Vestbø2016-10-231-1/+1
|/ / /
* | | winrt: Make test functionalMaurice Kalinowski2016-08-091-1/+13
* | | Q(Basic)Mutex: add try_lock{,_for,_until} for STL compatibilityGiuseppe D'Angelo2016-07-251-241/+762
* | | Use QElapsedTimer in tst_qmutexGiuseppe D'Angelo2016-07-222-14/+69
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-93/+0
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-241-93/+0
| |\|
| | * tst_QAtomicInteger: fix UBs (signed overflow)Marc Mutz2016-03-241-93/+0
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-304-34/+4
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-8/+80
|\|
| * Fix signed integer overflows in tst_QAtomicIntegerMarc Mutz2016-03-101-8/+80
* | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-214-0/+4
* | Update the Intel copyright yearThiago Macieira2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-2121-356/+251
* | Remove all the atomic code besides MSVC and std::atomicThiago Macieira2016-01-1934-82/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-182-2/+4
|\|
| * Fix compilation for WinRTMaurice Kalinowski2015-12-142-2/+4