summaryrefslogtreecommitdiff
path: root/test/rotate-image-surface-paint.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2007-02-13 23:55:03 -0800
committerCarl Worth <cworth@cworth.org>2007-02-13 23:55:03 -0800
commit51ca187d3e5d613a583daf4fa5b244157e3a2c4f (patch)
tree3e305c3046570db523de6e6a63b034d5429255bf /test/rotate-image-surface-paint.c
parent9966551dc7640ae7901ffed0e15f0fbf7e603d5d (diff)
downloadcairo-51ca187d3e5d613a583daf4fa5b244157e3a2c4f.tar.gz
Mark test/rotate-image-surface-paint as XFAIL
This test has always failed with the ps backend since the test was initially written.
Diffstat (limited to 'test/rotate-image-surface-paint.c')
-rw-r--r--test/rotate-image-surface-paint.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/rotate-image-surface-paint.c b/test/rotate-image-surface-paint.c
index d28354d42..378b1ee1a 100644
--- a/test/rotate-image-surface-paint.c
+++ b/test/rotate-image-surface-paint.c
@@ -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
};