mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 18:26:19 +01:00
gio: Don't run gsocketclient-slow test under sanitizers
AddressSanitizer, UndefinedBehaviourSanitizer and probably others involve adding instrumentation into the code under test, which doesn't go well with LD_PRELOAD modules that absolutely need to be self-contained. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
def3e33c36
commit
5685546ab1
@ -152,7 +152,8 @@ if host_machine.system() != 'windows'
|
|||||||
'trash' : {},
|
'trash' : {},
|
||||||
}
|
}
|
||||||
|
|
||||||
if have_rtld_next
|
# LD_PRELOAD modules don't work so well with AddressSanitizer
|
||||||
|
if have_rtld_next and get_option('b_sanitize') == 'none'
|
||||||
gio_tests += {
|
gio_tests += {
|
||||||
'gsocketclient-slow' : {
|
'gsocketclient-slow' : {
|
||||||
'depends' : [
|
'depends' : [
|
||||||
|
Loading…
Reference in New Issue
Block a user