[cairo-commit] cairo/test Makefile.am, 1.66,
1.67 text-antialias-none.c, 1.1, 1.2
Owen Taylor
commit at pdx.freedesktop.org
Wed Jul 27 19:13:41 PDT 2005
Committed by: otaylor
Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv20669/test
Modified Files:
Makefile.am text-antialias-none.c
Log Message:
2005-07-27 Owen Taylor <otaylor at redhat.com>
* test/Makefile.am (XFAIL_TESTS): Remove
text-antialias-none which is now fixed.
* test/text-antialias-none.c (main): No longer xfail.
Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- Makefile.am 27 Jul 2005 20:28:15 -0000 1.66
+++ Makefile.am 28 Jul 2005 02:13:39 -0000 1.67
@@ -108,7 +108,6 @@
pixman-rotate \
self-intersecting \
source-surface-scale-paint \
-text-antialias-none \
text-antialias-subpixel \
text-rotate
Index: text-antialias-none.c
===================================================================
RCS file: /cvs/cairo/cairo/test/text-antialias-none.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- text-antialias-none.c 27 Jul 2005 20:28:15 -0000 1.1
+++ text-antialias-none.c 28 Jul 2005 02:13:39 -0000 1.2
@@ -73,6 +73,5 @@
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);
}
More information about the cairo-commit
mailing list