mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
ci: Mark failing windows tests as can-fail and do not ignore test failures
This commit is contained in:
@@ -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' : {},
|
||||
|
Reference in New Issue
Block a user