summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation for WinRTMaurice Kalinowski2015-12-142-2/+4
* tst_QThreadPool::tryStartCount(): Wait until tasks have finished.Friedemann Kleint2015-11-272-4/+1
* 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
* 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
* Make the C++11 atomic support the default, if availableThiago Macieira2015-10-1618-19/+19
* Initialize QFutureWatcherBasePrivate::finished and testEdward Welbourne2015-09-301-0/+13
* Fix tst_qthreadstorageFrederik Gladhorn2015-09-241-1/+1
* 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
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-41/+5
|\
| * Use qthread_win.cpp for WinRT as wellOliver Wolff2015-06-231-41/+5
* | Blacklist tryAcquireWithTimeoutSimon Hausmann2015-06-201-1/+1
* | Blacklist and skip various tests that are flakeySimon Hausmann2015-06-143-0/+8
* | Blacklist tst_QThreadPool::expiryTimeoutRace() on OS XSimon Hausmann2015-06-121-0/+2
|/
* Do not search test binary if QProcess is not supported.Pasi Petäjäjärvi2015-03-231-0/+2
* Skip instead of entirely excluding tests with disabled featuresMarko Kangas2015-03-161-3/+5
* Add missing fetchAndXxx methods to atomic classes based on std::atomicThiago Macieira2015-03-0551-19/+111
* Update copyright headersJani Heikkinen2015-02-1121-146/+146
* QThreadPool::cancel() to remove individual jobs from the job queue.Nick Shaforostoff2014-12-241-0/+51
* Use the new warning enabling/disabling macros in qtbaseThiago Macieira2014-12-031-7/+3
* tst_QThreadPool: fix memleakMarc Mutz2014-10-191-6/+6
* Update license headers and add new license filesMatti Paaso2014-09-2421-398/+230
* QFutureInterface: allow to work with a QThreadPool != globalInstance()Marc Mutz2014-08-051-0/+49
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-031-0/+3
|\
| * Skip unstable autotests in QtBase.Morten Johan Sørvig2014-07-021-0/+3
* | winrt: Use native threadingAndrew Knight2014-06-251-24/+33
* | Updated corelib's unit tests to use QSignalSpy's functor constructorKeith Gardner2014-05-081-19/+19
|/
* Fix tst_qthreadpool under high load.David Faure2014-03-141-0/+1
* Remove use of templates in tst_qatomicinteger.Friedemann Kleint2014-03-041-2/+2
* Add a testAndSet overload to the atomics that returns the current valueThiago Macieira2014-02-163-1/+525
* Replace the type-based QAtomicIntegerTraits with a size-based oneThiago Macieira2014-01-3021-6/+513
* tst_qthreadpool: fix memory leakDavid Faure2013-11-281-1/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-5/+7
|\
| * Fix test compilation on WinRTAndrew Knight2013-11-261-3/+7
* | QThreadPool: fix race at time of thread expiry.David Faure2013-10-311-4/+21
* | Winrt: Skip qthread autotests, which are not supported (yet)Oliver Wolff2013-10-021-0/+12
* | Winrt: tst_qthread: Added QEXPECT_FAIL where neededOliver Wolff2013-10-021-0/+12
* | WinRT: Fix various test compilationsAndrew Knight2013-10-022-1/+3
* | threading support for winrtKamil Trzcinski2013-09-261-0/+12
|/
* tst_QReadWriteLock: replace a volatile bool with an atomic intMarc Mutz2013-09-231-6/+6
* tst_QMutex: fix a raceMarc Mutz2013-09-231-3/+1
* Add an advisory interruption mechanism to QThread.Corentin Jabot2013-09-051-0/+40
* tst_qthreadpool: fix flaky test I introduced in last commitDavid Faure2013-08-291-0/+4
* QThreadPool: fix counting of waiting threadsDavid Faure2013-08-241-0/+56
* QThreadPool - Add method clear() to remove queued QRunnable.Corentin Jabot2013-08-161-0/+29
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-231-0/+53
|\
| * QThreadPool: Fix regression from Qt 4 in dealing with priority startsThiago Macieira2013-05-201-0/+53
* | Fix some data races in tst_qthreadpool.David Faure2013-05-191-16/+16
|/