summaryrefslogtreecommitdiff
path: root/test/trap-clip.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/trap-clip.c
parent179e3399101b5a0daa907dcfe1f9f11ae8fe691e (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/trap-clip.c')
-rw-r--r--test/trap-clip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/trap-clip.c b/test/trap-clip.c
index ba4d148e5..a33985f62 100644
--- a/test/trap-clip.c
+++ b/test/trap-clip.c
@@ -168,7 +168,8 @@ static cairo_test_draw_function_t draw;
cairo_test_t test = {
"trap-clip",
- "Trapezoid clipping",
+ "Trapezoid clipping\n"
+ "PDF backend will not be tested due to limitations in poppler.",
IMAGE_WIDTH, IMAGE_HEIGHT,
draw
};