From 1d7f3260a6a7c375d1214e6205f2356b2df0b976 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 4 Dec 2013 16:02:41 +0000 Subject: [PATCH] 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. --- tests/conform/test-conform-main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/conform/test-conform-main.c b/tests/conform/test-conform-main.c index 1bb185aff..00cc1c628 100644 --- a/tests/conform/test-conform-main.c +++ b/tests/conform/test-conform-main.c @@ -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);