[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
401/470: gnu: gdk-pixbuf: Adjust skipped failing tests.
From: |
guix-commits |
Subject: |
401/470: gnu: gdk-pixbuf: Adjust skipped failing tests. |
Date: |
Thu, 16 Mar 2023 03:02:24 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit d61c38e3c790c5031ce589cd9ed954daa636d7fc
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Feb 26 01:23:41 2023 +0200
gnu: gdk-pixbuf: Adjust skipped failing tests.
* gnu/packages/gtk.scm (gdk-pixbuf)[arguments]: In 'disable-failing-tests
phase skip a different test.
---
gnu/packages/gtk.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 8933211483..c8ad0f16bd 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -783,8 +783,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 (any (cute string=? <> (%current-system))
- 381/470: gnu: Remove rust-crunchy-0.1., (continued)
- 381/470: gnu: Remove rust-crunchy-0.1., guix-commits, 2023/03/16
- 388/470: gnu: Remove rust-askama-derive-0.10., guix-commits, 2023/03/16
- 387/470: gnu: Add rust-av1-grain-0.2., guix-commits, 2023/03/16
- 413/470: gnu: rust-linked-hash-map-0.5: Update to 0.5.6., guix-commits, 2023/03/16
- 408/470: gnu: Add rust-crossterm-winapi-0.9., guix-commits, 2023/03/16
- 366/470: gnu: rust-wasm-bindgen-backend-0.2: Update to 0.2.84., guix-commits, 2023/03/16
- 368/470: gnu: rust-wasm-bindgen-macro-0.2: Update to 0.2.84., guix-commits, 2023/03/16
- 369/470: gnu: rust-wasm-bindgen-macro-support-0.2: Update to 0.2.84., guix-commits, 2023/03/16
- 403/470: gnu: gdk-pixbuf: Remove input labels., guix-commits, 2023/03/16
- 405/470: gnu: rust: Fix test suite on some architectures., guix-commits, 2023/03/16
- 401/470: gnu: gdk-pixbuf: Adjust skipped failing tests.,
guix-commits <=