guix-commits
[Top][All Lists]
Advanced

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

11/27: gnu: gtk+@2: Disable failing tests.


From: guix-commits
Subject: 11/27: gnu: gtk+@2: Disable failing tests.
Date: Thu, 11 Aug 2022 18:45:10 -0400 (EDT)

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

commit 2ef045b1a437f847b4cbf228fcc13cc3624e89d2
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jul 27 21:42:32 2022 +0200

    gnu: gtk+@2: Disable failing tests.
    
    * gnu/packages/gtk.scm (gtk+-2)[arguments]: Disable two more tests.
---
 gnu/packages/gtk.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index c0ea89d406..ccfd9a75ef 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -914,6 +914,12 @@ is part of the GNOME accessibility project.")
                (("g_test_add_func \\(\"/recent-manager.*;") ""))
              (substitute* "gtk/tests/defaultvalue.c"
                (("return g_test_run\\(\\);") ""))
+             ;; These require XPM support in Gdk-Pixbuf which is obsolete.
+             (substitute* "gtk/tests/textbuffer.c"
+               (("g_test_add_func.*test_fill_empty\\);")
+                "")
+               (("g_test_add_func.*test_tag\\);")
+                ""))
              #t))
          (add-before 'check 'pre-check
            (lambda _



reply via email to

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