glib/tests/1bit-emufutex: Mark it as failing under ASAN

This commit is contained in:
Marco Trevisan (Treviño) 2024-05-08 23:09:58 +02:00
parent d22e96aa72
commit f7b1ed1bf3

View File

@ -186,6 +186,8 @@ glib_tests = {
'1bit-emufutex' : {
'source' : '1bit-mutex.c',
'c_args' : ['-DTEST_EMULATED_FUTEX'],
# FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/3359
'can_fail': 'undefined' in glib_sanitizers,
'install' : false,
'suite' : ['slow'],
},