diff options
author | Carlos Garcia Campos <carlosgc@gnome.org> | 2009-06-30 15:40:24 +0200 |
---|---|---|
committer | Carlos Garcia Campos <carlosgc@gnome.org> | 2009-07-02 15:01:33 +0200 |
commit | 910afc7a8e5c40f4fe682ec0b0f3836a07ea721d (patch) | |
tree | 4e95b80483363832ded70f68680b5c9c4a546551 /test/smask-fill.c | |
parent | 5becfc2bd59956090daa8afd68db2f139dcb8392 (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-fill.c')
-rw-r--r-- | test/smask-fill.c | 2 |
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) |