From aa1f245ea313a2f1f0dda3994f5b48073b0c385d Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 4 Nov 2009 13:56:15 +0100 Subject: [test] Add "target=raster" to test The test isn't useful on vector backends and fails there due to antialiasing issues. --- test/xcomposite-projection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/xcomposite-projection.c b/test/xcomposite-projection.c index 2beb6612..f36697ac 100644 --- a/test/xcomposite-projection.c +++ b/test/xcomposite-projection.c @@ -76,6 +76,6 @@ draw (cairo_t *cr, int width, int height) CAIRO_TEST (xcomposite_projection, "Test a bug with XRenderComposite reference computation when projecting the first trapezoid onto 16.16 space", "xlib", /* keywords */ - NULL, /* requirements */ + "target=raster", /* requirements */ 300, 150, NULL, draw) -- cgit v1.2.3