guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: coreutils: Disable the test-tls tests on the


From: guix-commits
Subject: branch master updated: gnu: coreutils: Disable the test-tls tests on the hurd.
Date: Wed, 02 Nov 2022 16:40:59 -0400

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

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e26b529b1a gnu: coreutils: Disable the test-tls tests on the hurd.
e26b529b1a is described below

commit e26b529b1ab4671a971f0a4b45d19abe55134475
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Nov 2 21:38:55 2022 +0100

    gnu: coreutils: Disable the test-tls tests on the hurd.
    
    These tests seem to lead to both consistent and inconsistent failures, so
    marking them as XFAIL as is done with some other tests doesn't help. So this
    commit means that they're skipped.
    
    * gnu/packages/base.scm (coreutils)[arguments]: Disable the test-tls tests 
on
    the hurd.
---
 gnu/packages/base.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 5674036318..bf6435585e 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -415,7 +415,13 @@ used to apply commands with arbitrarily long arguments.")
                      ,@(if (hurd-target?)
                            '((substitute* "Makefile.in"
                                ;; this test hangs
-                               (("^ *tests/misc/timeout-group.sh.*") "")))
+                               (("^ *tests/misc/timeout-group.sh.*") ""))
+                             (substitute* "gnulib-tests/Makefile.in"
+                               ;; This test sometimes fails and sometimes
+                               ;; passes, but it does this consistently, so
+                               ;; there might be some environmental factor
+                               ;; here
+                               ((" test-tls\\$\\(EXEEXT\\) ") " ")))
                            '())
                      (substitute* "Makefile.in"
                        ;; fails on filesystems where inotify cannot be used,



reply via email to

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