mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 05:20:17 +00:00
Disable lsan for now
The leak sanitizer causes on average 3-4 tests to segfault during a testsuite run. Disable it for now to see if we can get a successful testsuite run with asan alone.
This commit is contained in:
parent
d98c0d32f2
commit
f191b64bbc
@ -9,6 +9,8 @@ backend=$2
|
|||||||
|
|
||||||
# Ignore memory leaks lower in dependencies
|
# Ignore memory leaks lower in dependencies
|
||||||
export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp
|
export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp
|
||||||
|
# Disable lsan for now since it is crashy
|
||||||
|
export ASAN_OPTION=detect_leaks=0
|
||||||
|
|
||||||
case "${backend}" in
|
case "${backend}" in
|
||||||
x11)
|
x11)
|
||||||
|
Loading…
Reference in New Issue
Block a user