guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: idutils: Skip failing Gnulib tests.


From: guix-commits
Subject: 02/04: gnu: idutils: Skip failing Gnulib tests.
Date: Sat, 11 Sep 2021 12:15:10 -0400 (EDT)

civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit 12a664a90e640cfdf83a2a6a85b33cb3c760f1ce
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Sep 11 12:47:38 2021 +0200

    gnu: idutils: Skip failing Gnulib tests.
    
    * gnu/packages/idutils.scm (idutils)[arguments]: New field.
---
 gnu/packages/idutils.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/idutils.scm b/gnu/packages/idutils.scm
index 26472c6..d16f2ff 100644
--- a/gnu/packages/idutils.scm
+++ b/gnu/packages/idutils.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2015 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2012, 2013, 2015, 2021 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2018 Efraim Flashner <efraim@flashner.co.il>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -51,6 +51,9 @@
                                    "/* BSD stdio derived implementations")))
                  #t))))
     (build-system gnu-build-system)
+    (arguments
+     ;; XXX: These Gnulib tests fail with GCC 10 and glibc 2.33; skip them.
+     '(#:make-flags '("XFAIL_TESTS=test-sprintf-posix test-isnanl-nolibm")))
     (native-inputs `(("emacs" ,emacs-minimal)))
     (home-page "https://www.gnu.org/software/idutils/";)
     (synopsis "Identifier database utilities")



reply via email to

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