summaryrefslogtreecommitdiff
path: root/test/long-lines.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-08-17 16:14:21 -0700
committerCarl Worth <cworth@cworth.org>2006-08-17 16:14:21 -0700
commitd7b52a8f448e39518a03b92acdf5db10c5527669 (patch)
tree76c62dfbdfcbbccf8c67c47e9f39337baa5cc531 /test/long-lines.c
parent74f6afcdd694d679535d28835740469a08f8ef72 (diff)
downloadcairo-d7b52a8f448e39518a03b92acdf5db10c5527669.tar.gz
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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/long-lines.c b/test/long-lines.c
index 445ac66d7..8b189b2b6 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