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.
This commit is contained in:
Carl Worth 2007-08-29 15:26:41 -07:00
parent f72078fb76
commit e7324454a0

View file

@ -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 *