Remove caps-sub-paths from the XFAIL list since it is fixed now.

This commit is contained in:
Carl Worth 2005-08-23 07:51:56 +00:00
parent 256456b708
commit 60f9c8d9fd
3 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2005-08-23 Carl Worth <cworth@cworth.org>
* test/Makefile.am:
* test/caps-sub-paths.c: (main): Remove caps-sub-paths from the
XFAIL list since it is fixed now.
2005-08-23 Carl Worth <cworth@cworth.org>
Fix for bug #4205:

View file

@ -137,7 +137,6 @@ rel-path-ref.png
# provide an explanation for the expected failure.
XFAIL_TESTS = \
a8-mask \
caps-sub-paths \
filter-nearest-offset \
pixman-rotate \
self-intersecting \

View file

@ -59,6 +59,5 @@ draw (cairo_t *cr, int width, int height)
int
main (void)
{
return cairo_test_expect_failure (&test, draw,
"All but the last subpath are missing caps");
return cairo_test (&test, draw);
}