[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/41: gnu: gtk+: Remove some more failing tests.
From: |
guix-commits |
Subject: |
39/41: gnu: gtk+: Remove some more failing tests. |
Date: |
Thu, 9 Sep 2021 08:39:40 -0400 (EDT) |
efraim pushed a commit to branch wip-riscv
in repository guix.
commit 4bc8c9001ccfb220730fd2262a089ecef4f26b5b
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 24c24d5..b838a4d 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1035,6 +1035,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 _
- 23/41: gnu: Use libunwind-next for riscv64-linux., (continued)
- 23/41: gnu: Use libunwind-next for riscv64-linux., guix-commits, 2021/09/09
- 27/41: gnu: mozjs-60: Add support for riscv64-linux., guix-commits, 2021/09/09
- 37/41: gnu: isc-dhcp: Fix building on riscv64-linux., guix-commits, 2021/09/09
- 38/41: build-system/meson: Fix cross-building to riscv64-linux., guix-commits, 2021/09/09
- 40/41: gnu: Add u-boot-sifive-unmatched-bootloader., guix-commits, 2021/09/09
- 41/41: system: Add riscv64 support., guix-commits, 2021/09/09
- 10/41: gnu: openssl: Fix build on riscv64-linux., guix-commits, 2021/09/09
- 22/41: gnu: Add libunwind-next., guix-commits, 2021/09/09
- 31/41: gnu: make-opensbi-package: Adjust installed files., guix-commits, 2021/09/09
- 32/41: gnu: u-boot-sifive-unmatched: Build with opensbi., guix-commits, 2021/09/09
- 39/41: gnu: gtk+: Remove some more failing tests.,
guix-commits <=
- 29/41: gnu: nss: Adjust make-flags for riscv64-linux., guix-commits, 2021/09/09
- 33/41: gnu: dtc: Build without valgrind on riscv64-linux., guix-commits, 2021/09/09
- 26/41: gnu: qemu: Skip some tests on riscv64-linux., guix-commits, 2021/09/09
- 34/41: gnu: php: Skip tests failing on riscv64-linux., guix-commits, 2021/09/09