Mark the big-line test as XFAIL

This commit is contained in:
Carl Worth 2008-02-28 15:41:36 -08:00
parent 5d0bc97b20
commit 4cc174f72f
2 changed files with 3 additions and 1 deletions

View file

@ -606,6 +606,7 @@ $(REFERENCE_IMAGES)
# everything from this list by fixing the bugs. (We don't necessarily
# have to be that strict for "snapshots" though.)
XFAIL_TESTS = \
big-line$(EXEEXT) \
big-trap$(EXEEXT) \
extend-pad$(EXEEXT) \
filter-nearest-offset$(EXEEXT) \

View file

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