[clutter/clutter-1.18] conform: Run texture tests only on -m=slow
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/clutter-1.18] conform: Run texture tests only on -m=slow
- Date: Wed, 4 Dec 2013 16:08:47 +0000 (UTC)
commit 1d7f3260a6a7c375d1214e6205f2356b2df0b976
Author: Emmanuele Bassi <ebassi gnome org>
Date: Wed Dec 4 16:02:41 2013 +0000
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 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tests/conform/test-conform-main.c b/tests/conform/test-conform-main.c
index 1bb185a..00cc1c6 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]