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:
Efraim Flashner 2023-02-26 01:23:41 +02:00
parent e32e9aa251
commit e18a0e97a1
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -705,8 +705,10 @@ (define-public gdk-pixbuf
(modify-phases %standard-phases
(add-before 'configure 'disable-failing-tests
(lambda _
(substitute* "tests/meson.build"
(("\\[ 'pixbuf-fail', \\['conform', 'slow'\\], \\],")
;; The test for the fix for issue 205 causes failures.
;; 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.
,@(if (target-arm? (%current-system))