summaryrefslogtreecommitdiff
path: root/test/subsurface-repeat.c
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2012-04-09 20:03:15 +0930
committerAdrian Johnson <ajohnson@redneon.com>2012-04-09 21:27:08 +0930
commit2007f0eccec5df72b7069fc43878fa0c1ce89527 (patch)
tree476e07b8ed6d2756cabecaff605cec927f7f7d6c /test/subsurface-repeat.c
parent7cb5053c0694992320b5f7ea3b91ea497431813b (diff)
downloadcairo-2007f0eccec5df72b7069fc43878fa0c1ce89527.tar.gz
test: disable subsurface tests with vector backends
due to a subsurface snapshot bug causing recursion in the pdf backend.
Diffstat (limited to 'test/subsurface-repeat.c')
-rw-r--r--test/subsurface-repeat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/subsurface-repeat.c b/test/subsurface-repeat.c
index 84e25f4fb..596b97338 100644
--- a/test/subsurface-repeat.c
+++ b/test/subsurface-repeat.c
@@ -71,6 +71,6 @@ draw (cairo_t *cr, int width, int height)
CAIRO_TEST (subsurface_repeat,
"Tests source clipping with repeat",
"subsurface, repeat", /* keywords */
- NULL, /* requirements */
+ "target=raster", /* FIXME! recursion bug in subsurface/snapshot (with pdf backend) */ /* requirements */
60, 60,
NULL, draw)