pipewire/test
Peter Hutterer 5ebfbccd16 pwtest: if a test expects a signal, skip it under valgrind
Running under valgrind enforces --no-fork so any signal will cause valgrind
to error out, failing the test abnormally. This prevents us from running
our test suite through valgrind, we'd have to mark every test specifically
whether it should run under valgrind or not.

Easier is just to automatically skip tests expecting signals.
2021-07-07 11:03:23 +00:00
..
meson.build conf: ignore the prefix if the config file name is an absolute path 2021-07-06 07:14:21 +00:00
pwtest-compat.c test: add sigabbrev_np() for systems where it's not available 2021-06-10 15:13:57 +10:00
pwtest-implementation.h test: add errno check macros 2021-06-09 18:00:06 +10:00
pwtest.c pwtest: if a test expects a signal, skip it under valgrind 2021-07-07 11:03:23 +00:00
pwtest.h meson.build: drop HAVE_CONFIG_H 2021-06-10 09:04:16 +10:00
test-array.c meson.build: drop HAVE_CONFIG_H 2021-06-10 09:04:16 +10:00
test-config.c conf: don't allow a NULL config name 2021-07-06 07:14:21 +00:00
test-context.c test: remove duplicate test invocation 2021-07-06 07:14:21 +00:00
test-example.c meson.build: drop HAVE_CONFIG_H 2021-06-10 09:04:16 +10:00
test-lib.c meson.build: drop HAVE_CONFIG_H 2021-06-10 09:04:16 +10:00
test-logger.c test: add test for logger's ANSI escape sequences 2021-06-09 18:00:39 +10:00
test-properties.c test: move some of the property tests to pwtest 2021-06-17 07:08:53 +00:00
test-pwtest.c test: add sigabbrev_np() for systems where it's not available 2021-06-10 15:13:57 +10:00
test-spa-buffer.c test: convert two spa tests to pwtest 2021-06-09 18:00:39 +10:00
test-spa-json.c test: convert two spa tests to pwtest 2021-06-09 18:00:39 +10:00
test-spa-node.c test: move the spa tests to pwtest 2021-06-09 18:00:59 +10:00
test-spa-pod.c treewide: mark things static and const 2021-06-30 14:44:08 +02:00
test-spa-utils.c spa: add spa_strendswith (copy from protocol-pulse) 2021-06-25 08:42:24 +00:00
test-support.c test: add a test for the logger truncation 2021-06-09 18:00:39 +10:00