mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
4f426c56d0
commit
41d8ed37cd
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user