summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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