mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-19 08:58:29 +02:00
Mark test/rotate-image-surface-paint as XFAIL
This test has always failed with the ps backend since the test was initially written.
This commit is contained in:
parent
9966551dc7
commit
51ca187d3e
2 changed files with 3 additions and 1 deletions
|
|
@ -360,6 +360,7 @@ filter-nearest-offset \
|
|||
ft-text-vertical-layout-type1 \
|
||||
leaky-dash \
|
||||
long-lines \
|
||||
rotate-image-surface-paint \
|
||||
self-intersecting \
|
||||
text-glyph-range \
|
||||
text-rotate
|
||||
|
|
|
|||
|
|
@ -33,7 +33,8 @@ static cairo_test_draw_function_t draw;
|
|||
|
||||
cairo_test_t test = {
|
||||
"rotate-image-surface-paint",
|
||||
"Test call sequence: image_surface_create; rotate; set_source_surface; paint",
|
||||
"Test call sequence: image_surface_create; rotate; set_source_surface; paint"
|
||||
"\nThis test is known to fail on the ps backend currently",
|
||||
SIZE, SIZE,
|
||||
draw
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue