mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-22 18:20:32 +02: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:
@@ -705,8 +705,10 @@ highlighting and other features typical of a source code editor.")
|
||||
(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))
|
||||
|
||||
Reference in New Issue
Block a user