From e7324454a06e1f090d4e654c9cdcb774f9fb39ab Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 29 Aug 2007 15:26:41 -0700 Subject: [PATCH] Disable radial-gradient and unbounded-operator tests for pdf These are failing due to (already reported) poppler bugs. There were also problems with the gradients in the PDF files previously, but these have recently been fixed. --- boilerplate/cairo-boilerplate-pdf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/boilerplate/cairo-boilerplate-pdf.c b/boilerplate/cairo-boilerplate-pdf.c index 8cf1abf13..499e1cc4e 100644 --- a/boilerplate/cairo-boilerplate-pdf.c +++ b/boilerplate/cairo-boilerplate-pdf.c @@ -74,6 +74,7 @@ static const char *pdf_ignored_tests[] = { */ "gradient-alpha", "linear-gradient", + "radial-gradient", "text-pattern", "trap-clip", /* These next 7 failures are due to: @@ -87,7 +88,8 @@ static const char *pdf_ignored_tests[] = { "over-above-source", "over-around-source", "over-below-source", - "over-between-source" + "over-between-source", + "unbounded-operator" }; cairo_surface_t *