summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qeventloop/tst_qeventloop.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Blacklist tst_QGuiEventLoop::processEvents on QNXVolker Hilsheimer2023-11-221-0/+14
* qcore_unix: port qt_safe_poll to QDeadlineTimerAhmad Samir2023-10-241-2/+2
* Remove the unix dispatcher from WASM buildsMikolaj Boc2023-08-221-2/+4
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-7/+7
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Compile autotests for IntegrityTatiana Borisova2021-09-201-1/+2
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-4/+4
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-6/+6
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-3/+3
* tst_QEventLoop: Remove unconditional qWait()Kari Oikarinen2018-04-101-1/+0
* Remove timer checks from testQuitLockMorten Johan Sørvig2017-08-221-13/+0
* Fix race condition in the processEvents testMorten Johan Sørvig2017-07-191-5/+4
* tst_qeventloop: replace select with pollLouai Al-Khanji2016-02-041-5/+2
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Stabilize qguieventloop test.Jędrzej Nowacki2015-09-241-13/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Fix tst_QEventLoop::processEventsExcludeSocket testJan-Marek Glogowski2014-11-211-9/+43
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Updated corelib's unit tests to use QSignalSpy's functor constructorKeith Gardner2014-05-081-5/+5
* Fix MSVC-warning about unused variable eventdispatcher.Friedemann Kleint2014-01-311-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-5/+22
|\
| * Add auto-test for running the QEventLoop test with the GUI dispatcherTor Arne Vestbø2013-08-121-0/+4
| * Don't assume Q_OS_UNIX means we support QEventLoop::X11ExcludeTimersTor Arne Vestbø2013-08-121-3/+17
| * Remove unused member in QEventLoop auto-testTor Arne Vestbø2013-08-061-2/+1
* | Rename a few QSignalSpy variables to match what they are spyingTor Arne Vestbø2013-07-081-15/+15
|/
* QEventLoop: Remove the test that checked throwing from an event handlerThiago Macieira2013-06-081-67/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Core: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-2/+0
* Test: remove QSKIP in tst_QEventLoop::throwInExec()Caroline Chao2012-10-291-10/+10
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QEvent (and subclasses): make ctors explicitMarc Mutz2012-03-011-1/+1
* Add the event loop quitlock feature to QtCore.Stephen Kelly2012-01-311-0/+82
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Cleanup corelib autotests.Jason McDonald2011-12-281-0/+5
* Fix compile error when configured with -no-exceptionsShane Kearns2011-12-221-1/+4
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Cleanup corelib autotestsJason McDonald2011-11-251-4/+4
* Don't depend on moc to disable test functions.Jason McDonald2011-11-181-9/+8
* Cleanup corelib autotestsJason McDonald2011-11-071-20/+0
* Remove SkipMode parameter from QSKIP calls.Jason McDonald2011-10-211-2/+1
* Remove DEPENDS_ON from qtestlib API.Jason McDonald2011-10-191-4/+0
* Move QTRY_VERIFY/QTRY_COMPARE into testlib.Jason McDonald2011-10-191-2/+0
* Avoid using QSKIP in lieu of compile-time checksJason McDonald2011-10-051-8/+9
* Remove Symbian-specific code from tests.Jason McDonald2011-09-291-273/+3
* Moving relevant tests to corelib/kernelHolger Ihrig2011-09-011-0/+937