[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.
- branch rust-team updated (9ec6d4caa4 -> 5bf7387865), guix-commits, 2023/02/26
- 02/07: gnu: gdk-pixbuf: Remove extra inputs., guix-commits, 2023/02/26
- 04/07: gnu: gdk-pixbuf: Adjust skipped failing tests., guix-commits, 2023/02/26
- 01/07: gnu: gdk-pixbuf: Honor #:tests flag on all architectures., guix-commits, 2023/02/26
- 03/07: gnu: gdk-pixbuf: Remove broken configuration option., guix-commits, 2023/02/26
- 07/07: etc: teams: Add sequoia.scm to the rust team., guix-commits, 2023/02/26
- 05/07: gnu: gtk+-2: Skip two more tests.,
guix-commits <=
- 06/07: gnu: gdk-pixbuf: Remove input labels., guix-commits, 2023/02/26