qt5base-lts/tests/auto/dbus/qdbusabstractadaptor
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
..
qmyserver Autotest: synchronize with the peer before emitting more signals 2014-10-31 03:57:24 +01:00
test tests: Mark tst_qdbus* tests as insignificant on OS X 2014-03-13 13:25:49 +01:00
.gitignore Moved dbus autotests into new directory structure 2011-09-01 09:37:08 +02:00
myobject.h Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusabstractadaptor.pro all remaining tests: eliminated usage of qttest_p4.prf 2011-10-25 08:42:23 +02:00
tst_qdbusabstractadaptor.cpp Autotest: synchronize with the peer before emitting more signals 2014-10-31 03:57:24 +01:00