summaryrefslogtreecommitdiff
path: root/test/gradient-alpha.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2007-04-27 16:41:17 -0700
committerCarl Worth <cworth@cworth.org>2007-04-27 16:41:17 -0700
commit2dcfb944b044172640a3784246d6b3129b686b60 (patch)
treefeef269072cd48f5608bdb9899fbf69534328fd8 /test/gradient-alpha.c
parent179e3399101b5a0daa907dcfe1f9f11ae8fe691e (diff)
downloadcairo-2dcfb944b044172640a3784246d6b3129b686b60.tar.gz
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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/gradient-alpha.c b/test/gradient-alpha.c
index a56b50791..6646aec41 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
};