[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
294/377: gnu: gdk-pixbuf: Disable failing tests.
From: |
guix-commits |
Subject: |
294/377: gnu: gdk-pixbuf: Disable failing tests. |
Date: |
Thu, 2 Sep 2021 17:56:01 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit ea8bb8e389402710a59e3a894c04609b7615bd27
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 11:00:10 2021 -0500
gnu: gdk-pixbuf: Disable failing tests.
* gnu/packages/gtk.scm (gdk-pixbuf)
[arguments]<#:phases>['disable-failing-tests]: New phase.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
gnu/packages/gtk.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 7b556c7..145a035 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -612,6 +612,12 @@ highlighting and other features typical of a source code
editor.")
(string-append (assoc-ref inputs "docbook-xml")
"/xml/dtd/docbook/"))))
#t))
+ (add-before 'configure 'disable-failing-tests
+ (lambda _
+ (substitute* "tests/meson.build"
+ (("\\[ 'pixbuf-fail', \\['conform', 'slow'\\], \\],")
+ ""))
+ #t))
;; The slow tests take longer than the specified timeout.
,@(if (any (cute string=? <> (%current-system))
'("armhf-linux" "aarch64-linux"))
- 277/377: gnu: cairo: Update synopsis, description and license., (continued)
- 277/377: gnu: cairo: Update synopsis, description and license., guix-commits, 2021/09/02
- 278/377: gnu: cairomm: Update to 1.16.0., guix-commits, 2021/09/02
- 262/377: gnu: libsigc++: Enable documentation., guix-commits, 2021/09/02
- 282/377: gnu: pango: Re-arrange inputs in alphabetical order., guix-commits, 2021/09/02
- 284/377: gnu: pango: Update synopsis, description and home-page., guix-commits, 2021/09/02
- 285/377: gnu: pangomm: Update to 2.48.0., guix-commits, 2021/09/02
- 283/377: gnu: pango: Update to 1.48.3., guix-commits, 2021/09/02
- 289/377: gnu: gdk-pixbuf: Correct inputs., guix-commits, 2021/09/02
- 290/377: gnu: gdk-pixbuf: Enable jasper support., guix-commits, 2021/09/02
- 298/377: gnu: vala: Fix documentation., guix-commits, 2021/09/02
- 294/377: gnu: gdk-pixbuf: Disable failing tests.,
guix-commits <=
- 301/377: gnu: libgsf: Change build-system., guix-commits, 2021/09/02
- 299/377: gnu: vala: Update to 0.52.0., guix-commits, 2021/09/02
- 304/377: gnu: libgsf: Enable missing features., guix-commits, 2021/09/02
- 307/377: gnu: libgsf: Update synopsis, description, home-page and license., guix-commits, 2021/09/02
- 302/377: gnu: libgsf: Make separate output for binaries., guix-commits, 2021/09/02
- 306/377: gnu: libgsf: Enable documentation., guix-commits, 2021/09/02
- 311/377: gnu: atkmm: Update to 2.36.0., guix-commits, 2021/09/02
- 312/377: gnu: atkmm: Enable documentation., guix-commits, 2021/09/02
- 315/377: gnu: at-spi2-core: Update to 2.40.0., guix-commits, 2021/09/02
- 320/377: gnu: json-glib: Update to 1.6.2., guix-commits, 2021/09/02