mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 08:28:03 +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 \
|
filter-nearest-offset \
|
||||||
ft-text-vertical-layout-type1 \
|
ft-text-vertical-layout-type1 \
|
||||||
long-lines \
|
long-lines \
|
||||||
radial-gradient \
|
|
||||||
self-intersecting \
|
self-intersecting \
|
||||||
surface-pattern \
|
surface-pattern \
|
||||||
surface-pattern-scale-down \
|
surface-pattern-scale-down \
|
||||||
|
|
|
||||||
|
|
@ -36,8 +36,7 @@ static cairo_test_draw_function_t draw;
|
||||||
|
|
||||||
cairo_test_t test = {
|
cairo_test_t test = {
|
||||||
"radial-gradient",
|
"radial-gradient",
|
||||||
"Simple test of radial gradients"
|
"Simple test of radial gradients",
|
||||||
"\nCurrently failing EXTEND_REFLECT with non-zero inner radius for SVG backend",
|
|
||||||
WIDTH, HEIGHT,
|
WIDTH, HEIGHT,
|
||||||
draw
|
draw
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue