qt6-bb10/tests/auto/corelib/thread/qmutex
Thiago Macieira 3a1f4b186d Stop trying to discover the system timer resolution on Windows
Let's take the beginning of the description: WaitForSingleObjectEx can
be up to 16 milliseconds early. This is proven by the fact that there
are tests doing:

    wait(waitTime);
    QVERIFY(timer.elapsed() >= waitTime - systemTimersResolution);

and failing.

Task-number: QTBUG-59337
Change-Id: Iae839f6a131a4f0784bffffd14a9a79523d69d94
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2017-03-08 05:52:47 +00:00
..
.gitignore
qmutex.pro Use QElapsedTimer in tst_qmutex 2016-07-22 23:18:27 +00:00
tst_qmutex.cpp Stop trying to discover the system timer resolution on Windows 2017-03-08 05:52:47 +00:00