guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: coreutils: Skip failing tests on GNU/Hurd.


From: guix-commits
Subject: 01/03: gnu: coreutils: Skip failing tests on GNU/Hurd.
Date: Thu, 27 Oct 2022 19:30:13 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 842b73fd2bd9da3c93b2fa1b3923420d2f55ecb3
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Oct 27 11:30:53 2022 +0200

    gnu: coreutils: Skip failing tests on GNU/Hurd.
    
    * gnu/packages/base.scm (coreutils)[arguments]: Add
    "tests/df/unreadable.sh" and "test-perror2" to the 'XFAIL_TESTS' list.
---
 gnu/packages/base.scm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 2a9f2f34fc..fe2bb387c3 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 
Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2012-2022 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2014, 2019 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
 ;;; Copyright © 2014, 2015, 2016, 2018 Mark H Weaver <mhw@netris.org>
@@ -369,9 +369,16 @@ used to apply commands with arbitrarily long arguments.")
                                    " tests/misc/nice.sh"
                                    " tests/misc/pwd-long.sh"
                                    " tests/split/fail.sh"
+
+                                   ;; /hurd/fifo issue:
+                                   ;; <https://issues.guix.gnu.org/58803>.
+                                   " tests/df/unreadable.sh"
+
+                                   ;; Gnulib tests.
                                    " test-fdutimensat"
                                    " test-futimens"
                                    " test-linkat"
+                                   " test-perror2"
                                    " test-renameat"
                                    " test-renameatu"
                                    " test-tls"



reply via email to

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