mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-07 05:30:19 +01:00
Remove caps-sub-paths from the XFAIL list since it is fixed now.
This commit is contained in:
parent
256456b708
commit
60f9c8d9fd
3 changed files with 7 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue