mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-29 06:50:12 +01:00
test: disable subsurface tests with vector backends
due to a subsurface snapshot bug causing recursion in the pdf backend.
This commit is contained in:
parent
7cb5053c06
commit
2007f0ecce
10 changed files with 10 additions and 10 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue