summaryrefslogtreecommitdiff
path: root/test/surface-pattern.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/surface-pattern.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/surface-pattern.c')
-rw-r--r--test/surface-pattern.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/surface-pattern.c b/test/surface-pattern.c
index 51b638dbb..e52f0df47 100644
--- a/test/surface-pattern.c
+++ b/test/surface-pattern.c
@@ -8,7 +8,8 @@ static cairo_test_draw_function_t draw;
cairo_test_t test = {
"surface-pattern",
- "Test transformed repeated surface patterns",
+ "Test transformed repeated surface patterns"
+ "\nExhibiting a strange (very minor) failure in ps backend with device-offset",
SIZE, SIZE,
draw
};