[cairo-commit] cairo/test .cvsignore, 1.13, 1.14 Makefile.am, 1.27, 1.28 translate-show-surface-ref.png, NONE, 1.1 translate-show-surface.c, NONE, 1.1

Carl Worth commit at pdx.freedesktop.org
Mon Apr 11 14:04:58 PDT 2005


Committed by: cworth

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

Modified Files:
	.cvsignore Makefile.am 
Added Files:
	translate-show-surface-ref.png translate-show-surface.c 
Log Message:

        * test/.cvsignore:
        * test/Makefile.am:
        * test/translate-show-surface-ref.png:
        * test/translate-show-surface.c: (draw), (main): Add new test
        demonstrating bug in the sequence: cairo_translate;
        cairo_show_surface.


Index: .cvsignore
===================================================================
RCS file: /cvs/cairo/cairo/test/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- .cvsignore	7 Apr 2005 17:01:49 -0000	1.13
+++ .cvsignore	11 Apr 2005 21:04:56 -0000	1.14
@@ -17,6 +17,7 @@
 text-cache-crash
 text-rotate
 transforms
+translate-show-surface
 user-data
 *-out.png
 *-diff.png

Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Makefile.am	7 Apr 2005 17:01:49 -0000	1.27
+++ Makefile.am	11 Apr 2005 21:04:56 -0000	1.28
@@ -14,6 +14,7 @@
 text-cache-crash	\
 text-rotate		\
 transforms		\
+translate-show-surface	\
 user-data
 
 # And all new tests go here too. I really don't like having to repeat
@@ -31,7 +32,8 @@
 path-data-ref.png		\
 pixman-rotate-ref.png		\
 romedalen.png			\
-transforms-ref.png
+transforms-ref.png		\
+translate-show-surface-ref.png
 
 # Once we can draw the text-rotate.c test case correctly, we should
 # create and add text-rotate-ref.png to the list of reference PNGs.
@@ -89,6 +91,7 @@
 text_cache_crash_LDADD = $(LDADDS)
 text_rotate_LDADD = $(LDADDS)
 transforms_LDADD = $(LDADDS)
+translate_show_surface_LDADD = $(LDADDS)
 user_data_LDADD = $(LDADDS)
 
 noinst_PROGRAMS = imagediff

--- NEW FILE: translate-show-surface-ref.png ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: translate-show-surface.c ---
(This appears to be a binary file; contents omitted.)




More information about the cairo-commit mailing list