From 51ca187d3e5d613a583daf4fa5b244157e3a2c4f Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 13 Feb 2007 23:55:03 -0800 Subject: [PATCH] Mark test/rotate-image-surface-paint as XFAIL This test has always failed with the ps backend since the test was initially written. --- test/Makefile.am | 1 + test/rotate-image-surface-paint.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index c5a75590b..ca82b8779 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -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 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 };