summaryrefslogtreecommitdiff
path: root/test/subsurface-scale.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-scale.c
parent7cb5053c0694992320b5f7ea3b91ea497431813b (diff)
test: disable subsurface tests with vector backends
due to a subsurface snapshot bug causing recursion in the pdf backend.
Diffstat (limited to 'test/subsurface-scale.c')
-rw-r--r--test/subsurface-scale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/subsurface-scale.c b/test/subsurface-scale.c
index d5e2d9517..9ffd2c422 100644
--- a/test/subsurface-scale.c
+++ b/test/subsurface-scale.c
@@ -88,6 +88,6 @@ draw (cairo_t *cr, int width, int height)
CAIRO_TEST (subsurface_scale,
"Tests clipping of both source and destination using subsurfaces",
"subsurface", /* keywords */
- NULL, /* requirements */
+ "target=raster", /* FIXME! recursion bug in subsurface/snapshot (with pdf backend) */ /* requirements */
200, 120,
NULL, draw)