diff options
author | Adrian Johnson <ajohnson@redneon.com> | 2012-04-09 20:03:15 +0930 |
---|---|---|
committer | Adrian Johnson <ajohnson@redneon.com> | 2012-04-09 21:27:08 +0930 |
commit | 2007f0eccec5df72b7069fc43878fa0c1ce89527 (patch) | |
tree | 476e07b8ed6d2756cabecaff605cec927f7f7d6c /test/subsurface.c | |
parent | 7cb5053c0694992320b5f7ea3b91ea497431813b (diff) | |
download | cairo-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.c')
-rw-r--r-- | test/subsurface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/subsurface.c b/test/subsurface.c index d79d3d192..812776c0a 100644 --- a/test/subsurface.c +++ b/test/subsurface.c @@ -80,6 +80,6 @@ draw (cairo_t *cr, int width, int height) CAIRO_TEST (subsurface, "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 */ 100, 60, NULL, draw) |