summaryrefslogtreecommitdiff
path: root/test/smask-mask.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-mask.c
parent5becfc2bd59956090daa8afd68db2f139dcb8392 (diff)
downloadcairo-910afc7a8e5c40f4fe682ec0b0f3836a07ea721d.tar.gz
[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-mask.c')
-rw-r--r--test/smask-mask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/smask-mask.c b/test/smask-mask.c
index 11cff82ff..d52754c58 100644
--- a/test/smask-mask.c
+++ b/test/smask-mask.c
@@ -90,7 +90,7 @@ draw (cairo_t *cr, int width, int height)
CAIRO_TEST (smask_mask,
"Test the support of \"soft\" masks with a secondary mask",
- "smask, mask", /* keywords */
+ "XFAIL=pdf smask, mask", /* keywords */
NULL, /* requirements */
60, 60,
NULL, draw)