[cairo-commit] cairo/test .cvsignore, 1.3, 1.4 Makefile.am, 1.6, 1.7 leaky_polygon-ref.png, NONE, 1.1 leaky_polygon.c, NONE, 1.1

Carl Worth commit at pdx.freedesktop.org
Thu Jan 13 14:50:37 PST 2005


Committed by: cworth

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

Modified Files:
	.cvsignore Makefile.am 
Added Files:
	leaky_polygon-ref.png leaky_polygon.c 
Log Message:

        * test/leaky_polygon.c:
        * test/Makefile.am
        * test/.cvsignore: Add leaky_polygon test for trapezoid
        rasterization corner case.


Index: .cvsignore
===================================================================
RCS file: /cvs/cairo/cairo/test/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- .cvsignore	4 Nov 2004 22:23:50 -0000	1.3
+++ .cvsignore	13 Jan 2005 22:50:35 -0000	1.4
@@ -3,6 +3,7 @@
 Makefile
 Makefile.in
 fill_rule
+leaky_polygon
 line_width
 move_to_show_surface
 text_cache_crash

Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.am	23 Nov 2004 21:38:09 -0000	1.6
+++ Makefile.am	13 Jan 2005 22:50:35 -0000	1.7
@@ -1,6 +1,7 @@
 # All new test cases go here
 TESTS = 		\
 fill_rule		\
+leaky_polygon		\
 line_width		\
 move_to_show_surface	\
 text_cache_crash	\
@@ -11,6 +12,7 @@
 # here?
 EXTRA_DIST = \
 fill_rule-ref.png \
+leaky_polygon.png \
 line_width-ref.png \
 move_to_show_surface-ref.png \
 text_rotate-ref.png
@@ -52,6 +54,7 @@
 # time to break down and auto-generate the Makefile.am or something
 # from autogen.sh. My, but this is painful...
 fill_rule_SOURCES = fill_rule.c $(cairo_test_lib)
+leaky_polygon_SOURCES = leaky_polygon.c $(cairo_test_lib)
 line_width_SOURCES = line_width.c $(cairo_test_lib)
 move_to_show_surface_SOURCES = move_to_show_surface.c $(cairo_test_lib)
 text_cache_crash_SOURCES = text_cache_crash.c $(cairo_test_lib)

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

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




More information about the cairo-commit mailing list