guix-commits
[Top][All Lists]
Advanced

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

37/60: gnu: librsvg: Adjust phases for new version of Pango.


From: guix-commits
Subject: 37/60: gnu: librsvg: Adjust phases for new version of Pango.
Date: Sat, 25 Jan 2020 14:47:12 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 0266346ba6ced8f766b6bc55796f33a41c68e3a7
Author: Kei Kebreau <address@hidden>
AuthorDate: Wed Dec 18 22:09:21 2019 -0500

    gnu: librsvg: Adjust phases for new version of Pango.
    
    This is a follow-up to commit dc03a27270802a83a707696f6625dd05dfe7f408.
    
    * gnu/packages/gnome.scm (librsvg)[arguments]: Adjust 'remove-failing-tests'
    phase.
---
 gnu/packages/gnome.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e9809c3..282cdf1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2102,7 +2102,11 @@ dealing with different structured file formats.")
            (lambda _
              (with-directory-excursion "tests/fixtures/reftests"
                (for-each delete-file
-                         '(;; This test fails on i686:
+                         '(;; These tests fail on x86_64:
+                           "bugs/340047.svg"
+                           "bugs/587721-text-transform.svg"
+                           "bugs/749415.svg"
+                           ;; This test fails on i686:
                            "svg1.1/masking-path-04-b.svg"
                            ;; This test fails on armhf:
                            "svg1.1/masking-mask-01-b.svg"



reply via email to

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