Add long-lines to the XFAIL list, (we're not fixing it before 1.2.4)

This commit is contained in:
Carl Worth 2006-08-17 16:14:21 -07:00
parent 74f6afcdd6
commit d7b52a8f44
2 changed files with 3 additions and 1 deletions

View file

@ -347,6 +347,7 @@ a8-mask \
extend-reflect \
filter-nearest-offset \
leaky-dash \
long-lines \
self-intersecting \
text-rotate

View file

@ -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