guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: gtk+-2: Skip two more tests.


From: guix-commits
Subject: 05/07: gnu: gtk+-2: Skip two more tests.
Date: Sun, 26 Feb 2023 04:45:39 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 40be7ca72a64635dd460409887668e4545ef7496
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Feb 26 01:24:19 2023 +0200

    gnu: gtk+-2: Skip two more tests.
    
    * gnu/packages/gtk.scm (gtk+-2)[arguments]: In the 'disable-failing-tests
    phase skip two xpm tests.
---
 gnu/packages/gtk.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index c34fcff159..837345cc4b 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1048,7 +1048,10 @@ is part of the GNOME accessibility project.")
              (substitute* "gtk/tests/recentmanager.c"
                (("g_test_add_func \\(\"/recent-manager.*;") ""))
              (substitute* "gtk/tests/defaultvalue.c"
-               (("return g_test_run\\(\\);") ""))))
+               (("return g_test_run\\(\\);") ""))
+             (substitute* "gtk/tests/textbuffer.c"
+               ((".*/TextBuffer/Fill and Empty.*") "")
+               ((".*/TextBuffer/Tag.*") ""))))
          (add-before 'check 'pre-check
            (lambda _
              ;; Tests require a running X server.



reply via email to

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