mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 03:18:05 +02:00
Add long-lines to the XFAIL list, (we're not fixing it before 1.2.4)
This commit is contained in:
parent
74f6afcdd6
commit
d7b52a8f44
2 changed files with 3 additions and 1 deletions
|
|
@ -347,6 +347,7 @@ a8-mask \
|
|||
extend-reflect \
|
||||
filter-nearest-offset \
|
||||
leaky-dash \
|
||||
long-lines \
|
||||
self-intersecting \
|
||||
text-rotate
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,8 @@ static cairo_test_draw_function_t draw;
|
|||
|
||||
cairo_test_t test = {
|
||||
"long-lines",
|
||||
"Test long lines",
|
||||
"Test long lines"
|
||||
"\nLong lines are not drawn due to the limitations of the internal 16.16 fixed-point coordinates",
|
||||
SIZE * (LINE_NBR + 1),
|
||||
SIZE * (LINE_NBR + 1),
|
||||
draw
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue