mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-14 04:00:31 +01:00
Remove text-antialias-none which is now fixed.
No longer xfail.
This commit is contained in:
parent
7143d8b7ae
commit
d7699f0c07
3 changed files with 8 additions and 3 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -108,7 +108,6 @@ filter-nearest-offset \
|
|||
pixman-rotate \
|
||||
self-intersecting \
|
||||
source-surface-scale-paint \
|
||||
text-antialias-none \
|
||||
text-antialias-subpixel \
|
||||
text-rotate
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue