mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 18:08:03 +02:00
[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:
parent
83d2552e4c
commit
86356a9578
1 changed files with 4 additions and 0 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue