dbus/test
Daniel Wendt 37b6e180e1 Enable "unused result" warning for Visual Studio >= 2012 (MSVC 11.0)
The _Must_inspect_result_ annotation is documented to be used in both
the declaration and implementation, but in testing with the MSVC 2012
compiler it appears to be sufficient to use the annotation only in the
declaration to get a compiler warning, as with the GCC compiler.
So the annotation is not necessary in the C implementation.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=105460
[smcv: Rebase dbus-sysdeps.h changes on master]
[smcv: Clarify commit message]
Reviewed-by: Simon McVittie <smcv@collabora.com>
Tested-by: Daniel Wendt <daniel.wendt@linux.com>
2018-03-15 19:53:05 +00:00
..
data Add a unit test for the dbus-daemon resetting its fd limit 2018-02-20 18:37:30 +00:00
integration transient-services integration test: Create the right directory 2017-04-18 12:46:18 +01:00
internals tests: Add the ability to multiply up test timeouts 2017-12-04 11:52:55 +00:00
name-test test-utils: Separate failable and non-failable functions 2017-12-04 11:52:52 +00:00
.gitignore Update .gitignore files 2015-02-03 15:40:01 +00:00
containers.c Avoid -Wunused-function for iterate_both_main_loops() without containers 2018-03-01 18:15:59 +00:00
corrupt.c test: Fix a couple of memory leaks in test-corrupt 2017-04-05 16:22:52 +01:00
dbus-daemon-eavesdrop.c tests: Consistently don't try to kill pid 0 2017-02-21 11:56:56 +00:00
dbus-daemon.c Add a unit test for the dbus-daemon resetting its fd limit 2018-02-20 18:37:30 +00:00
dbus-test-runner Add support for installing most of the modular tests 2011-06-10 18:32:35 +01:00
fdpass.c various tests: produce better diagnostics on error 2016-08-12 10:25:06 +01:00
glib-tap-test.sh When running TAP tests, filter out trailing \r from Windows .exe 2015-10-29 05:50:27 +01:00
header-fields.c header-fields test: Assert that we can remove multiple unknown fields 2018-01-11 18:35:49 +00:00
loopback.c loopback test: Display credentials received 2018-03-02 14:51:54 +00:00
Makefile.am Add a unit test for the dbus-daemon resetting its fd limit 2018-02-20 18:37:30 +00:00
manual-authz.c tests: reassure clang that oom() does in fact not return 2015-02-24 11:14:02 +00:00
manual-backtrace.c manual-backtrace: use proper prototypes, and make functions static 2015-11-17 15:32:43 +00:00
manual-dir-iter.c test: Add a missing OOM path in manual-dir-iter test 2017-02-14 17:45:08 +00:00
manual-paths.c Fix function declarations 2016-10-10 15:09:28 +01:00
manual-tcp.c Add manual tcp test case. 2015-01-30 09:33:40 +01:00
marshal.c Add a common test_init() for GLib tests which prevents hanging forever 2015-02-04 17:15:36 +00:00
message.c bus: Silence most log messages when testing OOM handling 2017-11-15 12:12:23 +00:00
monitor.c tests: Use test_main_context_call_and_wait 2017-11-24 12:19:16 +00:00
relay.c tests: Add the ability to multiply up test timeouts 2017-12-04 11:52:55 +00:00
sd-activation.c tests: Use test_main_context_call_and_wait 2017-11-24 12:19:16 +00:00
shell-test.c shell-test: Don't use _dbus_get_tmpdir() 2017-02-16 16:00:14 +00:00
spawn-test.c Only redirect child processes to systemd Journal if using syslog 2016-09-30 19:36:50 +01:00
syntax.c Add a common test_init() for GLib tests which prevents hanging forever 2015-02-04 17:15:36 +00:00
tap-test.sh.in Run most tests under the TAP driver, with a simple adaptor for non-TAP tests 2015-04-16 13:06:29 +01:00
test-apparmor-activation.sh Add an integration test for AppArmor mediating activation 2016-11-28 12:11:52 +00:00
test-dbus-daemon-fork.sh test-dbus-daemon-fork: exercise closed stdin, stdout, stderr 2016-08-12 18:21:36 +01:00
test-dbus-launch-eval.sh tests: Don't exercise GetMachineId() or autolaunch if no machine ID 2017-06-08 18:30:39 +01:00
test-dbus-launch-x11.sh tests: Don't exercise GetMachineId() or autolaunch if no machine ID 2017-06-08 18:30:39 +01:00
test-exit.c Include config.h as the first thing in every .c file 2013-02-22 13:08:27 +00:00
test-names.c test-utils: Separate failable and non-failable functions 2017-12-04 11:52:52 +00:00
test-segfault.c test-segfault: mark exception_handler as NORETURN 2016-10-13 22:44:13 +01:00
test-service.c test-utils: Separate failable and non-failable functions 2017-12-04 11:52:52 +00:00
test-shell-service.c test-utils: Separate failable and non-failable functions 2017-12-04 11:52:52 +00:00
test-sleep-forever.c fix warning, use Sleep, not _sleep on windows (cherry picked from commit ea36c743ad60a2dd5c6286571d1a475903519809) 2009-11-30 12:00:14 +01:00
test-utils-glib.c test_try_connect_to_bus: Allow skipping the use of a DBusLoop 2018-02-06 18:49:02 +00:00
test-utils-glib.h tests: Add the ability to multiply up test timeouts 2017-12-04 11:52:55 +00:00
test-utils.c test-utils: Separate failable and non-failable functions 2017-12-04 11:52:52 +00:00
test-utils.h Enable "unused result" warning for Visual Studio >= 2012 (MSVC 11.0) 2018-03-15 19:53:05 +00:00
thread-blocking.c Add new test for waiting on pending calls in threads 2018-02-06 22:36:30 +00:00
uid-permissions.c Revert "test/uid-permissions: Assert that AddServer is privileged" 2017-12-12 16:22:35 +00:00