[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/37: gnu: gtk+: Remove some more failing tests.
From: |
guix-commits |
Subject: |
35/37: gnu: gtk+: Remove some more failing tests. |
Date: |
Tue, 2 Nov 2021 03:27:18 -0400 (EDT) |
efraim pushed a commit to branch wip-riscv
in repository guix.
commit 6d2c841340cde6eacc8b354f1c9e6787cfeff273
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Sep 4 21:36:38 2021 +0300
gnu: gtk+: Remove some more failing tests.
* gnu/packages/gtk.scm (gtk+)[arguments]: Adjust custom
'disable-failing-tests phase to remove tests failing on riscv64-linux.
---
gnu/packages/gtk.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 2199c3b..e7e08c4 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1109,6 +1109,11 @@ application suites.")
(substitute* "testsuite/reftests/Makefile.in"
(("TEST_PROGS = gtk-reftest")
"TEST_PROGS = "))
+ ;; Some icontheme tests fail on riscv64-linux
+ (substitute* "testsuite/gtk/Makefile.in"
+ ((" icontheme ") " "))
+ (substitute* "./testsuite/a11y/Makefile.in"
+ ((" tree-relationships ") " "))
#t))
(add-before 'check 'pre-check
(lambda _
- 17/37: gnu: texlive-latex-base: Skip JIT formats on riscv64-linux., (continued)
- 17/37: gnu: texlive-latex-base: Skip JIT formats on riscv64-linux., guix-commits, 2021/11/02
- 19/37: gnu: Use libunwind-next for riscv64-linux., guix-commits, 2021/11/02
- 18/37: gnu: Add libunwind-next., guix-commits, 2021/11/02
- 25/37: gnu: nss: Adjust make-flags for riscv64-linux., guix-commits, 2021/11/02
- 27/37: gnu: make-opensbi-package: Adjust installed files., guix-commits, 2021/11/02
- 36/37: gnu: Add u-boot-sifive-unmatched-bootloader., guix-commits, 2021/11/02
- 37/37: gnu: libx264: Fix building on riscv64-linux., guix-commits, 2021/11/02
- 30/37: gnu: php: Skip tests failing on riscv64-linux., guix-commits, 2021/11/02
- 32/37: gnu: postgresql: Fix building on riscv64-linux., guix-commits, 2021/11/02
- 33/37: gnu: isc-dhcp: Fix building on riscv64-linux., guix-commits, 2021/11/02
- 35/37: gnu: gtk+: Remove some more failing tests.,
guix-commits <=