[cairo-commit] cairo/test .cvsignore, 1.48, 1.49 Makefile.am, 1.85, 1.86 caps-sub-paths-ref.png, NONE, 1.1 caps-sub-paths.c, NONE, 1.1

Carl Worth commit at pdx.freedesktop.org
Tue Aug 23 01:02:19 PDT 2005


Committed by: cworth

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

Modified Files:
	.cvsignore Makefile.am 
Added Files:
	caps-sub-paths-ref.png caps-sub-paths.c 
Log Message:

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

        * test/.cvsignore:
        * test/Makefile.am:
        * test/caps-sub-paths-ref.png:
        * test/caps-sub-paths.c: (draw), (main): Add test to demonstrate
        bug #4205, missing caps on all but last sub-path in a complex
        path.


Index: .cvsignore
===================================================================
RCS file: /cvs/cairo/cairo/test/.cvsignore,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- .cvsignore	19 Aug 2005 23:37:56 -0000	1.48
+++ .cvsignore	23 Aug 2005 08:02:17 -0000	1.49
@@ -3,6 +3,7 @@
 Makefile
 Makefile.in
 a8-mask
+caps-sub-paths
 clip-nesting
 clip-operator
 clip-twice

Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- Makefile.am	22 Aug 2005 20:59:53 -0000	1.85
+++ Makefile.am	23 Aug 2005 08:02:17 -0000	1.86
@@ -1,6 +1,7 @@
 # All test cases go here
 TESTS = 			\
 a8-mask				\
+caps-sub-paths			\
 clip-nesting			\
 clip-operator			\
 clip-twice			\
@@ -74,6 +75,7 @@
 # way to avoid it? Can I use a wildcard here?
 EXTRA_DIST =				\
 a8-mask-ref.png				\
+caps-sub-paths-ref.png			\
 clip-nesting-ref.png			\
 clip-operator-ref.png			\
 clip-twice-ref.png			\
@@ -135,6 +137,7 @@
 # provide an explanation for the expected failure.
 XFAIL_TESTS =			\
 a8-mask				\
+caps-sub-paths			\
 filter-nearest-offset		\
 pixman-rotate			\
 self-intersecting		\
@@ -179,6 +182,7 @@
 # time to break down and auto-generate the Makefile.am or something
 # from autogen.sh. My, but this is painful...
 a8_mask_LDADD = $(LDADDS)
+caps_sub_paths_LDADD = $(LDADDS)
 clip_nesting_LDADD = $(LDADDS)
 clip_operator_LDADD = $(LDADDS)
 clip_twice_LDADD = $(LDADDS)

--- NEW FILE: caps-sub-paths-ref.png ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: caps-sub-paths.c ---
(This appears to be a binary file; contents omitted.)



More information about the cairo-commit mailing list