test: disable subsurface tests with vector backends

due to a subsurface snapshot bug causing recursion in the pdf backend.
This commit is contained in:
Adrian Johnson 2012-04-09 20:03:15 +09:30
parent 7cb5053c06
commit 2007f0ecce
10 changed files with 10 additions and 10 deletions

View file

@ -65,6 +65,6 @@ draw (cairo_t *cr, int width, int height)
CAIRO_TEST (subsurface_image_repeat,
"Tests source (image) clipping with repeat",
"subsurface, image, repeat", /* keywords */
NULL, /* requirements */
"target=raster", /* FIXME! recursion bug in subsurface/snapshot (with pdf backend) */ /* requirements */
60, 60,
NULL, draw)

View file

@ -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)

View file

@ -73,6 +73,6 @@ draw (cairo_t *cr, int width, int height)
CAIRO_TEST (subsurface_modify_parent,
"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)

View file

@ -171,7 +171,7 @@ draw (cairo_t *cr, int width, int height)
CAIRO_TEST (subsurface_outside_target,
"Tests contents of subsurfaces outside target area",
"subsurface, pad", /* keywords */
NULL, /* requirements */
"target=raster", /* FIXME! recursion bug in subsurface/snapshot (with pdf backend) */ /* requirements */
(PAINT_SIZE + TARGET_SIZE) * N_PADS - TARGET_SIZE,
(PAINT_SIZE + TARGET_SIZE) * N_CONTENTS * 2 - TARGET_SIZE,
NULL, draw)

View file

@ -71,6 +71,6 @@ draw (cairo_t *cr, int width, int height)
CAIRO_TEST (subsurface_pad,
"Tests source clipping with pad",
"subsurface, pad", /* keywords */
NULL, /* requirements */
"target=raster", /* FIXME! recursion bug in subsurface/snapshot (with pdf backend) */ /* requirements */
60, 60,
NULL, draw)

View file

@ -71,6 +71,6 @@ draw (cairo_t *cr, int width, int height)
CAIRO_TEST (subsurface_reflect,
"Tests source clipping with reflect",
"subsurface, reflect", /* keywords */
NULL, /* requirements */
"target=raster", /* FIXME! recursion bug in subsurface/snapshot (with pdf backend) */ /* requirements */
60, 60,
NULL, draw)

View file

@ -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)

View file

@ -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)

View file

@ -81,6 +81,6 @@ draw (cairo_t *cr, int width, int height)
CAIRO_TEST (subsurface_similar_repeat,
"Tests source clipping through an intermediate with repeat",
"subsurface, repeat", /* keywords */
NULL, /* requirements */
"target=raster", /* FIXME! recursion bug in subsurface/snapshot (with pdf backend) */ /* requirements */
60, 60,
NULL, draw)

View file

@ -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)