summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qeventdispatcher/tst_qeventdispatcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Make QUnixEventDispatcherQPA XFAIL the testVolker Hilsheimer2022-03-251-1/+1
* Simplify failure detection logic in QEventDispatcher testVolker Hilsheimer2022-02-181-17/+10
* Fix failures for tst_eventdispatcher on INTEGRITYTatiana Borisova2022-02-151-1/+1
* tst_qeventdispatcher: avoid influence between test functionsAlex Trotsenko2022-01-191-0/+8
* Win32: always allow the event loop to be woken up by posted eventsVolker Hilsheimer2022-01-191-3/+0
* Add more tests for event dispatcher waking upVolker Hilsheimer2022-01-191-1/+111
* tst_qeventdispatcher: fix UB in single-shot timers activationAlex Trotsenko2022-01-131-6/+6
* QEventDispatcher(Win): Always honor interrupted status to avoid racesMårten Nordheim2021-03-111-0/+27
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+3
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-2/+2
* Synchronize QEventDispatcherWin32::processEvents() with QCoreApplicationAlex Trotsenko2020-08-261-0/+26
* Detect double timer during single timeout in registerTimer test, and skipVolker Hilsheimer2020-02-121-5/+17
* Discover the conditions under which registerTimer is flaky, and skipVolker Hilsheimer2020-02-071-0/+22
* QCocoaEventDispatcher: make 'interrupt' workTimur Pocheptsov2019-12-101-0/+45
* tests: Distinguish tst_qeventdispatcher and tst_qguieventdispatcherLiang Qi2018-11-161-0/+1
* Make sure QEventDispatcher::registerTimer() cleans up after itselfUlf Hermann2018-11-151-52/+126
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Don't send posted events from QWindowSystemInterface::sendWindowSystemEventsTor Arne Vestbø2013-09-161-0/+45
* Don't assume processEvents(WaitForMoreEvents) will process timersTor Arne Vestbø2013-09-051-4/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Test posted events in tst_QEventDispatcher with various flagsBradley T. Hughes2012-02-101-1/+13
* Run tst_QEventDispatcher with the GUI event dispatchers as wellBradley T. Hughes2012-02-101-1/+16
* Add tst_QEventDispatcher to tests/auto/corelib/kernelBradley T. Hughes2012-02-101-0/+186