guix-commits
[Top][All Lists]
Advanced

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

402/470: gnu: gtk+-2: Skip two more tests.


From: guix-commits
Subject: 402/470: gnu: gtk+-2: Skip two more tests.
Date: Thu, 16 Mar 2023 03:02:25 -0400 (EDT)

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

commit 4dd4de69896004ef13cbfaf9db83a3915a3b6db0
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 c8ad0f16bd..ae3176dc42 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]