summaryrefslogtreecommitdiff
path: root/test/big-line.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2008-02-28 15:41:36 -0800
committerCarl Worth <cworth@cworth.org>2008-02-28 15:41:36 -0800
commit4cc174f72f635e885b5f5fdc3d67789d3952cd2e (patch)
treeb0d0b96c4de571181fff346c3a1079297c791403 /test/big-line.c
parent5d0bc97b2000a7b7e40a7a3918f09d90bdf5376a (diff)
downloadcairo-4cc174f72f635e885b5f5fdc3d67789d3952cd2e.tar.gz
Mark the big-line test as XFAIL
Diffstat (limited to 'test/big-line.c')
-rw-r--r--test/big-line.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/big-line.c b/test/big-line.c
index e727125a8..cb1d84e0d 100644
--- a/test/big-line.c
+++ b/test/big-line.c
@@ -29,7 +29,8 @@ static cairo_test_draw_function_t draw;
cairo_test_t test = {
"big-line",
- "Test drawing of simple lines with positive and negative coordinates > 2^16",
+ "Test drawing of simple lines with positive and negative coordinates > 2^16\n"
+ "This currently fails because of 16-bit limitations in pixman.",
100, 100,
draw
};