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