mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-06 03:40:16 +01:00
test: Disable sanitizers for test-segfault
This resolves the TODO comment. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
4bce2c36f0
commit
22b12cdb3f
1 changed files with 2 additions and 3 deletions
|
|
@ -133,13 +133,12 @@ test_privserver = executable('test-privserver',
|
|||
)
|
||||
# This helper is meant to crash, so if we're compiling the rest with
|
||||
# AddressSanitizer, we need to stop it from catching the SIGSEGV and
|
||||
# turning it into _exit(1); so don't give it SANITIZE_CFLAGS.
|
||||
# CODE_COVERAGE_CFLAGS are fairly pointless here, too.
|
||||
# TODO
|
||||
# turning it into _exit(1).
|
||||
test_segfault = executable('test-segfault',
|
||||
'test-segfault.c', 'disable-crash-handling.c',
|
||||
include_directories: root_include,
|
||||
dependencies: dbus_dependencies,
|
||||
override_options: ['b_sanitize=none'],
|
||||
)
|
||||
test_shell_service = executable('test-shell-service',
|
||||
'test-shell-service.c',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue