mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
Merge branch 'hurd-test-failures' into 'main'
tests: Mark several additional tests as can_fail on GNU Hurd See merge request GNOME/glib!3974
This commit is contained in:
commit
9828b50b99
@ -457,6 +457,8 @@ if host_machine.system() != 'windows'
|
||||
'gdbus-connection-slow' : {
|
||||
'extra_sources' : extra_sources,
|
||||
'extra_programs': extra_programs + ['gdbus-connection-flush-helper'],
|
||||
# FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/3148
|
||||
'can_fail' : host_system == 'gnu',
|
||||
},
|
||||
'gdbus-error' : {'extra_sources' : extra_sources},
|
||||
'gdbus-exit-on-close' : {'extra_sources' : extra_sources},
|
||||
|
@ -141,9 +141,13 @@ glib_tests = {
|
||||
'spawn-singlethread' : {
|
||||
'dependencies' : [winsock2],
|
||||
'extra_programs' : ['test-spawn-echo'],
|
||||
# FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/3148
|
||||
'can_fail' : host_system == 'gnu',
|
||||
},
|
||||
'spawn-test' : {
|
||||
'extra_programs' : host_machine.system() == 'windows' ? ['spawn-test-win32-gui'] : [],
|
||||
# FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/3148
|
||||
'can_fail' : host_system == 'gnu',
|
||||
},
|
||||
'strfuncs' : {},
|
||||
'string' : {
|
||||
|
@ -84,7 +84,10 @@ gobject_tests = {
|
||||
'bindinggroup' : {},
|
||||
'properties' : {},
|
||||
'properties-introspection' : {},
|
||||
'reference' : {},
|
||||
'reference' : {
|
||||
# FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/3148
|
||||
'can_fail' : host_system == 'gnu',
|
||||
},
|
||||
'flags' : {},
|
||||
'value' : {},
|
||||
'type' : {},
|
||||
|
Loading…
Reference in New Issue
Block a user