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




commit 42bb30ce720c84464ae086e26294157f05a742f5
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 206360ac23..16a20d0248 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]