mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
conform: Mark XFAIL tests
Bisection would be useful.
This commit is contained in:
parent
812aba31e7
commit
853a9b6e49
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user