mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 16:08:43 +02:00
ci: Mark failing mingw tests as can-fail and do not ignore test failures
This commit is contained in:
@@ -70,7 +70,7 @@ gio_tests = {
|
||||
'gsubprocess' : {},
|
||||
'g-file' : {},
|
||||
'g-file-info' : {
|
||||
'can_fail' : host_system == 'windows',
|
||||
'can_fail' : host_system == 'windows' and cc.get_id() != 'gcc',
|
||||
},
|
||||
'g-icon' : {},
|
||||
'gdbus-addresses' : {},
|
||||
|
Reference in New Issue
Block a user