qt5base-lts/tests/auto/opengl/qgl
Tor Arne Vestbø 68511d41d5 qWaitFor: Prevent being stuck in QCoreApplication::processEvents
When using the overload of QCoreApplication::processEvents that takes a
maxtime argument, the function will keep processing events until there
are no more events, or until it times out.

The problem is that the function doesn't distinguish between events that
were on the event queue when the function was called, and events generated
by processing events as part of its own execution. If for example a widget
calls update() in its paintEvent, the function will spin for the entire
duration of maxtime.

That doesn't work for qWaitFor, where we need to check the predicate
between each pass, so we use the overload of processEvents that doesn't
take a maxtime. That's fine, as we have our own timeout logic.

Change-Id: I9738d7d0187c36d4a5ddfcd3fd075b0bd84583c4
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2019-01-09 18:10:54 +00:00
..
.gitignore Moved autotests in category 'opengl' into new directory structure 2011-09-09 10:32:38 +02:00
BLACKLIST Extend tst_QGL::graphicsViewClipping blacklisting 2018-10-03 13:04:13 +00:00
qgl.pro Remove insignificant flag for a platform not supported 2015-11-29 07:02:20 +00:00
qgl.qrc Moved autotests in category 'opengl' into new directory structure 2011-09-09 10:32:38 +02:00
tst_qgl.cpp qWaitFor: Prevent being stuck in QCoreApplication::processEvents 2019-01-09 18:10:54 +00:00