[cairo-commit] cairo/test .cvsignore, 1.50, 1.51 Makefile.am, 1.90,
1.91 clip-all-ref.png, NONE, 1.1 clip-all.c, NONE, 1.1
Carl Worth
commit at pdx.freedesktop.org
Wed Aug 31 09:00:04 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv17453/test
Modified Files:
.cvsignore Makefile.am
Added Files:
clip-all-ref.png clip-all.c
Log Message:
2005-08-31 Carl Worth <cworth at cworth.org>
* AUTHORS: Add Radek DoulÃk.
* test/.cvsignore:
* test/Makefile.am:
* test/clip-all.c: (draw), (main): Add test exposing a BadValue
(0-size pixmap) bug in cairo-xlib-surface when everything is
clipped away (thanks to Radek DoulÃk <rodo at novell.com>).
Index: .cvsignore
===================================================================
RCS file: /cvs/cairo/cairo/test/.cvsignore,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- .cvsignore 24 Aug 2005 08:13:36 -0000 1.50
+++ .cvsignore 31 Aug 2005 16:00:02 -0000 1.51
@@ -4,6 +4,7 @@
Makefile.in
a8-mask
caps-sub-paths
+clip-all
clip-nesting
clip-operator
clip-twice
Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- Makefile.am 24 Aug 2005 08:13:36 -0000 1.90
+++ Makefile.am 31 Aug 2005 16:00:02 -0000 1.91
@@ -2,6 +2,7 @@
TESTS = \
a8-mask \
caps-sub-paths \
+clip-all \
clip-nesting \
clip-operator \
clip-twice \
@@ -77,6 +78,7 @@
EXTRA_DIST = \
a8-mask-ref.png \
caps-sub-paths-ref.png \
+clip-all-ref.png \
clip-nesting-ref.png \
clip-operator-ref.png \
clip-twice-ref.png \
@@ -140,6 +142,7 @@
# provide an explanation for the expected failure.
XFAIL_TESTS = \
a8-mask \
+clip-all \
filter-nearest-offset \
pixman-rotate \
self-intersecting \
@@ -184,6 +187,7 @@
# from autogen.sh. My, but this is painful...
a8_mask_LDADD = $(LDADDS)
caps_sub_paths_LDADD = $(LDADDS)
+clip_all_LDADD = $(LDADDS)
clip_nesting_LDADD = $(LDADDS)
clip_operator_LDADD = $(LDADDS)
clip_twice_LDADD = $(LDADDS)
--- NEW FILE: clip-all-ref.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: clip-all.c ---
(This appears to be a binary file; contents omitted.)
More information about the cairo-commit
mailing list