1
0
Fork 0

conform: Run texture tests only on -m=slow

I don't want to remove them altogether, but they need to be ported to a
more reliable system, otherwise they end up failing at random depending
on the whims of the compositor and the windowing system.
This commit is contained in:
Emmanuele Bassi 2013-12-04 16:02:41 +00:00
parent a64742f3e4
commit 1d7f3260a6

View file

@ -157,9 +157,9 @@ main (int argc, char **argv)
TEST_CONFORM_SIMPLE ("/rectangle", rectangle_set_size);
TEST_CONFORM_SIMPLE ("/rectangle", rectangle_set_color);
TEST_CONFORM_SIMPLE ("/texture", texture_pick_with_alpha);
TEST_CONFORM_SIMPLE ("/texture", texture_fbo);
TEST_CONFORM_SIMPLE ("/texture/cairo", texture_cairo);
TEST_CONFORM_SKIP (g_test_slow (), "/texture", texture_pick_with_alpha);
TEST_CONFORM_SKIP (g_test_slow (), "/texture", texture_fbo);
TEST_CONFORM_SKIP (g_test_slow (), "/texture/cairo", texture_cairo);
TEST_CONFORM_SIMPLE ("/interval", interval_initial_state);
TEST_CONFORM_SIMPLE ("/interval", interval_transform);