From 45f4d87a8b7b5e5c76b783c5697c063397f45d4b Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Mon, 15 Feb 2010 22:20:52 +0100 Subject: [PATCH] [tests] Disable the g_test_trap_fork() tests Temporarily disable the test to let make check pass: it is known to fail because of a test framework issue present in glib up to 2.22.4. Here it is the relevant link: http://mail.gnome.org/archives/gtk-app-devel-list/2010-February/msg00045.html --- tests/properties.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/properties.c b/tests/properties.c index 831cee73..d5d7ae2e 100644 --- a/tests/properties.c +++ b/tests/properties.c @@ -49,7 +49,14 @@ static void test_model(FixtureAdg *fixture, gconstpointer test_data) { if (g_test_trap_fork(0, G_TEST_TRAP_SILENCE_STDERR)) { + /* Temporarily disable this test to let make check pass: + * it is known to fail because of a test framework issue + * present in glib up to 2.22.4. Here it is the link: + * http://mail.gnome.org/archives/gtk-app-devel-list/2010-February/msg00045.html + */ +#if 0 g_object_set(fixture->path, "dependency", NULL, NULL); +#endif exit(0); } g_test_trap_assert_passed(); -- 2.11.4.GIT