mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-31 20:40:21 +01:00
test: Mark some more raster-only tests
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
a349564e3c
commit
c0016e6ac9
3 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue