mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 04:58:04 +02: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>
|
2005-08-23 Carl Worth <cworth@cworth.org>
|
||||||
|
|
||||||
Fix for bug #4205:
|
Fix for bug #4205:
|
||||||
|
|
|
||||||
|
|
@ -137,7 +137,6 @@ rel-path-ref.png
|
||||||
# provide an explanation for the expected failure.
|
# provide an explanation for the expected failure.
|
||||||
XFAIL_TESTS = \
|
XFAIL_TESTS = \
|
||||||
a8-mask \
|
a8-mask \
|
||||||
caps-sub-paths \
|
|
||||||
filter-nearest-offset \
|
filter-nearest-offset \
|
||||||
pixman-rotate \
|
pixman-rotate \
|
||||||
self-intersecting \
|
self-intersecting \
|
||||||
|
|
|
||||||
|
|
@ -59,6 +59,5 @@ draw (cairo_t *cr, int width, int height)
|
||||||
int
|
int
|
||||||
main (void)
|
main (void)
|
||||||
{
|
{
|
||||||
return cairo_test_expect_failure (&test, draw,
|
return cairo_test (&test, draw);
|
||||||
"All but the last subpath are missing caps");
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue