summaryrefslogtreecommitdiff
path: root/test/smask-fill.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-fill.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-fill.c')
-rw-r--r--test/smask-fill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/smask-fill.c b/test/smask-fill.c
index cb3861036..289335c3f 100644
--- a/test/smask-fill.c
+++ b/test/smask-fill.c
@@ -67,7 +67,7 @@ draw (cairo_t *cr, int width, int height)
CAIRO_TEST (smask_fill,
"Test the support of \"soft\" masks with fills",
- "smask, fill", /* keywords */
+ "XFAIL=pdf smask, fill", /* keywords */
NULL, /* requirements */
60, 60,
NULL, draw)