diff options
author | Carl Worth <cworth@cworth.org> | 2006-08-17 16:14:21 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-08-17 16:14:21 -0700 |
commit | d7b52a8f448e39518a03b92acdf5db10c5527669 (patch) | |
tree | 76c62dfbdfcbbccf8c67c47e9f39337baa5cc531 /test/long-lines.c | |
parent | 74f6afcdd694d679535d28835740469a08f8ef72 (diff) |
Add long-lines to the XFAIL list, (we're not fixing it before 1.2.4)
Diffstat (limited to 'test/long-lines.c')
-rw-r--r-- | test/long-lines.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/long-lines.c b/test/long-lines.c index 445ac66d..8b189b2b 100644 --- a/test/long-lines.c +++ b/test/long-lines.c @@ -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 |