summaryrefslogtreecommitdiff
path: root/test/radial-gradient.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2007-03-05 22:48:27 -0800
committerCarl Worth <cworth@cworth.org>2007-03-05 22:48:27 -0800
commit2f4ddc85a50641a7f6e1f467fa94610875f8ed02 (patch)
tree51031df5f261a2b638d58619be842cd09c4a6261 /test/radial-gradient.c
parentaa883123d2af905c846a8c0a67ff63fa6b16cd2b (diff)
downloadcairo-2f4ddc85a50641a7f6e1f467fa94610875f8ed02.tar.gz
Mark 5 tests that are currently failing as XFAIL (that is, not to be fixed before 1.4)
The 5 additional bugs that will be shipped with 1.4 are ft-text-vertical-layout-type1 radial-gradient surface-pattern surface-pattern-scale-down surface-pattern-scale-up Most of these are non-issues, (unbundled font for ft-text-vertical-layout-type1), or very minor issues (radial-gradient and surface-pattern). The only things in here that look like a real bug are the surface-pattern-scale-down and surface-pattern-scale-up tests where the xlib backend results have some non-1.0 alpha that is very unexpected.
Diffstat (limited to 'test/radial-gradient.c')
-rw-r--r--test/radial-gradient.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/radial-gradient.c b/test/radial-gradient.c
index 1207943ae..d78c430b7 100644
--- a/test/radial-gradient.c
+++ b/test/radial-gradient.c
@@ -36,7 +36,8 @@ static cairo_test_draw_function_t draw;
cairo_test_t test = {
"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,
draw
};