test: a1-line-width is a test of rasterisation, so skip for the vector backends

PDF/PS do not have the concept of aliased rendering, so like many of the
other rasterisation tests, a1-line-width cannot be tested satisfactorily
on those backends.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2012-02-24 14:30:14 +00:00
parent 513841263e
commit 99ec915b97

View file

@ -72,6 +72,6 @@ CAIRO_TEST (line_width,
CAIRO_TEST (a1_line_width,
"Tests cairo_set_line_width",
"stroke", /* keywords */
NULL, /* requirements */
"target=raster", /* requirements */
IMAGE_WIDTH, IMAGE_HEIGHT,
NULL, draw_a1)