summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qdeadlinetimer/tst_qdeadlinetimer.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDeadlineTimer: use new comparison helper macrosTatiana Borisova2024-04-181-0/+30
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* QDeadlineTimer: make it so any negative millisecond count is "forever"Thiago Macieira2023-05-111-4/+26
* tst_QDeadlineTimer: remove the testing of the different timer typesThiago Macieira2023-05-111-36/+13
* Move the formatting of <chrono> durations to QDebug & QtTestThiago Macieira2023-05-061-46/+0
* QDeadlineTimer: remove internal TimeReference classThiago Macieira2023-04-181-1/+1
* QDeadlineTimer: use if constexpr instead of function specializationsThiago Macieira2023-04-181-0/+8
* QDeadlineTimer: use std::chrono::steady_clock everywhereThiago Macieira2023-04-181-6/+4
* tst_QDeadlineTimer: use std::chrono_literalsThiago Macieira2023-04-181-47/+48
* tst_QDeadlineTimer: use the new QCOMPARE_xx() macrosThiago Macieira2023-04-181-164/+216
* Remove preprocessor conditionals for chrono includeKonrad Kujawa2022-09-161-7/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* QDeadlineTimer: optimize when std::chrono::steady_clock is the sameThiago Macieira2020-12-091-0/+12
* Fix tst_QDeadlineTimer::stdchrono() flaky testJarek Kobus2020-10-271-52/+32
* Try again to make QDeadlineTimer test robust against context switchesVolker Hilsheimer2020-02-281-16/+34
* Make QDeadlineTimer test more resilient against VM starvationVolker Hilsheimer2020-02-261-4/+19
* Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-2/+2
* Fix integer overflows in QDeadlineTimerKonstantin Shegunov2019-05-081-0/+79
* Increase the resolution for QDeadlineTimer unit testThiago Macieira2016-10-261-1/+1
* Long live QDeadlineTimerThiago Macieira2016-08-151-0/+625