summaryrefslogtreecommitdiff
path: root/test/smask-paint.c
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-06-30 15:40:24 +0200
committerCarlos Garcia Campos <carlosgc@gnome.org>2009-07-02 15:01:33 +0200
commit910afc7a8e5c40f4fe682ec0b0f3836a07ea721d (patch)
tree4e95b80483363832ded70f68680b5c9c4a546551 /test/smask-paint.c
parent5becfc2bd59956090daa8afd68db2f139dcb8392 (diff)
[test] Mark all smask tests as XFAIL for pdf
Those tests use linear gradients which are not correctly handled by poppler yet. See https://bugs.freedesktop.org/show_bug.cgi?id=10942
Diffstat (limited to 'test/smask-paint.c')
-rw-r--r--test/smask-paint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/smask-paint.c b/test/smask-paint.c
index ee781caae..e1cdaf08f 100644
--- a/test/smask-paint.c
+++ b/test/smask-paint.c
@@ -75,7 +75,7 @@ draw (cairo_t *cr, int width, int height)
CAIRO_TEST (smask_paint,
"Test the support of \"soft\" masks with paints",
- "smask, paint", /* keywords */
+ "XFAIL=pdf smask, paint", /* keywords */
NULL, /* requirements */
60, 60,
NULL, draw)