[cairo-commit] cairo ChangeLog,1.423,1.424

Carl Worth commit at pdx.freedesktop.org
Wed Mar 9 13:58:22 PST 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv6001

Modified Files:
	ChangeLog 
Log Message:

        * test/cairo_test.c: (cairo_test):
        * test/cairo_test.h:
        * test/clip_twice.c: (draw):
        * test/coverage.c: (draw):
        * test/fill_rule.c: (draw):
        * test/leaky_polygon.c: (draw):
        * test/line_width.c: (draw):
        * test/linear_gradient.c: (draw):
        * test/move_to_show_surface.c: (draw):
        * test/pixman_rotate.c: (draw):
        * test/text_cache_crash.c: (draw):
        * test/text_rotate.c: (draw): Change the draw function under test
        to return a cairo_test_status_t so that it can indicate test
        failure even if there is no result image.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.423
retrieving revision 1.424
diff -u -d -r1.423 -r1.424
--- ChangeLog	9 Mar 2005 21:56:37 -0000	1.423
+++ ChangeLog	9 Mar 2005 21:58:20 -0000	1.424
@@ -1,5 +1,22 @@
 2005-03-09  Carl Worth  <cworth at cworth.org>
 
+	* test/cairo_test.c: (cairo_test):
+	* test/cairo_test.h:
+	* test/clip_twice.c: (draw):
+	* test/coverage.c: (draw):
+	* test/fill_rule.c: (draw):
+	* test/leaky_polygon.c: (draw):
+	* test/line_width.c: (draw):
+	* test/linear_gradient.c: (draw):
+	* test/move_to_show_surface.c: (draw):
+	* test/pixman_rotate.c: (draw):
+	* test/text_cache_crash.c: (draw):
+	* test/text_rotate.c: (draw): Change the draw function under test
+	to return a cairo_test_status_t so that it can indicate test
+	failure even if there is no result image.
+
+2005-03-09  Carl Worth  <cworth at cworth.org>
+
 	* TODO: Update API Shakeup planning chart.
 	fix typos.
 




More information about the cairo-commit mailing list