[cairo-commit] cairo/test Makefile.am,1.7,1.8

Kristian Hogsberg commit at pdx.freedesktop.org
Mon Jan 17 09:18:39 PST 2005


Committed by: krh

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

Modified Files:
	Makefile.am 
Log Message:
2005-01-17  Kristian Høgsberg  <krh at redhat.com>

        * test/Makefile.am (EXTRA_DIST): Take image_rotate-ref.png out of
        EXTRA_DIST until we can actually render it correctly.
        (XFAIL_TESTS): Update with new known bugs.

        * src/cairo-features.h.in:
        * src/cairo.h:
        * src/cairoint.h:
        * configure.in: Add font backend selection options.



Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.am	13 Jan 2005 22:50:35 -0000	1.7
+++ Makefile.am	17 Jan 2005 17:18:37 -0000	1.8
@@ -12,10 +12,12 @@
 # here?
 EXTRA_DIST = \
 fill_rule-ref.png \
-leaky_polygon.png \
+leaky_polygon-ref.png \
 line_width-ref.png \
-move_to_show_surface-ref.png \
-text_rotate-ref.png
+move_to_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.
 
 # This list is only for known bugs (not regressions). We do need to
 # fix these before the next release, but they are expected to fail for
@@ -25,9 +27,10 @@
 # here. New failures due to local, uncommitted code changes are
 # regression bugs that should not be listed here. Instead they should
 # be fixed before the code is committed.
-XFAIL_TESTS = \
-move_to_show_surface \
-text_cache_crash \
+XFAIL_TESTS =		\
+fill_rule		\
+leaky_polygon		\
+move_to_show_surface	\
 text_rotate
 
 check_PROGRAMS = $(TESTS)




More information about the cairo-commit mailing list