Remove text-antialias-none which is now fixed.

No longer xfail.
This commit is contained in:
Owen Taylor 2005-07-27 19:13:39 +00:00
parent 7143d8b7ae
commit d7699f0c07
3 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,10 @@
2005-07-27 Owen Taylor <otaylor@redhat.com>
* test/Makefile.am (XFAIL_TESTS): Remove
text-antialias-none which is now fixed.
* test/text-antialias-none.c (main): No longer xfail.
2005-07-27 Owen Taylor <otaylor@redhat.com>
* src/cairo-win32-font.c (_win32_scaled_font_create):

View file

@ -108,7 +108,6 @@ filter-nearest-offset \
pixman-rotate \
self-intersecting \
source-surface-scale-paint \
text-antialias-none \
text-antialias-subpixel \
text-rotate

View file

@ -73,6 +73,5 @@ draw (cairo_t *cr, int width, int height)
int
main (void)
{
return cairo_test_expect_failure (&test, draw,
"Bugs in non-antialiased text rendering in non-xlib backends");
return cairo_test (&test, draw);
}