1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-29 13:23:31 +02:00

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

@@ -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'],
},