janneke pushed a commit to branch hurd-team
in repository guix.
commit d4878c84cc3c1ca7067bfa04a727890ecf6e3f1d
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Tue Jun 13 18:50:22 2023 +0200
gnu: guile-2.0: Skip failing tests for the Hurd.
* gnu/packages/guile.scm (guile-2.0)[arguments]: When building for the Hurd,
in stage 'disable-tests', skip two more tests.
---
gnu/packages/guile.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 574e66c197..edcf092988 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -214,7 +214,8 @@ without requiring the source code to be rewritten.")
;; failed to remove 't-guild-compile-7215.go.tdL7yC
(substitute* "test-suite/standalone/Makefile.in"
(("test-guild-compile ") ""))
- #t)))
+ ;; Many tests hang, esp. (join-thread ..), also others.
+ (rename-file "test-suite/tests/threads.test"
"threads.test"))))
'())
(add-before 'configure 'pre-configure
(lambda* (#:key inputs #:allow-other-keys)