mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-03-06 11:40:55 +01:00
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:
parent
f72078fb76
commit
e7324454a0
1 changed files with 3 additions and 1 deletions
|
|
@ -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 *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue