glib/tests/meson.build: Expect fileutils to pass on Windows

The underlying issue was fixed, so expect that to pass.
This commit is contained in:
Chun-wei Fan 2022-11-01 13:59:36 +08:00
parent 4f426c56d0
commit 41d8ed37cd

View File

@ -26,10 +26,7 @@ glib_tests = {
'can_fail' : host_system == 'darwin',
},
'error' : {},
'fileutils' : {
# FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/2800
'can_fail' : host_system == 'windows' and cc.get_id() == 'msvc',
},
'fileutils' : {},
'gdatetime' : {
'suite' : ['slow'],
'can_fail' : host_system == 'windows',