diff options
author | Carl Worth <cworth@cworth.org> | 2007-03-05 22:48:27 -0800 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2007-03-05 22:48:27 -0800 |
commit | 2f4ddc85a50641a7f6e1f467fa94610875f8ed02 (patch) | |
tree | 51031df5f261a2b638d58619be842cd09c4a6261 /test/surface-pattern-scale-down.c | |
parent | aa883123d2af905c846a8c0a67ff63fa6b16cd2b (diff) |
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-scale-down.c')
-rw-r--r-- | test/surface-pattern-scale-down.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/surface-pattern-scale-down.c b/test/surface-pattern-scale-down.c index 314f852d..5cf61cda 100644 --- a/test/surface-pattern-scale-down.c +++ b/test/surface-pattern-scale-down.c @@ -8,7 +8,8 @@ static cairo_test_draw_function_t draw; cairo_test_t test = { "surface-pattern-scale-down", - "Test scaled-down transformed not-repeated surface patterns", + "Test scaled-down transformed not-repeated surface patterns" + "\nFails xlib backend (with argb32) with inexplicable alpha in result", SIZE, SIZE, draw }; |