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:
Carl Worth 2007-02-13 23:55:03 -08:00
parent 9966551dc7
commit 51ca187d3e
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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
};