gnu: librsvg-2.40: Skip tests that fail with cairo 1.18.0.

* gnu/packages/gnome.scm (librsvg-2.40)[arguments]: Skip two tests which fail
after cairo was updated to version 1.18.0.

Change-Id: If3867a9fdee6481da819954d77341f411e85e78b
This commit is contained in:
John Kehayias 2024-03-27 00:45:59 -04:00
parent f7c259b265
commit 5639756aa0
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9

View File

@ -3728,12 +3728,15 @@ diagrams.")
"svg1.1/masking-mask-01-b.svg"
;; This test fails on aarch64:
"bugs/777834-empty-text-children.svg"
;; These two tests fail due to slightly different
;; text rendering (different kerning or similar),
;; nothing alarming.
"bugs/340047.svg"
"bugs/749415.svg"))))))))
"bugs/749415.svg"
;; These two tests fail with the update to cairo
;; version 1.18.0.
"bugs/587721-text-transform.svg"
"svg1.1/masking-path-03-b.svg"))))))))
(native-inputs
(list pkg-config
`(,glib "bin") ; glib-mkenums, etc.