mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
glib,gio/tests: Mark some spawn tests as flaky under windows
It a may fail at times, but it generally works: See: https://gitlab.gnome.org/GNOME/glib/-/jobs/2346261 See: https://gitlab.gnome.org/GNOME/glib/-/jobs/2346262
This commit is contained in:
parent
832dd0805a
commit
be665cdce0
@ -67,7 +67,9 @@ gio_tests = {
|
||||
'fileattributematcher' : {},
|
||||
'filter-streams' : {},
|
||||
'giomodule' : {},
|
||||
'gsubprocess' : {},
|
||||
'gsubprocess' : {
|
||||
'suite': host_system == 'windows' ? ['flaky'] : [],
|
||||
},
|
||||
'g-file' : {},
|
||||
'g-file-info' : {
|
||||
'can_fail' : host_system == 'windows' and cc.get_id() != 'gcc',
|
||||
|
@ -114,6 +114,7 @@ glib_tests = {
|
||||
'sort' : {},
|
||||
'spawn-multithreaded' : {
|
||||
'can_fail': glib_build_static and host_system == 'windows',
|
||||
'suite': host_system == 'windows' ? ['flaky'] : [],
|
||||
},
|
||||
'spawn-path-search' : {},
|
||||
'spawn-singlethread' : {
|
||||
|
Loading…
Reference in New Issue
Block a user