guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch wip-hurd updated: gnu: guile-2.0: Skip failing tests for the Hurd


From: guix-commits
Subject: branch wip-hurd updated: gnu: guile-2.0: Skip failing tests for the Hurd.
Date: Tue, 13 Jun 2023 13:54:56 -0400

This is an automated email from the git hooks/post-receive script.

janneke pushed a commit to branch wip-hurd
in repository guix.

The following commit(s) were added to refs/heads/wip-hurd by this push:
     new b5586f7062 gnu: guile-2.0: Skip failing tests for the Hurd.
b5586f7062 is described below

commit b5586f70627c62e8a17a613d878d0e12a66b7c95
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]