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

commit 5ee2a24ea8d749ae10d0002c30c4a9e5aeffde68
Author: Efraim Flashner <[email protected]>
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 44e12808eb..37c634fc7c 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1049,7 +1049,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