summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* Fix for leak in QFutureChristian Strømme2012-11-011-8/+22
* normalise signal/slot signatures [QtCore tests]Marc Mutz2012-10-221-4/+4
* Remove the QThread::terminated() signalSze Howe Koh2012-10-191-2/+2
* Test: remove QSKIP from tst_QThread::stressTestCaroline Chao2012-10-161-3/+6
* Move QFutureSynchronizer back to QtCoreMarc Mutz2012-09-283-0/+164
* Move QFutureWatcher back to QtCoreMarc Mutz2012-09-284-0/+949
* Move QFuture from QtConcurrent to QtCoreMarc Mutz2012-09-284-0/+1444
* Move QtConcurrent::ResultStore as QtPrivate::ResultStore to QtCoreMarc Mutz2012-09-283-0/+497
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2216-384/+384
* Use QElapsedTimer instead of QTime to measure elapsed timeThiago Macieira2012-09-131-1/+1
* Increase the fuzziness of the QSemaphore test to 50 msThiago Macieira2012-09-131-1/+1
* tst_QMutex: add markers to the tryLock testsThiago Macieira2012-08-231-6/+13
* Enable QAtomicInteger for char16_t and char32_tThiago Macieira2012-08-181-0/+8
* Add Q_DECL_CONSTEXPR to the isXXX functions in the new atomics.Thiago Macieira2012-08-181-0/+28
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0114-0/+14
* Ensure that QAtomicPointer of forward-declared classes worksThiago Macieira2012-07-301-0/+17
* Avoid load(testcase) for installing test helper appsRohan McGovern2012-07-041-2/+1
* Fixed several unit tests to work in shadow buildsKurt Korbatits2012-06-291-1/+1
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-3/+3
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-281-0/+1
* Removed CONFIG+=parallel_test from suspected parallel-unsafe testsRohan McGovern2012-05-221-1/+1
* Remove parallel flag for qsemaphore because of flaky nature.Toby Tomkins2012-05-181-1/+1
* Make the event notification on Windows be mandatory in all dispatchersThiago Macieira2012-05-041-0/+5
* Add a remainingTime() method to the public interface of the QTimer classLaszlo Papp2012-04-031-0/+1
* Unit-test the additional QBasicAtomicXXX expansionsThiago Macieira2012-03-282-6/+114
* Fixed qthreadstorage unittest to work from install directoryKurt Korbatits2012-03-261-0/+4
* Fix indentation of QWaitCondition autotest.Jason McDonald2012-03-121-352/+351
* Fix QThreadstorage test.Friedemann Kleint2012-02-277-25/+62
* Add the quitlock feature to QThread.Stephen Kelly2012-02-231-0/+49
* Speed up tst_QWaitConditionBradley T. Hughes2012-02-201-7/+1
* Remove usages of QT_ARCH and QT_ARCH_* from qtbaseBradley T. Hughes2012-02-171-1/+1
* Eliminate duplicate data row names from corelib autotests.Jason McDonald2012-02-141-11/+11
* Improved stability of tst_qsemaphore (especially on mac)Rohan McGovern2012-02-082-18/+25
* Move QtConcurrent into its own moduleLars Knoll2012-02-054-0/+855
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3015-15/+15
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-2315-15/+15
* Changed unittests in corelib to use specific headers instead of super-headers.Kurt Korbatits2012-01-161-1/+2
* Update copyright year in license headers.Jason McDonald2012-01-0515-15/+15
* Make sure tst_QThreadStorage finds its subprocessBradley T. Hughes2012-01-031-0/+4
* Use true and false in preference to TRUE and FALSE in tests.Jason McDonald2012-01-031-8/+8
* Add Qt::TimerType argument to QAbstractEventDispatcher::registerTimer()Bradley T. Hughes2012-01-021-1/+1
* Remove mention of trolltech from QThreadStorage test.Jason McDonald2011-12-281-1/+1
* QThread-test: Fix test on Windows (timer inaccuracy).Friedemann Kleint2011-12-141-9/+4
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-0612-36/+0
* Remove cast and assignment operators from QAtomicInt and QAtomicPointerBradley T. Hughes2011-12-022-151/+8
* Fixed installation of corelib testsRohan McGovern2011-12-012-9/+7
* Fix crash in tst_qatomicpointer testOlivier Goffart2011-11-291-12/+13
* Test QAtomicPointer<const T>Olivier Goffart2011-11-261-0/+52
* Cleanup corelib autotestsJason McDonald2011-11-253-46/+49