[cairo-commit] cairo/test .cvsignore, 1.52, 1.53 Makefile.am, 1.93,
1.94 caps-joins-ref.png, NONE, 1.1 caps-joins.c, NONE,
1.1 dash-caps-joins.c, NONE, 1.1
Carl Worth
commit at pdx.freedesktop.org
Tue Sep 27 11:35:21 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv16626/test
Modified Files:
.cvsignore Makefile.am
Added Files:
caps-joins-ref.png caps-joins.c dash-caps-joins.c
Log Message:
2005-09-27 Carl Worth <cworth at cworth.org>
* test/.cvsignore:
* test/Makefile.am:
* test/caps-joins-ref.png:
* test/caps-joins.c: (make_path), (draw), (main):
* test/dash-caps-joins.c: (make_path), (draw), (main): Add two
test cases. One for caps and joins (passes), and one for dashed
caps and joins, (fails, see bug #4409).
Index: .cvsignore
===================================================================
RCS file: /cvs/cairo/cairo/test/.cvsignore,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- .cvsignore 13 Sep 2005 19:11:32 -0000 1.52
+++ .cvsignore 27 Sep 2005 18:35:18 -0000 1.53
@@ -3,6 +3,7 @@
Makefile
Makefile.in
a8-mask
+caps-joins
caps-sub-paths
clip-all
clip-nesting
@@ -14,6 +15,7 @@
coverage
create-from-png
create-from-png-stream
+dash-caps-joins
dash-offset-negative
fill-and-stroke
fill-rule
Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- Makefile.am 20 Sep 2005 00:24:52 -0000 1.93
+++ Makefile.am 27 Sep 2005 18:35:18 -0000 1.94
@@ -1,6 +1,7 @@
# All test cases go here
TESTS = \
a8-mask \
+caps-joins \
caps-sub-paths \
clip-all \
clip-nesting \
@@ -11,6 +12,7 @@
composite-integer-translate-over-repeat \
create-from-png \
create-from-png-stream \
+dash-caps-joins \
dash-offset-negative \
fill-and-stroke \
fill-rule \
@@ -81,6 +83,7 @@
# way to avoid it? Can I use a wildcard here?
EXTRA_DIST = \
a8-mask-ref.png \
+caps-joins-ref.png \
caps-sub-paths-ref.png \
clip-all-ref.png \
clip-nesting-ref.png \
@@ -91,6 +94,7 @@
composite-integer-translate-over-repeat-ref.png \
create-from-png-ref.png \
create-from-png-stream-ref.png \
+dash-caps-joins-ref.png \
dash-offset-negative-ref.png \
fill-and-stroke-ref.png \
fill-rule-ref.png \
@@ -146,6 +150,7 @@
# provide an explanation for the expected failure.
XFAIL_TESTS = \
a8-mask \
+dash-caps-joins \
filter-nearest-offset \
pixman-rotate \
self-intersecting \
@@ -189,6 +194,7 @@
# time to break down and auto-generate the Makefile.am or something
# from autogen.sh. My, but this is painful...
a8_mask_LDADD = $(LDADDS)
+caps_joins_LDADD = $(LDADDS)
caps_sub_paths_LDADD = $(LDADDS)
clip_all_LDADD = $(LDADDS)
clip_nesting_LDADD = $(LDADDS)
@@ -199,6 +205,7 @@
composite_integer_translate_over_repeat_LDADD = $(LDADDS)
create_from_png_LDADD = $(LDADDS)
create_from_png_stream_LDADD = $(LDADDS)
+dash_caps_joins_LDADD = $(LDADDS)
dash_offset_negative_LDADD = $(LDADDS)
fill_and_stroke_LDADD = $(LDADDS)
fill_rule_LDADD = $(LDADDS)
--- NEW FILE: caps-joins-ref.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: caps-joins.c ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: dash-caps-joins.c ---
(This appears to be a binary file; contents omitted.)
More information about the cairo-commit
mailing list