ci: Mark failing windows tests as can-fail and do not ignore test failures

This commit is contained in:
Marco Trevisan (Treviño)
2022-10-19 21:34:48 +02:00
parent b9e085537d
commit 54a9e797fe
5 changed files with 17 additions and 6 deletions

View File

@@ -69,7 +69,9 @@ gio_tests = {
'giomodule' : {},
'gsubprocess' : {},
'g-file' : {},
'g-file-info' : {},
'g-file-info' : {
'can_fail' : host_system == 'windows',
},
'g-icon' : {},
'gdbus-addresses' : {},
'gdbus-message' : {},
@@ -78,6 +80,7 @@ gio_tests = {
'install_rpath' : installed_tests_execdir,
# FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/1392
'should_fail' : host_system == 'darwin',
'can_fail' : host_system == 'windows',
},
'inet-address' : {},
'io-stream' : {},