[cairo-commit] cairo ChangeLog,1.266,1.267

Carl Worth commit at pdx.freedesktop.org
Tue Nov 23 13:38:11 PST 2004


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

        * test/Makefile.am (XFAIL_TESTS): Note that text_cache_crash is
        expected to fail.

        * test/text_cache_crash.c (draw): Add test to demonstrate bug when
        item is too big for cache.

        * src/cairo_cache.c (_cache_sane_state): Really remove that
        refcount assertion this time.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -d -r1.266 -r1.267
--- ChangeLog	23 Nov 2004 20:53:46 -0000	1.266
+++ ChangeLog	23 Nov 2004 21:38:09 -0000	1.267
@@ -1,5 +1,14 @@
 2004-11-23  Carl Worth  <cworth at cworth.org>
 
+	* test/Makefile.am (XFAIL_TESTS): Note that text_cache_crash is
+	expected to fail.
+
+	* test/text_cache_crash.c (draw): Add test to demonstrate bug when
+	item is too big for cache.
+
+	* src/cairo_cache.c (_cache_sane_state): Really remove that
+	refcount assertion this time.
+
 	* test/text_cache_crash.c: Add note that bug has been fixed.
 	(main): Instrumentation code for testing cache destruction.
 




More information about the cairo-commit mailing list