summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qsemaphore/tst_qsemaphore.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* QSemaphore: add <chrono> overload of tryAcquire()Marc Mutz2021-06-301-1/+35
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Clean-up warnings in corelib/thread testsSona Kurazyan2020-12-171-18/+18
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-5/+5
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-2/+2
* QSemaphore: fix deadlock when the woken up thread wakes up anotherThiago Macieira2018-03-191-0/+69
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-281-0/+63
|\
| * QSemaphore: fix regression when the timeout < 0Thiago Macieira2017-11-141-0/+63
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-171-2/+4
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-161-2/+4
| |\
| | * tst_QSemaphore: avoid deadlock on test failuresMarc Mutz2017-02-141-2/+4
* | | Long live QSemaphoreReleaser!Marc Mutz2017-02-141-0/+50
|/ /
* / Lower timeout on tst_QSemaphore::tryAcquireWithTimeoutAllan Sandfeld Jensen2016-12-141-3/+3
|/
* QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-6/+0
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* 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
* Improved stability of tst_qsemaphore (especially on mac)Rohan McGovern2012-02-081-16/+25
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Cleanup corelib autotestsJason McDonald2011-11-111-2/+5
* Cleanup corelib autotestsJason McDonald2011-11-101-8/+8
* Cleanup corelib autotestsJason McDonald2011-11-071-13/+0
* Remove DEPENDS_ON from qtestlib API.Jason McDonald2011-10-191-8/+0
* Moving relevant tests to corelib/threadHolger Ihrig2011-09-011-0/+450