[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
254/373: gnu: gdk-pixbuf: Adjust skipped failing tests.
From: |
guix-commits |
Subject: |
254/373: gnu: gdk-pixbuf: Adjust skipped failing tests. |
Date: |
Sun, 16 Apr 2023 07:11:18 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 49b4ae78dfca7907b247ed76979128e1cfdd6943
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 024d946c2d..44e12808eb 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -784,8 +784,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))
- 327/373: gnu: Add rust-markup-0.13., (continued)
- 327/373: gnu: Add rust-markup-0.13., guix-commits, 2023/04/16
- 340/373: gnu: rust-typenum-1: Update to 1.16.0., guix-commits, 2023/04/16
- 346/373: gnu: rust-bytecheck-0.6: Update to 0.6.10., guix-commits, 2023/04/16
- 347/373: gnu: Add rust-rend-0.4., guix-commits, 2023/04/16
- 351/373: gnu: Add rust-syn-2., guix-commits, 2023/04/16
- 348/373: gnu: rust-rkyv-0.7: Update to 0.7.40., guix-commits, 2023/04/16
- 357/373: gnu: Add rust-structmeta-0.1., guix-commits, 2023/04/16
- 250/373: gnu: gdk-pixbuf: Update to 2.42.10., guix-commits, 2023/04/16
- 252/373: gnu: gdk-pixbuf: Remove extra inputs., guix-commits, 2023/04/16
- 253/373: gnu: gdk-pixbuf: Remove broken configuration option., guix-commits, 2023/04/16
- 254/373: gnu: gdk-pixbuf: Adjust skipped failing tests.,
guix-commits <=
- 267/373: gnu: Add rust-lscolors-0.13., guix-commits, 2023/04/16
- 270/373: gnu: rust-signal-hook-mio-0.2: Update to 0.2.3., guix-commits, 2023/04/16
- 275/373: gnu: Add rust-option-set-0.1., guix-commits, 2023/04/16
- 290/373: gnu: rust-bit-set-0.5: Update to 0.5.3., guix-commits, 2023/04/16
- 279/373: gnu: Add rust-argmax-0.3., guix-commits, 2023/04/16
- 298/373: gnu: Add rust-dns-sd-0.1., guix-commits, 2023/04/16
- 284/373: gnu: Remove rust-tokio-1.8., guix-commits, 2023/04/16
- 309/373: gnu: rust-1.61: Remove riscv64-linux jemalloc workaround., guix-commits, 2023/04/16
- 314/373: gnu: alfis: Add missing input., guix-commits, 2023/04/16
- 329/373: gnu: Add rust-ahash-0.8., guix-commits, 2023/04/16