diff --git a/test/bug-40410.c b/test/bug-40410.c index 9235cf9c5..2d6e512c0 100644 --- a/test/bug-40410.c +++ b/test/bug-40410.c @@ -67,6 +67,6 @@ draw (cairo_t *cr, int width, int height) CAIRO_TEST (bug_40410, "Exercises a bug found in 1.10.2 (and never again!)", "fill", /* keywords */ - NULL, /* requirements */ + "target=raster", /* requirements */ WIDTH, HEIGHT, NULL, draw) diff --git a/test/clip-fill-rule.c b/test/clip-fill-rule.c index 035b9a836..31c3ab71d 100644 --- a/test/clip-fill-rule.c +++ b/test/clip-fill-rule.c @@ -82,6 +82,6 @@ CAIRO_TEST (clip_fill_rule, CAIRO_TEST (a1_clip_fill_rule, "Tests interaction of clipping with cairo_set_fill_rule", "clip", /* keywords */ - NULL, /* requirements */ + "target=raster", /* requirements */ STAR_SIZE * 2 + 2, STAR_SIZE + 2, NULL, a1_draw) diff --git a/test/rectilinear-grid.c b/test/rectilinear-grid.c index 8c6b7fcad..6d37c6b8a 100644 --- a/test/rectilinear-grid.c +++ b/test/rectilinear-grid.c @@ -87,6 +87,6 @@ CAIRO_TEST (rectilinear_grid, CAIRO_TEST (a1_rectilinear_grid, "Test rectilinear rasterizer (covering whole pixels)", "rectilinear", /* keywords */ - NULL, /* requirements */ + "target=raster", /* requirements */ SIZE, SIZE, NULL, aligned)