qt5base-lts/tests/auto/corelib/kernel/qdeadlinetimer
Thiago Macieira ec0e0d1e81 QDeadlineTimer: make it so any negative millisecond count is "forever"
We have quite a few Qt API that assumes this, so making this change
helps transitioning them to QDeadlineTimer.

[ChangeLog][Important Behavior Changes] QDeadlineTimer will now
interpret negative millisecond remaining times as "forever", instead of
only the value -1. This brings the API closer in line with other API
like QMutex. This change does not apply to the nanosecond counts in the
API, nor to the API based on std::chrono.

Change-Id: I6f518d59e63249ddbf43fffd175a3e5bead564ae
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2023-05-11 00:28:49 -07:00
..
BLACKLIST Blacklist tst_QDeadlineTimer::stdchrono on Windows/clang 2020-12-21 10:23:15 +01:00
CMakeLists.txt tests: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-17 21:56:49 +01:00
tst_qdeadlinetimer.cpp QDeadlineTimer: make it so any negative millisecond count is "forever" 2023-05-11 00:28:49 -07:00