guix-commits
[Top][All Lists]
Advanced

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

41/124: gnu: gdk-pixbuf: Disable failing tests.


From: guix-commits
Subject: 41/124: gnu: gdk-pixbuf: Disable failing tests.
Date: Mon, 30 Aug 2021 16:28:48 -0400 (EDT)

raghavgururajan pushed a commit to branch wip-gnome
in repository guix.

commit ea8bb8e389402710a59e3a894c04609b7615bd27
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 11:00:10 2021 -0500

    gnu: gdk-pixbuf: Disable failing tests.
    
    * gnu/packages/gtk.scm (gdk-pixbuf) 
[arguments]<#:phases>['disable-failing-tests]: New phase.
    
    Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
 gnu/packages/gtk.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 7b556c7..145a035 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -612,6 +612,12 @@ highlighting and other features typical of a source code 
editor.")
                   (string-append (assoc-ref inputs "docbook-xml")
                                  "/xml/dtd/docbook/"))))
              #t))
+         (add-before 'configure 'disable-failing-tests
+           (lambda _
+             (substitute* "tests/meson.build"
+               (("\\[ 'pixbuf-fail', \\['conform', 'slow'\\], \\],")
+                ""))
+             #t))
          ;; The slow tests take longer than the specified timeout.
          ,@(if (any (cute string=? <> (%current-system))
                     '("armhf-linux" "aarch64-linux"))



reply via email to

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