lilyp pushed a commit to branch gnome-team
in repository guix.
commit 1977605c7e4c07b3c6d8cefb380649af4c0ca13f
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Aug 17 10:36:48 2024 +0200
gnu: librsvg: Disable rtl_tspan_svg test.
* gnu/packages/gnome.scm (librsvg)[#:phases]<loosen-test-boundaries>: Also
disable rtl_tspan_svg test.
---
gnu/packages/gnome.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e96b689b3e..d4cd5fb3bc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3694,9 +3694,10 @@ for dealing with different structured file formats.")
;; Increase reftest tolerance a bit to account for different
;; harfbuzz, pango, etc.
(setenv "RSVG_TEST_TOLERANCE" "20")
- ;; This test fails even after loosening the tolerance.
+ ;; These tests fail even after loosening the tolerance.
(substitute* "tests/src/reference.rs"
- ((".*svg1_1_text_align_03_b_svg.*") ""))))
+ ((".*svg1_1_text_align_03_b_svg.*") "")
+ ((".*rtl_tspan_svg.*") ""))))
(add-before 'configure 'pre-configure
(lambda* (#:key outputs #:allow-other-keys)
(substitute* "gdk-pixbuf-loader/Makefile.in"