summaryrefslogtreecommitdiff
path: root/test/internals
AgeCommit message (Collapse)AuthorFilesLines
2014-01-06Skip unix only syslog test.Ralf Habacker1-1/+2
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=41252 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2013-09-03Define DBUS_COMPILATION externally for all tests that use internal stuffSimon McVittie3-3/+0
It might as well go in the AM_CPPFLAGS rather than in the source code. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=68852 Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
2013-06-12Merge branch 'dbus-1.6'Simon McVittie1-0/+89
Conflicts: NEWS configure.ac
2013-06-12Add a test-case for CVE-2013-2168Simon McVittie1-0/+89
Reviewed-by: Thiago Macieira <thiago@kde.org> [build system adjusted to compile it even if we don't have GLib -smcv]
2013-04-08Do not suppress syslog test's stderr just because init is systemdSimon McVittie1-3/+3
This causes the test to fail. The assumption implicitly being made was "if pid 1 is systemd, then every caller of _dbus_init_system_log() is a systemd service" which is not valid for the regression test. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=63163 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Colin Walters <walters@verbum.org>
2012-01-23Port to glib 2.31.x g_thread APISimon McVittie1-41/+37
g_thread_init() is deprecated since glib 2.24, call g_type_init() instead. Bump glib requirement accordingly. g_thread_create is deprecated since 2.31, use g_thread_new() instead. When building with a glib earlier than 2.31, provide a backwards compatibility shim. [Added a comment about why we're using g_type_init() in a test that doesn't otherwise use GObject -smcv] Bug: https://bugs.freedesktop.org/show_bug.cgi?id=44413 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2011-09-21refs test: fix unused variableSimon McVittie1-1/+0
This one was added since my more-unused-39231 branch.
2011-09-21Add a semi-automatic test for _dbus_system_logSimon McVittie1-0/+100
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=39987 Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
2011-08-05Add a regression test for fd.o #38005Simon McVittie1-0/+613
(The dbus-1.4 version.) Bug: https://bugs.freedesktop.org/show_bug.cgi?id=39836 Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>