summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qthread/tst_qthread.cpp
Commit message (Expand)AuthorAgeFilesLines
* Skip tests that terminate threads under ASANVolker Hilsheimer2022-06-251-0/+16
* Windows: fix DeferredDelete events processing on QThread::terminate()Vladimir Belyavsky2022-06-131-0/+78
* Remove manual declarations of qGlobalPostedEventsCount()Marc Mutz2022-05-181-4/+0
* Guard the use of QWinEventNotifier in testsAlexey Edelev2022-05-171-0/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* QThread::create(): request interruption and join on destructionGiuseppe D'Angelo2021-12-071-0/+62
* Long live QVERIFY_THROWS_EXCEPTION!Marc Mutz2021-11-261-1/+1
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-231-1/+1
* tst_qthread: Don't use QVERIFY in multiple threads in threadIdReuse()Ievgenii Meshcheriakov2021-10-011-2/+5
* QThread: Reset the system thread ID when thread exits on UnixIevgenii Meshcheriakov2021-09-291-0/+53
* Attempt to unwedge tst_QThread::wait3_slowDestructor()Edward Welbourne2021-08-171-13/+15
* QTestlib: Add formatting for QObject * in QCOMPAREFriedemann Kleint2021-05-261-2/+3
* Move QEMU emulation detector to QTestSamuli Piippo2021-02-131-2/+2
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+5
* Clean-up warnings in corelib/thread testsSona Kurazyan2020-12-171-20/+20
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-5/+5
* QAbstractEventDispatcher: change event dispatcher timer interval to qint64Liu Yang2020-09-211-1/+1
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-22/+24
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-061-4/+0
* QThread::create: remove the pre-C++17 codepathsGiuseppe D'Angelo2020-07-071-6/+0
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-2/+2
* Remove winrtOliver Wolff2020-06-061-6/+4
* tst_QThread: Add output for all elapsed testsFriedemann Kleint2019-06-281-7/+15
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-5/+5
* Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-11/+9
* Fix memory leak in auto testLars Knoll2019-03-291-0/+2
* Android: tst_qthread: terminate is not supportedMårten Nordheim2018-06-211-4/+4
* tst_QThread: Use QTRY_VERIFY instead of qWaitsKari Oikarinen2018-04-031-6/+2
* Move detection of <future> to a configure testGiuseppe D'Angelo2017-10-061-2/+2
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-0/+5
|\
| * Skip QThread stress test on QemuSami Nurmenniemi2017-07-021-0/+5
* | QThread: add static create functionGiuseppe D'Angelo2017-04-241-0/+259
|/
* 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
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-19/+1
|/ /
* / Updated license headersJani Heikkinen2016-01-211-17/+12
|/
* Use qthread_win.cpp for WinRT as wellOliver Wolff2015-06-231-41/+5
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* winrt: Use native threadingAndrew Knight2014-06-251-24/+33
* 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
* threading support for winrtKamil Trzcinski2013-09-261-0/+12
* Add an advisory interruption mechanism to QThread.Corentin Jabot2013-09-051-0/+40
* tst_qthread: fix race on "bool visited"David Faure2013-03-291-4/+4
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix possible crash in tst_QThread::quitLock() testPeter Kümmel2012-12-171-7/+9
* Remove the QThread::terminated() signalSze Howe Koh2012-10-191-2/+2