[test] Add degenerate-dash to XFAIL.

PS (ghostscript) interprets the degenerate end-caps quite differently, and
perhaps slightly more rationally... Add this to XFAIL, until we have a
definitive specification on how we should behave.
This commit is contained in:
Chris Wilson 2008-10-20 17:12:21 +01:00
parent 83d2552e4c
commit 86356a9578

View file

@ -972,6 +972,9 @@ $(REFERENCE_IMAGES)
# components of a pure alpha surface
# big-line - range overflow of fixed-point
# big-trap - range overflow of fixed-point
# degenerate-dash - needs path editing in PS to convert degenerate
# end-caps into the shapes as expected by cairo
# (Or maybe PS is the correct behaviour?)
# degenerate-path - undefined behaviour in PS, needs path editing to
# convert degenerate segments into circles/rectangles
# as expected by cairo
@ -1011,6 +1014,7 @@ XFAIL_TESTS = \
alpha-similar$(EXEEXT) \
big-line$(EXEEXT) \
big-trap$(EXEEXT) \
degenerate-dash$(EXEEXT) \
degenerate-path$(EXEEXT) \
device-offset-scale$(EXEEXT) \
extend-pad$(EXEEXT) \