mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 14:38:13 +02:00
Mark the big-line test as XFAIL
This commit is contained in:
parent
5d0bc97b20
commit
4cc174f72f
2 changed files with 3 additions and 1 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue