mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-25 03:32:12 +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' : {
|
'gdbus-connection-slow' : {
|
||||||
'extra_sources' : extra_sources,
|
'extra_sources' : extra_sources,
|
||||||
'extra_programs': extra_programs + ['gdbus-connection-flush-helper'],
|
'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-error' : {'extra_sources' : extra_sources},
|
||||||
'gdbus-exit-on-close' : {'extra_sources' : extra_sources},
|
'gdbus-exit-on-close' : {'extra_sources' : extra_sources},
|
||||||
|
@ -141,9 +141,13 @@ glib_tests = {
|
|||||||
'spawn-singlethread' : {
|
'spawn-singlethread' : {
|
||||||
'dependencies' : [winsock2],
|
'dependencies' : [winsock2],
|
||||||
'extra_programs' : ['test-spawn-echo'],
|
'extra_programs' : ['test-spawn-echo'],
|
||||||
|
# FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/3148
|
||||||
|
'can_fail' : host_system == 'gnu',
|
||||||
},
|
},
|
||||||
'spawn-test' : {
|
'spawn-test' : {
|
||||||
'extra_programs' : host_machine.system() == 'windows' ? ['spawn-test-win32-gui'] : [],
|
'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' : {},
|
'strfuncs' : {},
|
||||||
'string' : {
|
'string' : {
|
||||||
|
@ -84,7 +84,10 @@ gobject_tests = {
|
|||||||
'bindinggroup' : {},
|
'bindinggroup' : {},
|
||||||
'properties' : {},
|
'properties' : {},
|
||||||
'properties-introspection' : {},
|
'properties-introspection' : {},
|
||||||
'reference' : {},
|
'reference' : {
|
||||||
|
# FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/3148
|
||||||
|
'can_fail' : host_system == 'gnu',
|
||||||
|
},
|
||||||
'flags' : {},
|
'flags' : {},
|
||||||
'value' : {},
|
'value' : {},
|
||||||
'type' : {},
|
'type' : {},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user