[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/20: gnu: librsvg: Disable rtl_tspan_svg test.
From: |
guix-commits |
Subject: |
03/20: gnu: librsvg: Disable rtl_tspan_svg test. |
Date: |
Sat, 24 Aug 2024 01:35:26 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit cf0f1a309b348a076f35fab2efb17b18e9fdf09d
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
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 2aabdb3269..0e85b995be 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3693,9 +3693,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"
- branch gnome-team updated (ba8358236b -> c4343e2f7b), guix-commits, 2024/08/24
- 05/20: gnu: at-spi2-core: Update to 2.52.0., guix-commits, 2024/08/24
- 01/20: gnu: gsettings-desktop-schemas: Update to 46.0., guix-commits, 2024/08/24
- 07/20: gnu: gtkmm: Update to 4.14.0., guix-commits, 2024/08/24
- 04/20: gnu: vala: Update to 0.56.17., guix-commits, 2024/08/24
- 02/20: gnu: pango: Update to 1.54.0., guix-commits, 2024/08/24
- 03/20: gnu: librsvg: Disable rtl_tspan_svg test.,
guix-commits <=
- 10/20: gnu: gtk: Update to 4.14.5., guix-commits, 2024/08/24
- 08/20: gnu: pangomm: Update to 2.54.0., guix-commits, 2024/08/24
- 15/20: gnu: gst-plugins-good: Update to 1.24.6., guix-commits, 2024/08/24
- 11/20: gnu: gtk-doc: Update to 1.34.0., guix-commits, 2024/08/24
- 19/20: gnu: gst-editing-services: Update to 1.24.6., guix-commits, 2024/08/24
- 09/20: gnu: gtk+: Update to 3.24.41., guix-commits, 2024/08/24
- 06/20: gnu: atkmm: Update to 2.36.3., guix-commits, 2024/08/24
- 20/20: gnu: python-gst: Update to 1.24.6., guix-commits, 2024/08/24
- 18/20: gnu: gst-libav: Update to 1.24.6., guix-commits, 2024/08/24
- 16/20: gnu: gst-plugins-bad: Update to 1.24.6., guix-commits, 2024/08/24