[cairo-commit] cairo/test .cvsignore, 1.47, 1.48 Makefile.am, 1.83, 1.84 rectangle-rounding-error-ref.png, NONE, 1.1 rectangle-rounding-error.c, NONE, 1.1

Carl Worth commit at pdx.freedesktop.org
Sat Aug 20 09:37:58 EST 2005


Committed by: cworth

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

Modified Files:
	.cvsignore Makefile.am 
Added Files:
	rectangle-rounding-error-ref.png rectangle-rounding-error.c 
Log Message:

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

        From Bertram Felgenhauer <int-e at gmx.de>:

        * test/.cvsignore:
        * test/Makefile.am:
        * test/rectangle-rounding-error-ref.png:
        * test/rectangle-rounding-error.c: (draw), (main):
        Add regression test for bug #4137 (fixed earlier).


Index: .cvsignore
===================================================================
RCS file: /cvs/cairo/cairo/test/.cvsignore,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- .cvsignore	19 Aug 2005 19:02:14 -0000	1.47
+++ .cvsignore	19 Aug 2005 23:37:56 -0000	1.48
@@ -40,6 +40,7 @@
 ps-surface
 ps-surface.ps
 pixman-rotate
+rectangle-rounding-error
 rel-path
 scale-source-surface-paint
 select-font-no-show-text

Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- Makefile.am	19 Aug 2005 19:02:14 -0000	1.83
+++ Makefile.am	19 Aug 2005 23:37:56 -0000	1.84
@@ -29,6 +29,7 @@
 paint-with-alpha		\
 path-data			\
 pixman-rotate			\
+rectangle-rounding-error	\
 scale-source-surface-paint	\
 select-font-no-show-text	\
 self-copy			\
@@ -100,6 +101,7 @@
 paint-with-alpha-ref.png		\
 path-data-ref.png			\
 pixman-rotate-ref.png			\
+rectangle-rounding-error.png		\
 romedalen.png				\
 self-copy-ref.png			\
 self-intersecting-ref.png		\
@@ -209,6 +211,7 @@
 pdf_clip_LDADD = $(LDADDS)
 ps_surface_LDADD = $(LDADDS)
 pixman_rotate_LDADD = $(LDADDS)
+rectangle_rounding_error_LDADD = $(LDADDS)
 scale_source_surface_paint_LDADD = $(LDADDS)
 select_font_no_show_text_LDADD = $(LDADDS)
 self_copy_LDADD = $(LDADDS)

--- NEW FILE: rectangle-rounding-error-ref.png ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rectangle-rounding-error.c ---
(This appears to be a binary file; contents omitted.)



More information about the cairo-commit mailing list