[test] Disable the antialias testing for the vector surfaces.

Only the raster bckends obey the font anti-alias options.
This commit is contained in:
Chris Wilson 2009-09-09 13:59:50 +01:00
parent abaef9bfbe
commit f5ee785144
5 changed files with 5 additions and 5 deletions

View file

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

View file

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

View file

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

View file

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

View file

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