diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-09-09 13:59:50 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-09-09 13:59:50 +0100 |
commit | f5ee785144a8ddb6056b21f6c28bc4a9f4870b32 (patch) | |
tree | 7eede2cc02915ada48920114c2945ffb86f58f80 | |
parent | abaef9bfbe11302beb6481547632b44be9d5be8d (diff) |
[test] Disable the antialias testing for the vector surfaces.
Only the raster bckends obey the font anti-alias options.
-rw-r--r-- | test/large-twin-antialias-mixed.c | 2 | ||||
-rw-r--r-- | test/twin-antialias-gray.c | 2 | ||||
-rw-r--r-- | test/twin-antialias-mixed.c | 2 | ||||
-rw-r--r-- | test/twin-antialias-none.c | 2 | ||||
-rw-r--r-- | test/twin-antialias-subpixel.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/test/large-twin-antialias-mixed.c b/test/large-twin-antialias-mixed.c index 57aa5d77..9626a9dd 100644 --- a/test/large-twin-antialias-mixed.c +++ b/test/large-twin-antialias-mixed.c @@ -92,6 +92,6 @@ draw (cairo_t *cr, int width, int height) CAIRO_TEST (large_twin_antialias_mixed, "Tests the internal font (with intermixed antialiasing)", "twin, font", /* keywords */ - NULL, /* requirements */ + "target=raster", /* requirements */ 524, 240, NULL, draw) diff --git a/test/twin-antialias-gray.c b/test/twin-antialias-gray.c index d62efcd1..8e00370b 100644 --- a/test/twin-antialias-gray.c +++ b/test/twin-antialias-gray.c @@ -66,6 +66,6 @@ draw (cairo_t *cr, int width, int height) CAIRO_TEST (twin_antialias_gray, "Tests the internal font (with antialiasing reduced)", "twin, font", /* keywords */ - NULL, /* requirements */ + "target=raster", /* requirements */ 140, 60, NULL, draw) diff --git a/test/twin-antialias-mixed.c b/test/twin-antialias-mixed.c index 43f58ceb..da4121a1 100644 --- a/test/twin-antialias-mixed.c +++ b/test/twin-antialias-mixed.c @@ -92,6 +92,6 @@ draw (cairo_t *cr, int width, int height) CAIRO_TEST (twin_antialias_mixed, "Tests the internal font (with intermixed antialiasing)", "twin, font", /* keywords */ - NULL, /* requirements */ + "target=raster", /* requirements */ 140, 60, NULL, draw) diff --git a/test/twin-antialias-none.c b/test/twin-antialias-none.c index eaf86570..a5b713db 100644 --- a/test/twin-antialias-none.c +++ b/test/twin-antialias-none.c @@ -66,6 +66,6 @@ draw (cairo_t *cr, int width, int height) CAIRO_TEST (twin_antialias_none, "Tests the internal font (with antialiasing disabled)", "twin, font", /* keywords */ - NULL, /* requirements */ + "target=raster", /* requirements */ 140, 60, NULL, draw) diff --git a/test/twin-antialias-subpixel.c b/test/twin-antialias-subpixel.c index 8ecc0fc3..e0262863 100644 --- a/test/twin-antialias-subpixel.c +++ b/test/twin-antialias-subpixel.c @@ -66,6 +66,6 @@ draw (cairo_t *cr, int width, int height) CAIRO_TEST (twin_antialias_subpixel, "Tests the internal font (with subpixel antialiasing)", "twin, font", /* keywords */ - NULL, /* requirements */ + "target=raster", /* requirements */ 140, 60, NULL, draw) |