[cairo-commit] cairo/test Makefile.am, 1.86, 1.87 caps-sub-paths.c, 1.2, 1.3

Carl Worth commit at pdx.freedesktop.org
Tue Aug 23 07:51:58 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv5440/test

Modified Files:
	Makefile.am caps-sub-paths.c 
Log Message:

2005-08-23  Carl Worth  <cworth at cworth.org>

        * test/Makefile.am:
        * test/caps-sub-paths.c: (main): Remove caps-sub-paths from the
        XFAIL list since it is fixed now.


Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- Makefile.am	23 Aug 2005 08:02:17 -0000	1.86
+++ Makefile.am	23 Aug 2005 14:51:56 -0000	1.87
@@ -137,7 +137,6 @@
 # provide an explanation for the expected failure.
 XFAIL_TESTS =			\
 a8-mask				\
-caps-sub-paths			\
 filter-nearest-offset		\
 pixman-rotate			\
 self-intersecting		\

Index: caps-sub-paths.c
===================================================================
RCS file: /cvs/cairo/cairo/test/caps-sub-paths.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- caps-sub-paths.c	23 Aug 2005 08:50:25 -0000	1.2
+++ caps-sub-paths.c	23 Aug 2005 14:51:56 -0000	1.3
@@ -59,6 +59,5 @@
 int
 main (void)
 {
-    return cairo_test_expect_failure (&test, draw,
-	"All but the last subpath are missing caps");
+    return cairo_test (&test, draw);
 }



More information about the cairo-commit mailing list