guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: librsvg-2.40: Fix test failure with Pa


From: guix-commits
Subject: branch core-updates updated: gnu: librsvg-2.40: Fix test failure with Pango 1.50.
Date: Sat, 08 Apr 2023 05:49:06 -0400

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 57627eedc8 gnu: librsvg-2.40: Fix test failure with Pango 1.50.
57627eedc8 is described below

commit 57627eedc883324bbc0f15cdaf453f72f90ebb39
Author: Kaelyn Takata <kaelyn.alexi@protonmail.com>
AuthorDate: Mon Apr 3 16:37:58 2023 +0000

    gnu: librsvg-2.40: Fix test failure with Pango 1.50.
    
    * gnu/packages/gnome.scm (librsvg-2.40): Fix test failure with Pango 1.50.
    
    Signed-off-by: Andreas Enge <andreas@enge.fr>
---
 gnu/packages/gnome.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e81882b181..970ab9b873 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -73,6 +73,7 @@
 ;;; Copyright © 2022 Rene Saavedra <nanuui@protonmail.com>
 ;;; Copyright © 2022 Alexandros Theodotou <alex@zrythm.org>
 ;;; Copyright © 2022 Arjan Adriaanse <arjan@adriaan.se>
+;;; Copyright © 2023 Kaelyn Takata <kaelyn.alexi@protonmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3725,6 +3726,12 @@ diagrams.")
                (("gdk_pixbuf_cache_file = .*$")
                 "gdk_pixbuf_cache_file = $(TMPDIR)/loaders.cache\n"))
              #t))
+         (add-before 'check 'fix-test-with-pango-1.50
+           (lambda _
+            ;; Changes between pango 1.48 and 1.50 caused the text to be one
+            ;; pixel lower in the output image compared to the reference.
+             (substitute* 
"tests/fixtures/reftests/bugs/587721-text-transform.svg"
+              (("660\\.9") "659.9"))))
          (add-before 'check 'remove-failing-tests
            (lambda _
              (with-directory-excursion "tests/fixtures/reftests"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]