mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-14 19:55:12 +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',
|
'can_fail' : host_system == 'darwin',
|
||||||
},
|
},
|
||||||
'error' : {},
|
'error' : {},
|
||||||
'fileutils' : {
|
'fileutils' : {},
|
||||||
# FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/2800
|
|
||||||
'can_fail' : host_system == 'windows' and cc.get_id() == 'msvc',
|
|
||||||
},
|
|
||||||
'gdatetime' : {
|
'gdatetime' : {
|
||||||
'suite' : ['slow'],
|
'suite' : ['slow'],
|
||||||
'can_fail' : host_system == 'windows',
|
'can_fail' : host_system == 'windows',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user