diff options
author | Carl Worth <cworth@cworth.org> | 2007-04-27 16:41:17 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2007-04-27 16:41:17 -0700 |
commit | 2dcfb944b044172640a3784246d6b3129b686b60 (patch) | |
tree | feef269072cd48f5608bdb9899fbf69534328fd8 /test/gradient-alpha.c | |
parent | 179e3399101b5a0daa907dcfe1f9f11ae8fe691e (diff) |
Don't test PDF tests known to fail due to poppler limitations
The following four tests are disabled:
gradient-alpha, linear-gradient, text-pattern, trap-clip
We don't use XFAIL as that would disable all backends, (but
we can still usefully use these tests on backends other than
PDF).
Diffstat (limited to 'test/gradient-alpha.c')
-rw-r--r-- | test/gradient-alpha.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/gradient-alpha.c b/test/gradient-alpha.c index a56b5079..6646aec4 100644 --- a/test/gradient-alpha.c +++ b/test/gradient-alpha.c @@ -29,7 +29,8 @@ static cairo_test_draw_function_t draw; cairo_test_t test = { "gradient-alpha", - "Tests drawing of a gradient with various alpha values in the color stops", + "Tests drawing of a gradient with various alpha values in the color stops\n" + "PDF backend will not be tested due to limitations in poppler.", 10, 10, draw }; |