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
No known key found for this signature in database
GPG Key ID: 7A342565FF635F79

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' : {},