summaryrefslogtreecommitdiff
path: root/test/subsurface-modify-child.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-modify-child.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-modify-child.c')
-rw-r--r--test/subsurface-modify-child.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/subsurface-modify-child.c b/test/subsurface-modify-child.c
index 3a1e8ff05..ed9435616 100644
--- a/test/subsurface-modify-child.c
+++ b/test/subsurface-modify-child.c
@@ -93,6 +93,6 @@ draw (cairo_t *cr, int width, int height)
CAIRO_TEST (subsurface_modify_child,
"Tests source clipping with later modifications",
"subsurface", /* keywords */
- NULL, /* requirements */
+ "target=raster", /* FIXME! recursion bug in subsurface/snapshot (with pdf backend) */ /* requirements */
60, 60,
NULL, draw)