[cairo-commit] test/long-lines.c test/Makefile.am

Carl Worth cworth at kemper.freedesktop.org
Thu Aug 17 16:14:43 PDT 2006


 test/Makefile.am  |    1 +
 test/long-lines.c |    3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
diff-tree d7b52a8f448e39518a03b92acdf5db10c5527669 (from 74f6afcdd694d679535d28835740469a08f8ef72)
Author: Carl Worth <cworth at cworth.org>
Date:   Thu Aug 17 16:14:21 2006 -0700

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

diff --git a/test/Makefile.am b/test/Makefile.am
index 068319d..87da1b8 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -347,6 +347,7 @@ a8-mask				\
 extend-reflect			\
 filter-nearest-offset		\
 leaky-dash			\
+long-lines			\
 self-intersecting		\
 text-rotate
 
diff --git a/test/long-lines.c b/test/long-lines.c
index 445ac66..8b189b2 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


More information about the cairo-commit mailing list