qt5base-lts/tests/auto/dbus
Thiago Macieira 5368e44a86 Autotest: synchronize with the peer before emitting more signals
Several of the unit tests request that the peer emit more than one
signal, but only handle one. The rest of the signals stay queued in the
socket and will be delivered at the next test, causing it to fail often.

This doesn't happen in the tests with the bus. There, we don't receive
the extraneous signals due to AddMatch/ReceiveMatch on each signal
individually and the synchronous nature of the emission (the signals
have already been emitted by the next AddMatch and cannot match it).

Task-number: QTBUG-42145
Change-Id: I743a0553074972042fca46b76db5d9e7b3209620
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
2014-10-31 03:57:24 +01:00
..
qdbusabstractadaptor Autotest: synchronize with the peer before emitting more signals 2014-10-31 03:57:24 +01:00
qdbusabstractinterface Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusconnection Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusconnection_no_bus Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbuscontext Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusinterface Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbuslocalcalls Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusmarshall Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusmetaobject Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusmetatype Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbuspendingcall Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbuspendingreply Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusreply Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusservicewatcher Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusthreading Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbustype Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusxmlparser Update license headers and add new license files 2014-09-24 12:26:19 +02:00
dbus.pro Revert c3f485c525 2013-08-08 09:22:29 +02:00