1
0
Fork 0

conform: Temporarily disable Cally's conformance test

See bug:

  https://bugzilla.gnome.org/show_bug.cgi?id=655588

for the failure.
This commit is contained in:
Emmanuele Bassi 2011-08-15 14:09:24 +01:00
parent 8ea6b7912e
commit 3591be474e

View file

@ -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 ();
}