qt5base-lts/tests/auto/corelib
Volker Hilsheimer 8b9a025373 Make QDeadlineTimer test more resilient against VM starvation
Flaky fails in this test suggest that the VM on which the
test is executed does not get CPU resources allocated for enough time
to make this test pass. This change makes the test more resilient by
taking the measurements as quickly as possible.

In addition, use a sanity-check based on std::chrono APIs to abort the
test completely if we see that the clock has advanced too far to make
the following tests meaningful.

Change-Id: Ie6ac4ffb52f20e7774014f8222c9cd8f54d8a263
Fixes: QTBUG-64517
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2020-02-26 23:26:23 +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 tst_QSettings: Fix leaking registry key 2020-02-25 20:16:20 +01:00
itemmodels Let QItemSelectionModel::columnIntersectsSelection honor the parent 2019-12-14 08:46:37 +01:00
kernel Make QDeadlineTimer test more resilient against VM starvation 2020-02-26 23:26:23 +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