mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 00:38:06 +02:00
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:
parent
1cdd11873b
commit
1a6b62e599
1 changed files with 18 additions and 7 deletions
|
|
@ -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 *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue