qt5base-lts/tests/auto/gui/kernel/qguieventloop
Morten Johan Sørvig 4585889467 Fix race condition in the processEvents test
This test verifies processEvents(WaitForMoreEvents)
behavior by first processing all pending events (in
a loop) and then verifying that a following processEvents
call actually waits.

But there is no guarantee that the OS won’t introduce
more events after the first loop has completed. This
does indeed seem to happen on recent versions of macOS.

Change the test to not require that the processEvents
call blocked and de-blacklist.

Task-number: QTBUG-61131
Change-Id: Ic8fa74a6085165442791264f6f137a2fa6083138
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2017-07-19 12:29:53 +00:00
..
BLACKLIST Fix race condition in the processEvents test 2017-07-19 12:29:53 +00:00
qguieventloop.pro Add auto-test for running the QEventLoop test with the GUI dispatcher 2013-08-12 14:27:57 +02:00