summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2015-07-23 12:59:55 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2015-07-23 12:59:55 +0100
commit853a9b6e4904c897c17d675d764d69b1708f7824 (patch)
tree4e543b5256e11977c491cf626d60030e6d01cd33
parent812aba31e70003a7a11e48171e9f23648d46919c (diff)
downloadcogl-853a9b6e4904c897c17d675d764d69b1708f7824.tar.gz
conform: Mark XFAIL tests
Bisection would be useful.
-rw-r--r--tests/conform/test-conform-main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/conform/test-conform-main.c b/tests/conform/test-conform-main.c
index 63210d02..9b6573d9 100644
--- a/tests/conform/test-conform-main.c
+++ b/tests/conform/test-conform-main.c
@@ -55,7 +55,7 @@ main (int argc, char **argv)
ADD_TEST (test_pipeline_user_matrix, 0, 0);
ADD_TEST (test_blend_strings, 0, 0);
ADD_TEST (test_blend, 0, 0);
- ADD_TEST (test_premult, 0, 0);
+ ADD_TEST (test_premult, 0, TEST_KNOWN_FAILURE);
UNPORTED_TEST (test_readpixels);
#ifdef COGL_HAS_COGL_PATH_SUPPORT
ADD_TEST (test_path, 0, 0);
@@ -81,7 +81,7 @@ main (int argc, char **argv)
UNPORTED_TEST (test_texture_pixmap_x11);
ADD_TEST (test_texture_get_set_data, 0, 0);
ADD_TEST (test_atlas_migration, 0, 0);
- ADD_TEST (test_read_texture_formats, 0, 0);
+ ADD_TEST (test_read_texture_formats, 0, TEST_KNOWN_FAILURE);
ADD_TEST (test_write_texture_formats, 0, 0);
ADD_TEST (test_alpha_textures, 0, 0);
ADD_TEST (test_wrap_rectangle_textures,