mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: gdk-pixbuf: Adjust skipped failing tests.
* gnu/packages/gtk.scm (gdk-pixbuf)[arguments]: In 'disable-failing-tests phase skip a different test.
This commit is contained in:
parent
e32e9aa251
commit
e18a0e97a1
1 changed files with 4 additions and 2 deletions
|
@ -705,8 +705,10 @@ (define-public gdk-pixbuf
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'disable-failing-tests
|
(add-before 'configure 'disable-failing-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "tests/meson.build"
|
;; The test for the fix for issue 205 causes failures.
|
||||||
(("\\[ 'pixbuf-fail', \\['conform', 'slow'\\], \\],")
|
;; https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/215
|
||||||
|
(substitute* "tests/pixbuf-jpeg.c"
|
||||||
|
((".*/pixbuf/jpeg/issue205.*")
|
||||||
""))))
|
""))))
|
||||||
;; The slow tests take longer than the specified timeout.
|
;; The slow tests take longer than the specified timeout.
|
||||||
,@(if (target-arm? (%current-system))
|
,@(if (target-arm? (%current-system))
|
||||||
|
|
Loading…
Reference in a new issue