[cairo-commit] test/Makefile.am test/rotate-image-surface-paint.c

Carl Worth cworth at kemper.freedesktop.org
Tue Feb 13 23:55:08 PST 2007


 test/Makefile.am                  |    1 +
 test/rotate-image-surface-paint.c |    3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
diff-tree 51ca187d3e5d613a583daf4fa5b244157e3a2c4f (from 9966551dc7640ae7901ffed0e15f0fbf7e603d5d)
Author: Carl Worth <cworth at cworth.org>
Date:   Tue Feb 13 23:55:03 2007 -0800

    Mark test/rotate-image-surface-paint as XFAIL
    
    This test has always failed with the ps backend since the test
    was initially written.

diff --git a/test/Makefile.am b/test/Makefile.am
index c5a7559..ca82b87 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 d28354d..378b1ee 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
 };


More information about the cairo-commit mailing list