unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 72702@debbugs.gnu.org
Cc: liliana.prikler@gmail.com, maxim.cournoyer@gmail.com,
	vivien@planete-kraus.eu
Subject: [bug#72702] [PATCH gnome-team 03/20] gnu: librsvg: Disable rtl_tspan_svg test.
Date: Sat, 17 Aug 2024 10:36:48 +0200	[thread overview]
Message-ID: <cf0f1a309b348a076f35fab2efb17b18e9fdf09d.1724000901.git.liliana.prikler@gmail.com> (raw)
In-Reply-To: <cover.1724000901.git.liliana.prikler@gmail.com>

* 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 @@ (define-public librsvg
               ;; 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"
-- 
2.45.2





  parent reply	other threads:[~2024-08-18 17:24 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-18 17:08 [bug#72702] [PATCH gnome-team 00/20] Update core-ish packages Liliana Marie Prikler
2024-08-16 18:40 ` [bug#72702] [PATCH gnome-team 01/20] gnu: gsettings-desktop-schemas: Update to 46.0 Liliana Marie Prikler
2024-08-16 18:58 ` [bug#72702] [PATCH gnome-team 02/20] gnu: pango: Update to 1.54.0 Liliana Marie Prikler
2024-08-17  8:36 ` Liliana Marie Prikler [this message]
2024-08-17  8:38 ` [bug#72702] [PATCH gnome-team 04/20] gnu: vala: Update to 0.56.17 Liliana Marie Prikler
2024-08-17  8:47 ` [bug#72702] [PATCH gnome-team 05/20] gnu: at-spi2-core: Update to 2.52.0 Liliana Marie Prikler
2024-08-17  8:47 ` [bug#72702] [PATCH gnome-team 06/20] gnu: atkmm: Update to 2.36.3 Liliana Marie Prikler
2024-08-17  8:53 ` [bug#72702] [PATCH gnome-team 07/20] gnu: gtkmm: Update to 4.14.0 Liliana Marie Prikler
2024-08-17  9:00 ` [bug#72702] [PATCH gnome-team 08/20] gnu: pangomm: Update to 2.54.0 Liliana Marie Prikler
2024-08-17  9:03 ` [bug#72702] [PATCH gnome-team 09/20] gnu: gtk+: Update to 3.24.41 Liliana Marie Prikler
2024-08-17  9:03 ` [bug#72702] [PATCH gnome-team 10/20] gnu: gtk: Update to 4.14.5 Liliana Marie Prikler
2024-08-17 11:26 ` [bug#72702] [PATCH gnome-team 11/20] gnu: gtk-doc: Update to 1.34.0 Liliana Marie Prikler
2024-08-17 12:52 ` [bug#72702] [PATCH gnome-team 12/20] gnu: Ungraft ibus-minimal Liliana Marie Prikler
2024-08-17 21:26 ` [bug#72702] [PATCH gnome-team 13/20] gnu: gstreamer: Update to 1.24.6 Liliana Marie Prikler
2024-08-17 21:27 ` [bug#72702] [PATCH gnome-team 14/20] gnu: gst-plugins-base: " Liliana Marie Prikler
2024-08-17 21:27 ` [bug#72702] [PATCH gnome-team 15/20] gnu: gst-plugins-good: " Liliana Marie Prikler
2024-08-17 21:27 ` [bug#72702] [PATCH gnome-team 16/20] gnu: gst-plugins-bad: " Liliana Marie Prikler
2024-08-17 21:27 ` [bug#72702] [PATCH gnome-team 17/20] gnu: gst-plugins-ugly: " Liliana Marie Prikler
2024-08-17 21:27 ` [bug#72702] [PATCH gnome-team 19/20] gnu: gst-editing-services: " Liliana Marie Prikler
2024-08-17 21:27 ` [bug#72702] [PATCH gnome-team 20/20] gnu: python-gst: " Liliana Marie Prikler
2024-08-19 16:48 ` [bug#72702] [PATCH gnome-team 00/20] Update core-ish packages Andrew Tropin via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cf0f1a309b348a076f35fab2efb17b18e9fdf09d.1724000901.git.liliana.prikler@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=72702@debbugs.gnu.org \
    --cc=maxim.cournoyer@gmail.com \
    --cc=vivien@planete-kraus.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).