GNU bug report logs - #64779
[PATCH core-updates] gnu: coreutils: Skip tests which are broken on btrfs

Previous Next

Package: guix-patches;

Reported by: Ryan Sundberg <ryan <at> arctype.co>

Date: Sat, 22 Jul 2023 00:57:02 UTC

Severity: normal

Tags: patch, unreproducible

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 64779 <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Ryan Sundberg <ryan <at> arctype.co>
Cc: 64779 <at> debbugs.gnu.org
Subject: Re: bug#64779: [PATCH core-updates] gnu: coreutils: Skip tests
 which are broken on btrfs
Date: Fri, 21 Jul 2023 21:55:17 -0400
Hello,

Ryan Sundberg <ryan <at> arctype.co> writes:

> When building coreutils on a BTRFS filesystem, this test case
> consistently fails.
>
> * gnu/packages/base.scm (coreutils): Skip tests/cp/reflink-auto.sh
> ---
>  gnu/packages/base.scm | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
> index 1fdfaf8a57..a9dab0b30f 100644
> --- a/gnu/packages/base.scm
> +++ b/gnu/packages/base.scm
> @@ -464,7 +464,11 @@ (define-public coreutils
>                                 ;; there might be some environmental factor
>                                 ;; here
>                                 ((" test-tls\\$\\(EXEEXT\\) ") " ")))
> -                           '())
> +                           '((substitute*
> +                               ;; This test fails on BTRFS
> +                               '("tests/cp/reflink-auto.sh")
> +                               (("^#!.*" all)
> +                                (string-append all "exit 77;\n")))))

Could you please report the issue to upstream, and add a comment with a
reference to the open issue?

-- 
Thanks,
Maxim




This bug report was last modified 1 year and 124 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.