mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: gtk+@2: Disable failing tests.
* gnu/packages/gtk.scm (gtk+-2)[arguments]: Disable two more tests.
This commit is contained in:
parent
2bc88940e8
commit
2ef045b1a4
1 changed files with 6 additions and 0 deletions
|
@ -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 _
|
||||
|
|
Loading…
Reference in a new issue