summaryrefslogtreecommitdiff
path: root/boilerplate
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2007-08-29 15:26:41 -0700
committerCarl Worth <cworth@cworth.org>2007-08-29 15:26:41 -0700
commite7324454a06e1f090d4e654c9cdcb774f9fb39ab (patch)
tree8610dcbebd1a792f7442895de43c091144743d3d /boilerplate
parentf72078fb7660b3c8a369e7bca19628416176a55e (diff)
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.
Diffstat (limited to 'boilerplate')
-rw-r--r--boilerplate/cairo-boilerplate-pdf.c4
1 files changed, 3 insertions, 1 deletions
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 *