summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-02-24 14:30:14 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2012-02-24 14:30:14 +0000
commit99ec915b97e36a7576e30c45160cc2b90d0cc92f (patch)
tree2ba3e8c57034d68b8a7536478fd0a38e7df6383c
parent513841263e27502646af45fad7f34e96b7f3322e (diff)
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>
-rw-r--r--test/line-width.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/line-width.c b/test/line-width.c
index 283e41fa..315ebc39 100644
--- a/test/line-width.c
+++ b/test/line-width.c
@@ -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)