mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-25 21:46: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' : {},
|
'fileattributematcher' : {},
|
||||||
'filter-streams' : {},
|
'filter-streams' : {},
|
||||||
'giomodule' : {},
|
'giomodule' : {},
|
||||||
'gsubprocess' : {},
|
'gsubprocess' : {
|
||||||
|
'suite': host_system == 'windows' ? ['flaky'] : [],
|
||||||
|
},
|
||||||
'g-file' : {},
|
'g-file' : {},
|
||||||
'g-file-info' : {
|
'g-file-info' : {
|
||||||
'can_fail' : host_system == 'windows' and cc.get_id() != 'gcc',
|
'can_fail' : host_system == 'windows' and cc.get_id() != 'gcc',
|
||||||
|
@ -114,6 +114,7 @@ glib_tests = {
|
|||||||
'sort' : {},
|
'sort' : {},
|
||||||
'spawn-multithreaded' : {
|
'spawn-multithreaded' : {
|
||||||
'can_fail': glib_build_static and host_system == 'windows',
|
'can_fail': glib_build_static and host_system == 'windows',
|
||||||
|
'suite': host_system == 'windows' ? ['flaky'] : [],
|
||||||
},
|
},
|
||||||
'spawn-path-search' : {},
|
'spawn-path-search' : {},
|
||||||
'spawn-singlethread' : {
|
'spawn-singlethread' : {
|
||||||
|
Loading…
Reference in New Issue
Block a user