summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* Build examples and tests only if their requirements are metUlf Hermann2017-03-221-1/+5
* 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
* 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
* Blacklist tst_QWaitCondition::wakeOne() on WindowsMarc Mutz2017-02-141-0/+2
* Drop unnecessary dependencies from some testsUlf Hermann2017-01-103-3/+3
* 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
* | | 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
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-22/+19
|\|
| * Fix pauseEvents() test to test what should be true, not what is.Edward Welbourne2015-11-021-10/+8
| * Attach all signal spies before setting the watcher's future.Edward Welbourne2015-11-021-12/+11
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-2318-19/+19
|\|
| * Make the C++11 atomic support the default, if availableThiago Macieira2015-10-1618-19/+19
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-0/+13
|\|
| * Initialize QFutureWatcherBasePrivate::finished and testEdward Welbourne2015-09-301-0/+13
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-1/+1
|\|
| * Fix tst_qthreadstorageFrederik Gladhorn2015-09-241-1/+1
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-0517-17/+16
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-0118-18/+0
* | tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-194-73/+73
* | Autotest: Fix build error with QT_NO_EXCEPTIONSRainer Keller2015-08-191-2/+2
|/
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-272-21/+21
* Tests: Do not rely on qCompare(bool, int,...).Friedemann Kleint2015-07-181-29/+29