guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: librsvg: Skip test which fails on aarch64-linux.


From: Efraim Flashner
Subject: 01/02: gnu: librsvg: Skip test which fails on aarch64-linux.
Date: Fri, 10 Nov 2017 09:01:07 -0500 (EST)

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

commit 56ccafbe7c4780c0bd69e76afe12311a4b8ac53a
Author: Efraim Flashner <address@hidden>
Date:   Fri Nov 10 15:52:42 2017 +0200

    gnu: librsvg: Skip test which fails on aarch64-linux.
    
    * gnu/packages/gnome.scm (librsvg)[arguments]: Add a phase to remove the
    failing test.
---
 gnu/packages/gnome.scm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 95ba7af..5a9d145 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1191,7 +1191,14 @@ dealing with different structured file formats.")
             ;; Drop the 'loaders.cache' file, it's in gdk-pixbuf+svg.
             (("gdk_pixbuf_cache_file = .*$")
              "gdk_pixbuf_cache_file = $(TMPDIR)/loaders.cache\n")))
-        %standard-phases)))
+        (alist-cons-after
+         'unpack 'remove-failing-test
+         ;; This test fails on aarch64.
+         (lambda _
+           (delete-file 
"tests/fixtures/reftests/bugs/777834-empty-text-children.svg")
+           (delete-file 
"tests/fixtures/reftests/bugs/777834-empty-text-children-ref.png")
+           #t)
+        %standard-phases))))
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("glib" ,glib "bin")                               ; glib-mkenums, etc.



reply via email to

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