qt5base-lts/tests/auto/corelib
Volker Hilsheimer 1ce3585305 Detect double timer during single timeout in registerTimer test, and skip
We observe this happening on macOS in the CI system, and it might happen
if a VM doesn't get CPU cycles for long enough time so that two timers
time out. Then event processing will process two timer events, and we
overwrite the timerIdFromEvent with the second event.

Instead, skip the test when this happens.

This is an ammendment to 5c520f4b0a

Fixes: QTBUG-71751
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
(cherry picked from commit 67491e2df5)
Change-Id: I30eef8cfc94988e6cad500dd5e6722488c2985be
2020-02-22 02:52:36 +01:00
..
animation Flatten version-specific blacklisting on macOS to all macOS versions 2020-01-22 17:58:31 +01:00
codecs Port from QStringViewLiteral to u"" 2019-07-29 11:17:28 +03:00
global Fix encoding expected by tst_qmessagehandler::qMessagePattern() 2020-01-09 10:58:25 +01:00
io QFileSystemWatcher/win: watch also for attribute changes of directories 2020-01-10 06:24:14 +01:00
itemmodels Let QItemSelectionModel::columnIntersectsSelection honor the parent 2019-12-14 08:46:37 +01:00
kernel Detect double timer during single timeout in registerTimer test, and skip 2020-02-22 02:52:36 +01:00
mimetypes Remove handling of missing Q_COMPILER_RVALUE_REFS 2019-05-01 20:24:45 +00:00
plugin Disable debug-and-release builds for MinGW 2019-09-18 06:28:16 +00:00
serialization QXmlStreamReader: early return in case of malformed attributes 2020-01-23 19:44:09 +01:00
statemachine QStateMachine: Don't scream at the user 2019-10-24 10:26:03 +02:00
text Only read the first BOM as a BOM; the rest are ZWNBS ! 2020-02-14 19:13:37 +01:00
thread Flatten version-specific blacklisting on macOS to all macOS versions 2020-01-22 17:58:31 +01:00
time Combine negativeYear() and printNegativeYear() 2020-01-14 10:47:19 +01:00
tools Flatten version-specific blacklisting on macOS to all macOS versions 2020-01-22 17:58:31 +01:00
corelib.pro Move text-related code out of corelib/tools/ to corelib/text/ 2019-07-10 17:05:30 +02:00