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' : {},
'cond' : {},
'convert' : {
# fails /conversion/illegal-sequence
# Possibly a bug or some POSIX incompatibility, not sure if here or in musl
# FIXME: musl: /conversion/illegal-sequence: https://gitlab.gnome.org/GNOME/glib/-/issues/3182
'can_fail' : linux_libc == 'musl',
},
'dataset' : {},