From 914bb06ab43f38e9edc6df2bd95fe26f39bdf7e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Wed, 19 Oct 2022 21:33:19 +0200 Subject: [PATCH] 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 4641c782c..c894f12e0 100644 --- a/gio/tests/meson.build +++ b/gio/tests/meson.build @@ -150,7 +150,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)