Give reason for failure.

This commit is contained in:
Jeff Muizelaar 2005-08-06 15:10:36 +00:00
parent 158b338fb2
commit 8c52b287f3
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-08-06 Jeff Muizelaar <jeff@infidigm.net>
* test/a8-mask.c: (main): Give reason for failure.
2005-08-06 Owen Taylor <otaylor@redhat.com>
* src/cairo-win32-font.c (_cairo_win32_scaled_font_show_glyphs):

View file

@ -68,5 +68,5 @@ int
main (void)
{
return cairo_test_expect_failure (&test, draw,
"image backend fails (unknown cause)");
"image backend fails because libpixman only handles (stride % sizeof(pixman_bits) == 0)");
}