From 3591be474eaa3a3d9dc09ae31741c1e625b1c325 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 15 Aug 2011 14:09:24 +0100 Subject: [PATCH] conform: Temporarily disable Cally's conformance test See bug: https://bugzilla.gnome.org/show_bug.cgi?id=655588 for the failure. --- tests/conform/test-conform-main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/conform/test-conform-main.c b/tests/conform/test-conform-main.c index 4872ef185..d29fc835a 100644 --- a/tests/conform/test-conform-main.c +++ b/tests/conform/test-conform-main.c @@ -211,6 +211,9 @@ main (int argc, char **argv) TEST_CONFORM_SIMPLE ("/behaviours", test_behaviours); + /* FIXME - see bug https://bugzilla.gnome.org/show_bug.cgi?id=655588 */ + TEST_CONFORM_TODO ("/cally", cally_text); + TEST_CONFORM_SIMPLE ("/cogl", test_cogl_object); TEST_CONFORM_SIMPLE ("/cogl", test_cogl_fixed); TEST_CONFORM_SIMPLE ("/cogl", test_cogl_backface_culling); @@ -247,7 +250,5 @@ main (int argc, char **argv) TEST_CONFORM_SIMPLE ("/cogl", test_cogl_viewport); TEST_CONFORM_SIMPLE ("/cogl", test_cogl_offscreen); - TEST_CONFORM_SIMPLE ("/cally", cally_text); - return g_test_run (); }