mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-03 03:20:44 +02:00
Remove radial-gradient test from XFAIL list
This test has not been failing since the fix in:
772edc9133
So get rid of the '1 unexpected passes' complaint.
This commit is contained in:
parent
e803e2e69b
commit
40b6d8842e
2 changed files with 1 additions and 3 deletions
|
|
@ -409,7 +409,6 @@ extend-pad \
|
|||
filter-nearest-offset \
|
||||
ft-text-vertical-layout-type1 \
|
||||
long-lines \
|
||||
radial-gradient \
|
||||
self-intersecting \
|
||||
surface-pattern \
|
||||
surface-pattern-scale-down \
|
||||
|
|
|
|||
|
|
@ -36,8 +36,7 @@ static cairo_test_draw_function_t draw;
|
|||
|
||||
cairo_test_t test = {
|
||||
"radial-gradient",
|
||||
"Simple test of radial gradients"
|
||||
"\nCurrently failing EXTEND_REFLECT with non-zero inner radius for SVG backend",
|
||||
"Simple test of radial gradients",
|
||||
WIDTH, HEIGHT,
|
||||
draw
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue