[cairo-commit] cairo/test Makefile.am, 1.71, 1.72 a8-mask-ref.png,
NONE, 1.1 a8-mask.c, NONE, 1.1
Jeff Muizelaar
commit at pdx.freedesktop.org
Fri Aug 5 15:07:48 PDT 2005
Committed by: jrmuizel
Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv2581/test
Modified Files:
Makefile.am
Added Files:
a8-mask-ref.png a8-mask.c
Log Message:
2005-08-05 Jeff Muizelaar <jeff at infidigm.net>
* test/Makefile.am:
* test/a8-mask-ref.png:
* test/a8-mask.c: (draw), (main):
Add a test case for CAIRO_FORMAT_A8 masks that fails with
libpixman.
Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- Makefile.am 1 Aug 2005 21:39:01 -0000 1.71
+++ Makefile.am 5 Aug 2005 22:07:46 -0000 1.72
@@ -1,5 +1,6 @@
# All test cases go here
TESTS = \
+a8-mask \
clip-nesting \
clip-twice \
composite-integer-translate-source \
@@ -59,6 +60,7 @@
# I really don't like having to repeat this list. Anyone know a good
# way to avoid it? Can I use a wildcard here?
EXTRA_DIST = \
+a8-mask.png \
clip-nesting-ref.png \
clip-twice-ref.png \
composite-integer-translate-source-ref.png \
@@ -110,6 +112,7 @@
# Also, any test listed here should call cairo_test_expect_failure and
# provide an explanation for the expected failure.
XFAIL_TESTS = \
+a8-mask \
filter-nearest-offset \
pixman-rotate \
self-intersecting \
@@ -148,6 +151,7 @@
# ARGH! I have to repeat the list of tests a third time. Maybe it's
# time to break down and auto-generate the Makefile.am or something
# from autogen.sh. My, but this is painful...
+a8_mask_LDADD = $(LDADDS)
clip_nesting_LDADD = $(LDADDS)
clip_twice_LDADD = $(LDADDS)
composite_integer_translate_source_LDADD = $(LDADDS)
--- NEW FILE: a8-mask-ref.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: a8-mask.c ---
(This appears to be a binary file; contents omitted.)
More information about the cairo-commit
mailing list