From 60f9c8d9fd914004e183adaf2bbba76b08c4e950 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 23 Aug 2005 07:51:56 +0000 Subject: [PATCH] Remove caps-sub-paths from the XFAIL list since it is fixed now. --- ChangeLog | 6 ++++++ test/Makefile.am | 1 - test/caps-sub-paths.c | 3 +-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f0ef69894..8c731f08a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-08-23 Carl Worth + + * 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 Fix for bug #4205: diff --git a/test/Makefile.am b/test/Makefile.am index 7c5dc4bee..4c40aa4e9 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -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 \ diff --git a/test/caps-sub-paths.c b/test/caps-sub-paths.c index 2aa74e77d..70195bb85 100644 --- a/test/caps-sub-paths.c +++ b/test/caps-sub-paths.c @@ -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); }