summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qthread
Commit message (Expand)AuthorAgeFilesLines
* QThread: Introduce isCurrentThreadFabian Kosmale10 days1-0/+7
* QThread: check various ways users may use start(Priority)Marc Mutz10 days1-0/+51
* Port two tests' QAbstractEventDispatcher overrides to V2Thiago Macieira2024-03-131-6/+7
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Tests: remove blacklisted CIs no longer availableChristian Ehrlicher2023-12-061-2/+0
* CMake: remove check for cxx11_futureThiago Macieira2023-08-021-4/+0
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-131-5/+9
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* QThread: Clean up bindingStatusOrList if object gets deletedFabian Kosmale2022-07-141-0/+14
* QThread: Initialize bindingStatus for adopted threadsFabian Kosmale2022-07-131-0/+17
* tst_qthread: Fix compilation under ubsanFabian Kosmale2022-06-201-4/+4
* Skip tests that terminate threads under ASANVolker Hilsheimer2022-06-191-0/+16
* Windows: fix DeferredDelete events processing on QThread::terminate()Vladimir Belyavsky2022-06-101-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-132-5/+4
* Remove the qmake project filesJoerg Bornemann2021-01-071-9/+0
* 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
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-17/+1
* 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
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-061-2/+0
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-092-2/+2
* 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
* Regenerate tests/auto/corelib/threadAlexandru Croitor2019-11-121-0/+16
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-111-3/+1
|\
| * Update for failures only on dev branch. Use general platform namesDaniel Smith2019-08-191-3/+1
* | cmake: add corelib/thread/qthreadstorageFrederik Gladhorn2019-10-101-2/+0
* | cmake: add more tests in corelib/threadFrederik Gladhorn2019-10-041-0/+20
|/
* unblacklist passing testsDaniel Smith2019-07-081-2/+5
* tst_QThread: Add output for all elapsed testsFriedemann Kleint2019-06-281-7/+15
* tst_QThread: Blacklist sleep() for WindowsFriedemann Kleint2019-06-261-0/+2
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-5/+5