Disable 7 cairo-pdf tests due to poppler knockout-group bug

The following 7 tests currently fail with poppler due to:

	Poppler does not correctly handle knockout groups
	https://bugs.freedesktop.org/show_bug.cgi?id=12185

and we've verified with acroread that the cairo-pdf output
does render as intended there. The disabled tests are
clip-operator, operator-clear, operator-source, over-above-source,
over-around-source, over-below-source, and over-between-source.
This commit is contained in:
Carl Worth 2007-08-27 14:45:51 -07:00
parent 1cdd11873b
commit 1a6b62e599

View file

@ -67,16 +67,27 @@ typedef struct _pdf_target_closure
* And when this list shrinks to nothing, we can close bug 12143.
*/
static const char *pdf_ignored_tests[] = {
/* These first four failures are caused by poppler mis-handling
* transparency in gradients. See here:
*
* Poppler doesn't correctly handle gradients with transparency
* https://bugs.freedesktop.org/show_bug.cgi?id=12144
*/
/* These first four failures are due to:
*
* Poppler doesn't correctly handle gradients with transparency
* https://bugs.freedesktop.org/show_bug.cgi?id=12144
*/
"gradient-alpha",
"linear-gradient",
"text-pattern",
"trap-clip"
"trap-clip",
/* These next 7 failures are due to:
*
* Poppler does not correctly handle knockout groups
* https://bugs.freedesktop.org/show_bug.cgi?id=12185
*/
"clip-operator",
"operator-clear",
"operator-source",
"over-above-source",
"over-around-source",
"over-below-source",
"over-between-source"
};
cairo_surface_t *