[glib/wip/3v1n0/support-can-fail-tests: 2/7] gio: mark codegen test as can-fail in freebsd




commit a06b42cc7895fec8fc4c1fcde70844a2e843d497
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date:   Wed Oct 19 21:33:19 2022 +0200

    gio: mark codegen test as can-fail in freebsd
    
    See: https://gitlab.gnome.org/GNOME/glib/-/issues/2764

 gio/tests/meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/gio/tests/meson.build b/gio/tests/meson.build
index 8b5808c122..ceb6ba70bf 100644
--- a/gio/tests/meson.build
+++ b/gio/tests/meson.build
@@ -155,7 +155,8 @@ test_extra_programs = {
 }
 
 python_tests = {
-  'codegen.py' : {},
+  # FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/2764
+  'codegen.py' : { 'can_fail' : host_system == 'freebsd' },
 }
 
 test_env = environment(common_test_env)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]