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:
Marco Trevisan (Treviño) 2022-10-20 12:41:03 +02:00
parent 832dd0805a
commit be665cdce0
2 changed files with 4 additions and 1 deletions

View File

@ -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',

View File

@ -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' : {