[cairo-commit] cairo/test .cvsignore, 1.15, 1.16 Makefile.am, 1.30, 1.31 surface-finish-twice.c, NONE, 1.1

Carl Worth commit at pdx.freedesktop.org
Wed Apr 13 14:48:05 PDT 2005


Committed by: cworth

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

Modified Files:
	.cvsignore Makefile.am 
Added Files:
	surface-finish-twice.c 
Log Message:

        * test/.cvsignore:
        * test/Makefile.am:
        * test/surface-finish-twice.c: (draw), (main): Add new test to
        exercise crash when calling cairo_surface_finish twice on the same
        surface.


Index: .cvsignore
===================================================================
RCS file: /cvs/cairo/cairo/test/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- .cvsignore	13 Apr 2005 21:45:05 -0000	1.15
+++ .cvsignore	13 Apr 2005 21:48:03 -0000	1.16
@@ -14,6 +14,7 @@
 move-to-show-surface
 path-data
 pixman-rotate
+surface-finish-twice
 select-font-no-show-text
 text-cache-crash
 text-rotate

Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- Makefile.am	13 Apr 2005 21:45:05 -0000	1.30
+++ Makefile.am	13 Apr 2005 21:48:03 -0000	1.31
@@ -11,6 +11,7 @@
 move-to-show-surface	\
 path-data		\
 pixman-rotate		\
+surface-finish-twice	\
 select-font-no-show-text\
 text-cache-crash	\
 text-rotate		\
@@ -91,6 +92,7 @@
 move_to_show_surface_LDADD = $(LDADDS)
 path_data_LDADD = $(LDADDS)
 pixman_rotate_LDADD = $(LDADDS)
+surface_finish_twice_LDADD = $(LDADDS)
 select_font_no_show_text_LDADD = $(LDADDS)
 text_cache_crash_LDADD = $(LDADDS)
 text_rotate_LDADD = $(LDADDS)

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




More information about the cairo-commit mailing list