guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: findutils: Update XFAIL_TESTS for the hurd.


From: guix-commits
Subject: 02/02: gnu: findutils: Update XFAIL_TESTS for the hurd.
Date: Sun, 7 May 2023 07:18:08 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 8b855dc1f4a3e31c002c229ad4d91525f4ce97d3
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun May 7 12:15:04 2023 +0100

    gnu: findutils: Update XFAIL_TESTS for the hurd.
    
    This could do with more investigating, but this reflects what I see locally.
    
    * gnu/packages/base.scm (findutils)[arguments]: Update XFAIL_TESTS for the
    hurd.
    * gnu/packages/commencement.scm (findutils-boot0): Stop clearing the
    make-flags, so the above change applies to findutils-boot0.
---
 gnu/packages/base.scm         | 2 +-
 gnu/packages/commencement.scm | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 6911ea78be..d2f276c447 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -348,7 +348,7 @@ interactive means to merge two files.")
                        (("#!/bin/sh")
                         (string-append "#!" (which "sh")))))))
       #:make-flags ,(if (hurd-target?)
-                        ''("XFAIL_TESTS=test-perror2")
+                        ''("XFAIL_TESTS=test-strerror_r")
                         ''())))
    (synopsis "Operating on files matching given criteria")
    (description
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index a6d3fcfce2..ab07fb37ab 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2082,9 +2082,7 @@ exec " gcc "/bin/" program
                            (substitute* "gnulib-tests/Makefile"
                              (("^XFAIL_TESTS =")
                               "XFAIL_TESTS = test-fnmatch ")))))
-                     '())))
-           ((#:make-flags flags ''())
-            ''()))))))
+                     '()))))))))
 
 (define file
   (package



reply via email to

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