me
/
guix
Archived
1
0
Fork 0

gnu: gtk+@2: Disable failing tests.

* gnu/packages/gtk.scm (gtk+-2)[arguments]: Disable two more tests.
master
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
1 changed files with 6 additions and 0 deletions

View File

@ -914,6 +914,12 @@ is part of the GNOME accessibility project.")
(("g_test_add_func \\(\"/recent-manager.*;") "")) (("g_test_add_func \\(\"/recent-manager.*;") ""))
(substitute* "gtk/tests/defaultvalue.c" (substitute* "gtk/tests/defaultvalue.c"
(("return g_test_run\\(\\);") "")) (("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)) #t))
(add-before 'check 'pre-check (add-before 'check 'pre-check
(lambda _ (lambda _