mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 01:36:10 -05:00
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:
parent
8ea6b7912e
commit
3591be474e
@ -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 ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user