[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: gtk+: Remove some more failing tests.
From: |
guix-commits |
Subject: |
01/03: gnu: gtk+: Remove some more failing tests. |
Date: |
Sat, 4 Sep 2021 14:45:33 -0400 (EDT) |
efraim pushed a commit to branch wip-riscv
in repository guix.
commit 12c8e64a42ce3191953c19d2b0ce6677869b4057
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 bd689e4..8374df7 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 _