mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 07:18:04 +02:00
Give reason for failure.
This commit is contained in:
parent
158b338fb2
commit
8c52b287f3
2 changed files with 5 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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)");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue