test: Mark some more raster-only tests

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2011-09-15 14:56:17 +01:00
parent a349564e3c
commit c0016e6ac9
3 changed files with 3 additions and 3 deletions

View file

@ -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)

View file

@ -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)

View file

@ -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)