summaryrefslogtreecommitdiff
path: root/test/message.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Call dbus_shutdown()Simon McVittie2018-08-021-0/+1
| | | | | | | | | | Not all of these tests will be fully valgrind-clean yet (or perhaps ever), but it's easier to add this to all of them than to think about it. Signed-off-by: Simon McVittie <smcv@collabora.com> Reviewed-by: Philip Withnall <withnall@endlessm.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=107194
* bus: Silence most log messages when testing OOM handlingSimon McVittie2017-11-151-3/+6
| | | | | | | | | In parts of the OOM testing, our logging produces multiple megabytes of output. Let's not do that. Reviewed-by: Philip Withnall <withnall@endlessm.com> Signed-off-by: Simon McVittie <smcv@collabora.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=103601
* Test dbus_message_iter_abandon_container_if_open under OOM conditionsSimon McVittie2017-07-051-0/+75
| | | | | | Signed-off-by: Simon McVittie <smcv@collabora.com> Reviewed-by: Philip Withnall <withnall@endlessm.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=101568
* test/message: Add a targeted test for recently-fixed leaksSimon McVittie2017-07-051-0/+236
Signed-off-by: Simon McVittie <smcv@collabora.com> Reviewed-by: Philip Withnall <withnall@endlessm.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=101568