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/linear-gradient.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/linear-gradient.c')
-rw-r--r-- | test/linear-gradient.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/linear-gradient.c b/test/linear-gradient.c index 7681cbf0f..71a57f671 100644 --- a/test/linear-gradient.c +++ b/test/linear-gradient.c @@ -58,7 +58,8 @@ static cairo_test_draw_function_t draw; cairo_test_t test = { "linear-gradient", - "Tests the drawing of linear gradients", + "Tests the drawing of linear gradients\n" + "PDF backend will not be tested due to limitations in poppler.", WIDTH, HEIGHT, draw }; |