summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | Use new QSemaphoreReleaser in tst_QThreadPoolMarc Mutz2017-03-091-32/+2
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-281-0/+92
|\| |
| * | QThreadPool: supersede cancel() with tryTake()Marc Mutz2017-02-221-0/+92
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-174-18/+61
|\| |
| * | 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
* | | Long live QSemaphoreReleaser!Marc Mutz2017-02-141-0/+50
* | | Tests: Fix Clang warnings about various unused variablesFriedemann Kleint2017-02-051-2/+0
|/ /
* | 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
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-022-4/+1
|\|
| * tst_QThreadPool::tryStartCount(): Wait until tasks have finished.Friedemann Kleint2015-11-272-4/+1
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-271-39/+113
|\|
| * tst_QWaitCondition::wakeOne(): Increase wait interval.Friedemann Kleint2015-11-261-4/+7
| * tst_QWaitCondition: Prevent test functions from interfering with each other.Friedemann Kleint2015-11-261-35/+106