tests: provide reason for disabling convert test under musl

This commit is contained in:
Pablo Correa Gómez
2023-11-22 00:24:45 +01:00
parent 8f37874f90
commit 0cae984b2d

View File

@@ -21,8 +21,7 @@ glib_tests = {
'completion' : {}, 'completion' : {},
'cond' : {}, 'cond' : {},
'convert' : { 'convert' : {
# fails /conversion/illegal-sequence # FIXME: musl: /conversion/illegal-sequence: https://gitlab.gnome.org/GNOME/glib/-/issues/3182
# Possibly a bug or some POSIX incompatibility, not sure if here or in musl
'can_fail' : linux_libc == 'musl', 'can_fail' : linux_libc == 'musl',
}, },
'dataset' : {}, 'dataset' : {},