mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-24 19:30:10 +01:00
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:
parent
27532eda85
commit
cc58bc3b9b
2 changed files with 5 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue