Remove fill_rule and leaky_polygon from expected failures list. Both of these bugs have fixes, (fill_rule is fixed by reverting cairo_traps.c to 1.16, and leaky_polygon is fixed in a newer libpixman).

This commit is contained in:
Carl Worth 2005-01-19 07:55:28 +00:00
parent 27532eda85
commit cc58bc3b9b
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,10 @@
2005-01-19 Carl Worth <cworth@cworth.org>
* test/Makefile.am (XFAIL_TESTS): Remove fill_rule and
leaky_polygon from expected failures list. Both of these bugs have
fixes, (fill_rule is fixed by reverting cairo_traps.c to 1.16, and
leaky_polygon is fixed in a newer libpixman).
* src/cairo_wideint.h: Remove const qualifiers from the header
file as well.

View file

@ -28,8 +28,6 @@ move_to_show_surface-ref.png
# regression bugs that should not be listed here. Instead they should
# be fixed before the code is committed.
XFAIL_TESTS = \
fill_rule \
leaky_polygon \
move_to_show_surface \
text_rotate