mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: gtk+@2: Disable failing tests.
* gnu/packages/gtk.scm (gtk+-2)[arguments]: Disable two more tests.
This commit is contained in:
@@ -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 _
|
||||
|
||||
Reference in New Issue
Block a user