gnu: gtk+@2: Disable failing tests.

* gnu/packages/gtk.scm (gtk+-2)[arguments]: Disable two more tests.
This commit is contained in:
Marius Bakke 2022-07-27 21:42:32 +02:00
parent 2bc88940e8
commit 2ef045b1a4
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -914,6 +914,12 @@ (define-public gtk+-2
(("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 _