From d7699f0c072a6820007280a167b86a95adf8a54e Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Wed, 27 Jul 2005 19:13:39 +0000 Subject: [PATCH] Remove text-antialias-none which is now fixed. No longer xfail. --- ChangeLog | 7 +++++++ test/Makefile.am | 1 - test/text-antialias-none.c | 3 +-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0162cf8f1..8470de91a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-07-27 Owen Taylor + + * 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 * src/cairo-win32-font.c (_win32_scaled_font_create): diff --git a/test/Makefile.am b/test/Makefile.am index 22ff497c6..e1f22eb36 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -108,7 +108,6 @@ filter-nearest-offset \ pixman-rotate \ self-intersecting \ source-surface-scale-paint \ -text-antialias-none \ text-antialias-subpixel \ text-rotate diff --git a/test/text-antialias-none.c b/test/text-antialias-none.c index e74b7fe70..411de0d92 100644 --- a/test/text-antialias-none.c +++ b/test/text-antialias-none.c @@ -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); }